 
 
 p, table {
	font-size: 12px;
	color: #000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
}
 
 
  A.links:link  {
     	color : #990000;
     }
     
     A.links:visited  {
     	color : #6699CC;
     }
     
     A.links:hover  {
     	color : #6699CC;
     }
	 
	  A.navlinks:link  {
     	color : #99CCFF;
     }
     
     A.navlinks:visited  {
     	color : #FFFFFF;
     }
     
     A.navlinks:hover  {
     	color : #6699CC;
     }
	  A.hometext:link  {}
     
     A.text:link  {}
     
     A.smalltext:link  {}
     
   
	 
	 
	 
	 
	  .links  {
     	
     	text-decoration : none;
     	
     }
	 
	 .navlinks  {
     	font-size : 11px;
     	text-decoration : none;
     	line-height : 14px;
     }
     
     .hometext  {
     	font-size : 15px;
     	text-decoration : none;
     	line-height : 19px;
     }
     
     .text  {
     	font-size : 13px;
     	text-decoration : none;
     	line-height : 17px;
     }
	 
     
     .smalltext  {
     	font-size : 10px;
     	text-decoration : none;
     	line-height : 13px;
     }
       
    