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

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;
}

DIV.BGWhite {
     background-color          :     #FFFFFF;
     width                     :     200;
}

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                 :     27;
    margin-left                :     25;
}

