
/* Base fontstyle for a page and background */
body {font-family: verdana, arial, helvetica, sans-serif;}


/*Fix for Netscape*/
p, a, h1, h2, h3, h4, ul, ol {font-family: verdana, arial, helvetica, sans-serif;}

  
/* Fix for Netscape */  
b {font-weight: bold;}
strong {font-weight:bold} 
em {font-style:italic} 


/* Appearance of links within normal text.*/

A:link {text-decoration: underline; color: #000099;}
A:visited {text-decoration: underline; color: #000099;}
A:hover {text-decoration: none; color: #364469;}
A:active {text-decoration: underline; color: #417c34;}


/* Styles the links that are dark blue. Underlined except on mouseover */  
A.blue:link {font-size: 11px; font-weight: bold; text-decoration: underline; color: #000099;}
A.blue:visited {font-size: 11px; font-weight: bold; text-decoration: underline; color: #000099;}
A.blue:hover {font-size: 11px; font-weight: bold; text-decoration: none; color: #999999; }
A.blue:active {font-size: 11px; font-weight: bold; text-decoration: underline; color: #999999;}

/* Footer styles. Not underlined except on mouseover */  
A.footer:link {text-decoration: none; color: #ffffff;}
A.footer:visited {text-decoration: underline; color: #ffffff;}
A.footer:hover {text-decoration: none; color: #9fcdeb;}
A.footer:active {text-decoration: underline; color: #ffffff;}


/* Styles the links that are green. Underlined except on mouseover */  
A.green:link {font-size: 11px; font-weight: bold; text-decoration: underline; color: #417c34;}
A.green:visited {font-size: 11px; font-weight: bold; text-decoration: underline: #417c34;}
A.green:hover {font-size: 11px; font-weight: bold; text-decoration: none; color: #417c34; }
A.green:active {font-size: 11px; font-weight: bold; text-decoration: underline; color: #999999;}


/* Styles for headings */ 
H1 {font-size: 11px; font-weight: bold; color: #000000;}
H2 {font-size: 11px; font-weight: bold; color: #000000;}
H3 {font-size: 10px; font-weight: bold; color: #000099;}
H4 {font-size: 12px; 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.whitesmallb {font-size: 10px; font-weight: bold; color: #ffffff;}
p.blacksmall {font-size: 11px; font-weight: normal; color: #00000;}
p.smallbold {font-size: 11px; font-weight: bold; color: #000000;}
p.green {font-size: 12px; font-weight: bold; color: #417C34;}
p.bluebld {font-size: 12px; font-weight: bold; color: #000099;}
p.italic {font-size: 11px; font-weight: normal; font-style: italic;}
p.italicsmall {font-size: 11px; font-weight: normal; font-style: italic; color: #50525E;}
p.gray {font-size: 13px; font-weight: normal; color: #50525E;}
p.grayblod {font-size: 12px; font-weight: bold; color: #7e7e7e;}
p.gray11 {font-size: 11px; font-weight: normal; color: #50525E;}
p.copyr {font-size: 9px; font-weight: normal; color: #666666;}
p.black {font-size: 12 px; font-weight: normal; color: #00000;}
p.bold {font-size: 12 px; font-weight: bold; color: #00000;}

/* Styles bulleted & numbered lists */ 
OL {font-size: 12px; font-weight: normal; color: #000000;}
UL {font-size: 12px; color: #333333; font-weight: 000000;}
