TABLE {
    font-size                  :     10pt;
    color                      :     #333333;
}

H1 {
    font-size                  :     11pt;
    color                      :     #72bd00;
    text-decoration            :     bold;
}

H2 {
    font-size                  :     10pt;
    color                      :     #72bd00;
    text-decoration            :     none;
    font-weight                :     none;
}

A:LINK {
    font-size                  :     10pt;
    color                      :     #FF4000;
    text-decoration            :     none;
    font-weight                :     none;
}
A:VISITED {
    font-size                  :     10pt;
    color                      :     #FF8000;
    text-decoration            :     none;
    font-weight                :     none;
}
A:ACTIVE {
    font-size                  :     10pt;
    color                      :     #FF4000;
    text-decoration            :     none;
    font-weight                :     none;
}
A:HOVER {
    font-size                  :     10pt;
    color                      :     #FFFFFF;
    text-decoration            :     none;
    font-weight                :     none;
    background-color           :     #1966BC;
}

BODY {
    font-size                  :     10pt;
    color                      :     #333333;
    scrollbar-3dlight-color    :     #FFFFFF;
    scrollbar-arrow-color      :     #436DA6;
    scrollbar-base-color       :     #EEEEEE;
    scrollbar-darkshadow-color :     #FFFFFF;
    scrollbar-face-color       :     #FFFFFF;
    scrollbar-highlight-color  :     #436DA6;
    scrollbar-shadow-color     :     #436DA6;
    scrollbar-track-color      :     #EEEEEE;
    margin-top                 :     5;
    margin-left                :     5;
}
