
html { 	margin: 0; 	padding: 0; 	} 
body, td, th {  	font-family: verdana, sans-serif;             
font-size: 10pt; 
	color: #666666;             
 line-height: 1; 	} 
 
 p {  	font-family: verdana, sans-serif; 
             font-size: 10pt; 	color: #666666;            
			   line-height: 1; 	margin-top: 0;  
			   	text-align: left; 	}
				
 h1 {  	font-family:  verdana, sans-serif; 
 	color:  #CC0000; 
		font-weight: bold;      
		       font-size: 20pt;
			   line-heigt: 1;	}
			   
 h2 {  	font-family:  verdana, sans-serif; 
  	color:  #CC0000; 	
	font-weight: bold;            
	 font-size: 14pt;
	 line-height: 1;	} 
	 
 h3 {  	font-family:  verdana, sans-serif; 
 	color:  #CC0000; 
		font-weight: bold;        
		     font-size: 10pt;
			 line-height: 1; }
			 
			 
 a:link {  	font-weight: bold;  
 	font-variant: small-caps 
		text-decoration: none;  
			color: #000066; 	} 
			
a:visited {  	font-weight: bold;  
	font-variant: small-caps; 
		text-decoration: none;  
			color: #003366; 	} 
			
a:hover {  	font-weight: bold;
  	font-variant: small-caps; 
		text-decoration: underline; 
		 	color: #0000FF; 	}
			
a:active {  	font-weight: bold;
  	font-variant: small-caps; 
		text-decoration: underline; 
		 	color: #0000FF; 	}