
 	.redul {
		color : #ff0000;
		text-decoration : underline;
	}
	 .norm  {
     	font-size : 10pt;
     	font-family : Arial;     	
     }
     .norm1  {
     	font-size : 12pt;
     	font-family : Arial;     	
     }
	 .normbold  {
     	font-size : 10pt;
     	font-family : Arial;     	
     	font-weight : bold;
     }
     .big  {
     	font-size : 14pt;
     	font-family : Arial;     
     }

	 .bigbold  {
     	font-size : 14pt;
     	font-family : Arial;
     	font-weight : bold;
     }	 
	 .bigbold1  {
     	font-size : 18pt;
     	font-family : Arial;
     	font-weight : bold;
     }	      
     .small  {
     	font-size : 8pt;
     	font-family : Arial;
     }
     .smallbold  {
     	font-size : 9pt;
     	font-family : Arial;
		font-weight : bold;
     }
     .smallhead  {
     	font-size : 9pt;
     	font-family : Arial;
     	color : #ffffff;
     	background-color : #000000;
     	font-weight : bold;
     }
     .smallheadwhite  {
     	font-size : 9pt;
     	font-family : Arial;     	
     	font-weight : bold;
     }     
     .topnavlink  {
	 	color : #FFFFFF;
     	text-decoration : none;
     }

     
     .header  {
     	font-size : 10pt;
     	font-family : Arial;
     }     
     A:link  {
     	color : #000000;
     	text-decoration : none;		
     }
	       
     A:visited  {
     	color : #000000;
     	text-decoration : none;		
     }
	      
     A:active  {
     	color : #FF0000;
     	text-decoration : none;
     }
     A:hover  {
     	color : red;
     	text-decoration : underline;
     }
     .ul:A:link  {
     	color : #000000;
     	text-decoration : underline;		
     }
	       
     .ul:A:visited  {
     	color : #000000;
     	text-decoration : underline;		
     }
	      
     .ul:A:active  {
     	color : #FF0000;
     	text-decoration : underline;
     }
     .ul:A:hover  {
     	color : red;
     	text-decoration : underline;
     }	
	 .ul{
	text-decoration : underline;
	}
