﻿

/* 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: underline; color: #666666;}
A:visited {text-decoration: underline; color: #666666;}
A:hover {text-decoration: none; color: #a85400;}
A:active {text-decoration: none; color: #111111;}


/* Styles the links that are green. Not underlined except on mouseover */  
A.green:link {font-size: 11px; font-weight: bold; text-decoration: none; color: #336600;}
A.green:visited {font-size: 11px; font-weight: bold; text-decoration: none; color: #336600;}
A.green:hover {font-size: 11px; font-weight: bold; text-decoration: underline; color: #336600; }
A.green:active {font-size: 11px; font-weight: bold; text-decoration: none; color: #336600;}

/* Styles the links that are green. Underlined, except on mouseover. */  

A.gray:link {font-size: 9px; font-weight: bold; text-decoration: underline; color: #999999;}
A.gray:visited {font-size: 9px; font-weight: bold; text-decoration: underline; color: #999999;}
A.gray:hover {font-size: 9px; font-weight: bold; text-decoration: none; color: #999999; }
A.gray:active {font-size: 9px; font-weight: bold; text-decoration: underline; color: #999999;}

/* footer links that are white. Underlined except on mouseover. Bkrnd color change. */

a.whitee{font-weight:bold;font-size:10px;text-decoration:none;padding:3px 3px 3px 3px;} 
a.whitee:link{color:#ffffff;text-decoration:none;background-color: #d87810;} 
a.whitee:visited{color:#ffffff;text-decoration:none;background-color: #d87810;} 
a.whitee:hover{color:#ffffff;text-decoration:none;background-color: #a85400;} 
a.whitee:active{color:#ffffff;text-decoration:none;background-color: #d87810;} 


/* Styles for headings */ 
H1 {font-size: 14px; font-weight: bold; color: #57391C; font-style: italic;}
H2 {font-size: 11px; font-weight: bold; color: #000000;}
H3 {font-size: 12px; font-weight: bold; color: #6D60BE;}
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.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.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: #336600;}
p.greenbold {font-size: 11 px; font-weight: bold; color: #336600;}
p.greenbold12 {font-size: 12 px; font-weight: bold; color: #336600;}
p.greenbold14 {font-size: 14 px; font-weight: bold; color: #336600;}
p.bluebold12 {font-size: 12 px; font-weight: bold; color: #003498;}
p.orange {font-size: 12px; font-weight: normal; color: #a85400;}
p.orangebold {font-size: 11 px; font-weight: bold; color: #a85400;}
p.orangebold14 {font-size: 14 px; font-weight: bold; color: #a85400;}


/* Styles bulleted and numbered lists */ 
OL {font-size: 12px; font-weight: normal; color: #000000;}
UL {font-size: 12px; color: #000000; font-weight: normal;}
pre {font-family: verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; font-style: italic;}
