/* This block sets the style for the main body and other comment section types */
body,li,ul,b,i,u
{
FONT-FAMILY: Arial; 
FONT-SIZE: 8pt; 
}

/* This block sets the Background colors for various site screens */
body.BGColorBanner{BACKGROUND-COLOR: #044886} /* bottom pane */
body.BGColorDefault{BACKGROUND-COLOR: #FFFFFF} /* default right pane */
body.BGColorLogin{BACKGROUND-COLOR: #FFFFFF} /* login screen */
body.BGColorNAV{BACKGROUND-COLOR: #FFFFFF} /* left-pane navigation screens */

/* This block sets the style for Table, Row & Cell elements */
TABLE,TD,TR 
{FONT-FAMILY:Arial;FONT-SIZE:8pt}

/* This block (ReproNAV) sets the style for Navigation (left-pane) items 
   (does not apply to non-NAV screens)  - If you want NAV hyperlink
   items to be underlined, remove all instances of "TEXT-DECORATION: none"
   from this section.
*/
.ReproNAV
{
FONT-FAMILY: Arial; 
FONT-SIZE: 8pt; 
COLOR: #044886
A:active{COLOR: #044886}
A:link{COLOR: #044886}
A:visited{COLOR: #044886}
A:hover{COLOR: RED}
}

/* This block sets the style for all Header items */
H1{FONT-FAMILY: Arial}
H2{FONT-FAMILY: Arial}
H3{FONT-FAMILY: Arial}
H4{FONT-FAMILY: Arial}
H5{FONT-FAMILY: Arial}
H6{FONT-FAMILY: Arial}

/* This block sets the style hyperlink behavior.
   If you want NAV hyperlink items to be underlined, remove 
   all instances of "TEXT-DECORATION: none" from this section. */
A:active{COLOR: #044886}
A:link{COLOR: #044886}
A:visited{COLOR: #044886}
A:hover{COLOR: RED}
