

/* Base fontstyle for a page and background */
body {font-family: verdana, Arial, Helvetica, sans-serif;}


/*Fix for Netscape which does not always inherit font family from the body style above*/
p, a, h1, h2, h3, h4, ul, ol {font-family: verdana, Arial, Helvetica, sans-serif;}

  
/* Fix for Netscape versions that do not read the b tag properly */  
b {font-weight: bold;}
strong {font-weight:bold} 
em {font-style:italic} 


/* Appearance of links within normal text. No size is specified; they are the size of whatever paragraph or heading they are in*/

A:link {text-decoration: none; color: #666666;}
A:visited {text-decoration: none; color: #666666;}
A:hover {text-decoration: underline; color: #172058;}
A:active {text-decoration: underline; color: #111111;}


/* Underlined, except on mouseover. */  

A.ul:link {font-size: 12px; font-weight: normal; text-decoration: underline; color: #333333;}
A.ul:visited {font-size: 12px; font-weight: normal; text-decoration: underline; color: #333333;}
A.ul:hover {font-size: 12px; font-weight: normal; text-decoration: none; color: #0D196E; }
A.ul:active {font-size: 12px; font-weight: normal; text-decoration: underline; color: #333333;}

/* Underlined on mouseover. */  

A.ulm:link {font-size: 13px; font-weight: bold; text-decoration: none; color: #353535;}
A.ulm:visited {font-size: 13px; font-weight: bold; text-decoration: none; color: #353535;}
A.ulm:hover {font-size: 13px; font-weight: bold; text-decoration: underline; color: #0D196E; }
A.ulm:active {font-size: 13px; font-weight: bold; text-decoration: none; color: #353535;}


/* Underlined small, except on mouseover. */  

A.uls:link {font-size: 11px; font-weight: normal; text-decoration: underline; color: #333333;}
A.uls:visited {font-size: 11px; font-weight: normal; text-decoration: underline; color: #333333;}
A.uls:hover {font-size: 11px; font-weight: normal; text-decoration: none; color: #0D196E; }
A.uls:active {font-size: 11px; font-weight: normal; text-decoration: underline; color: #333333;}


/* Underlined bold, except on mouseover. */  

A.ulb:link {font-size: 12px; font-weight: bold; text-decoration: underline; color: #333333;}
A.ulb:visited {font-size: 12px; font-weight: bold; text-decoration: underline; color: #333333;}
A.ulb:hover {font-size: 12px; font-weight: bold; text-decoration: none; color: #0D196E; }
A.ulb:active {font-size: 12px; font-weight: bold; text-decoration: underline; color: #333333;}


/* Styles for headings */ 
H1 {font-size: 14px; font-weight: bold; color: #57391C; font-style: italic;}
H2 {font-size: 12px; font-weight: bold; color: #000000;}
H3 {font-size: 10px; font-weight: bold; color: #6D60BE;}
H4 {font-size: 10px; font-weight: normal; color: #000000; font-style: italic;}
H5 {font-size: 11px; font-weight: normal; text-decoration: none; color: #000000;}
H6 {font-size: 12px; font-weight: bold; color: #7c6aa6;}

/* Paragraph styles */
p {font-size: 13px; font-weight: normal; color: #000000;}
p.graysmall {font-size: 11px; font-weight: normal; color: #7e7e7e;}
p.whitesmall {font-size: 10px; font-weight: normal; color: #ffffff;}
p.blacksmall {font-size: 11px; font-weight: normal; color: #00000;}
p.smallbold {font-size: 11px; font-weight: bold; color: #000000;}
p.italic {font-size: 12px; font-weight: normal; font-style: italic;}
p.gray {font-size: 13px; font-weight: normal; color: #50525E;}
p.graybold {font-size: 13px; font-weight: bold; color: #50525E;}
p.footer {font-size: 10px; font-weight: normal; color: #666666;}
p.footer9 {font-size: 9px; font-weight: normal; color: #999999;}
p.black {font-size: 12 px; font-weight: normal; color: #000000;}
p.blackbold12 {font-size: 12 px; font-weight: bold; color: #000000;}
p.green {font-size: 12px; font-weight: normal; color: #738434;}
p.greenboldi {font-size: 12 px; font-weight: bold; color: #738434; font-style: italic;}
p.greenbold12 {font-size: 12 px; font-weight: bold; color: #738434;}
p.greenbold14 {font-size: 14 px; font-weight: bold; color: #738434;}
p.greenbold18 {font-size: 18 px; font-weight: bold; color: #738434;}
p.greenbold16i {font-size: 16 px; font-weight: bold; color: #738434; font-style: italic;}
p.black14 {font-size: 14 px; font-weight: bold; color: #000000;}
p.blue {font-size: 12 px; font-weight: normal; color: #000000;}

/* Styles bulleted and numbered lists */ 
OL {font-size: 12px; font-weight: normal; color: #530783;}
UL {font-size: 12px; color: #333333; font-weight: 530783;}