/* CSS Document */

body {background:#EFA345;
	  margin-left:Opx;
 	  margin-top:0px;}
.lightorange {background: #EFA345}
.darkorange {background: #B83614}


.textnormal { font-family: Arial, Helvetica, sans-serif;
			  font-size:10pt;
			  font-weight:normal;			  
			  color:#FFFFFF;
			 }
.textheader { font-family: Arial, Helvetica, sans-serif;
			  font-size:12pt;
			  font-weight:bold;
			  color:#FFFFFF;
			 }
.textheadersmall { font-family: Arial, Helvetica, sans-serif;
			  font-size:10pt;
			  font-weight:bold;
			  color:#FFFFFF;
			 }
			 
.textnormalblack { font-family: Arial, Helvetica, sans-serif;
			  font-size:9pt;
			  font-weight:normal;			  
			  color:#000000;
			 }
.textheaderblack { font-family: Arial, Helvetica, sans-serif;
			  font-size:10pt;
			  font-weight:bold;
			  color:#000000;
			 }			 
			 
.link { font-family: Arial, Helvetica, sans-serif;
			font-style:italic;
			  font-size:10pt;
			  font-weight:normal;
			  color:#000000;
			 }			 			 
			 
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: #FFFFFF;}			 
