<STYLE type="text/css"> 
	BODY {
  			background: #FFFFFF ;
  			color: #000000 ;
    		margin: 0em ; 
    		padding: 2em ; 
   }
   A:link	{color:blue;
   			text-decoration:none}
   A:visited	{color:green;
   				text-decoration:none}
   A:hover	{color:red}
   A:active	{color:orange}
   
   H1 	{
   			font-weight: 150 ; 
    		font-style: italic ; 
    		font-variant: normal ; 
    		color: #08296B ;
    		font-family: "Times New Roman" , "Times Roman" , "Roman" , "serif" ; 
   			font-size: 18pt
   		}
   		
   H2	{
   	 	    font-size: 14   
   	    }
   	    
   H3   {
      	   font-size: 12   
        }
        
   P 	{
    		font-weight: 100 ;
    		font-size: 12pt ; 
    		font-style: normal ; 
    		font-variant: normal ; 
    		color: black ;
    		font-family: "Times New Roman" , "Times Roman" , "Roman" , "serif" ; 
   		}
   	LI  {
   			font-size: 12pt ;
   		}
   
   TH 	{
    		font-size: 12pt ; 
   		}
   TD {
   			font-size: 12pt ; 
   }
   ADDRESS  {
   				font-size: 12pt ;
   				font-style: italic ;
   			}
 </STYLE>

