/* CSS Document */



h1 

{

color: #000000;

font-size: 14pt;

font-family: tahoma;

font-weight: bold

}



h2 {

color: #003399;

font-size: 12pt;

font-family: tahoma;

font-weight: bold

}



h3 {
	color: #567396;
	font-size: 10pt;
	font-family: tahoma;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;

}

p {color: #000000;

font-size: 10pt;

font-color: #000;

font-family: arial;

font-weight: normal}



 a.nav:link {color: white; text-decoration: none; }



a.nav:visited {color: white; text-decoration: none; }



a.nav:hover {color: white; text-decoration: underline; }



a.nav:active {color: white; }





a.external:link 
{
	color: black; 
	text-decoration: underline; 
	font-family: arial; 
	font-size: 10pt;
	
}



a.external:visited {color: black; text-decoration: none; font-family: arial; font-size: 10pt;}



a.external:hover {color: black; text-decoration: underline; font-family: arial; font-size: 10pt;}



a.external:active {color: black; font-family: arial; font-size: 10pt;}
