/* type selectors */

BODY {FONT-SIZE: 12px; COLOR: #000000;  FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif; TEXT-DECORATION: none; BACKGROUND-COLOR: #ffffff; line-height : 130%;}
H1 {FONT-WEIGHT: bold; FONT-SIZE: 20px; COLOR: #004F84; FONT-FAMILY: Arial, Helvetica, sans-serif; }
H2 {FONT-WEIGHT: bold; FONT-SIZE: 18px; COLOR: #004F84; FONT-FAMILY: Arial, Helvetica, sans-serif; }
H3 {FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: arial, helvetica, verdana, sans-serif;    }
P {	FONT-SIZE: 12px; FONT-FAMILY: arial, helvetica, verdana, sans-serif; line-height : 130%;}
TD {FONT-SIZE: 12px; FONT-FAMILY: arial, helvetica, verdana, sans-serif}
UL { line-height : 130%;}
LI  { line-height : 130%;}
A:hover {COLOR: #0000ff}

/* class selectors - styles matching type selectors - should match above */

.h1style { FONT-WEIGHT: bold; FONT-SIZE: 20px; COLOR: #004F84; FONT-FAMILY: Arial, Helvetica, sans-serif;}
.h2style {FONT-WEIGHT: bold; FONT-SIZE: 18px; color: #004F84; FONT-FAMILY: Arial, Helvetica, sans-serif;   }

/* class selectors - paragraph treatments - used with paragraphs (P) */

.subhead {FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #000000; LINE-HEIGHT: normal; FONT-FAMILY: verdana, helvetica, arial, sans-serif; font-style: italic}
.copysmall { FONT-SIZE: 10px; FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif; font-weight: normal; text-decoration: none}
.copysmallfont2 { FONT-SIZE: 10px; FONT-FAMILY: Arial, Helvetica, sans-serif; font-weight: normal; text-decoration: none}
.copyfineprint { FONT-SIZE: 8px; FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif; font-weight: normal; text-decoration: none }
.margins5 { margin-right: 5px; margin-left: 5px; margin-top: 5px; margin-bottom: 5px }

/* class selectors - shading  treatments - used with table cells (TD) */

.shade1  { background-color: #004F84; font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 11px; font-weight: bold; color: #FFFFFF}
.shade2 { background-color: #A8CBD9; font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 11px; font-weight: bold; color: #000000}
.shade3 { background-color: #E8EDEF; FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif; font-size: 12px; COLOR: #000000;  }
.shade3gray { background-color: #CCCCCC; FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif; font-size: 12px; COLOR: #000000;  }

/* class selectors - character treatments - used with span (SPAN) */

.superscript {  font-size: 8px; font-family: Arial, Helvetica, Verdana, sans-serif; vertical-align: top}

/* class selectors - line spacing  treatments - used with lists (LI) */

.doublespace {  margin-bottom : 6px;  }

/* class selectors - for top menu */

.topnav {  font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 9px; color: #FFFFFF; line-height: normal; text-decoration: none; font-weight: bold; background-color: #000000;}
.topnav A:link {COLOR: #EEEEEE; text-decoration: none}
.topnav A:visited {COLOR: #EEEEEE; text-decoration: none}
.topnav A:active {COLOR: #EEEEEE; text-decoration: none}
.topnav A:hover {COLOR: #CCCCCC; text-decoration: none}
.topnavnobg {  font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 9px; color: #FFFFFF; line-height: normal; text-decoration: none; font-weight: bold; }

/* class selectors - for main menu */

.mainmenu {  font-size: 14px; color: #FFFFFF; font-family: Arial, Helvetica, Verdana, sans-serif; font-weight: bold; line-height: normal; text-decoration: none; background-color: #000000;}
.mainmenu A:link {COLOR: White; text-decoration: none}
.mainmenu A:visited {COLOR: White; text-decoration: none}
.mainmenu A:active {COLOR: White; text-decoration: none}
.mainmenu A:hover {COLOR: #CCCCCC; text-decoration: none}

/* class selectors - for bottom menu */

.bottomnav { font-size: 12px; font-family: Arial, Helvetica, Verdana, sans-serif; font-weight: normal; line-height: normal; text-decoration: none }
.bottomnav A:link {COLOR: #004F84;}
.bottomnav A:visited {COLOR: #004F84;}
.bottomnav A:active {COLOR: #004F84;}
.bottomnav A:hover {COLOR: #0000ff;}

/* class selectors - for side navigation menu */

.sidenav {  font-size: 12px; font-family: Arial, Helvetica, Verdana, sans-serif; font-weight: normal; text-decoration: none; color: #000000;   }
.sidenav A:link {COLOR: Black; text-decoration: underline;  font-weight : bold; }
.sidenav A:visited {COLOR: Black; text-decoration: underline;  font-weight : bold; }
.sidenav A:active {COLOR: Black; text-decoration: underline;  font-weight : bold; }
.sidenav A:hover {COLOR: #FFFFFF; text-decoration: underline;  font-weight : bold; }

/* class selectors - newly added since documentation */