	
	body     {
			  margin: 0px; 
			  line-height: 15px;
			 }		    
		
		 body, td { font-size: 10pt;
				  font-family: arial;
			     }
			  
			  
	a  {
	   font-size: 10pt;
	   text-decoration: none;
	   color: blue;
	   }
	   
	a:hover  {
	   font-size: 10pt;
	   text-decoration: none;
	   color: #ff0000;
	   }				  
	   
	a.nav  {
	   font-size: 9pt;
	   font-weight: bold;
	   text-decoration: none;
	   color: #000066;
	   }
	   
	a.nav:hover  {
	   font-size: 9pt;
	   font-weight: bold;
	   text-decoration: none;
	   color: #ff0000;
	   }			
	   
	   
	