/*Contact Style Sheet*/

/*General Body Info*/	 
BODY { 
       bgcolor: #FFFFFF;
       font-size : smaller;
	   MARGIN-TOP: 0em;
       MARGIN-RIGHT: 0.5em;
       MARGIN-BOTTOM: 0em;
       MARGIN-LEFT: 0em; }
	   	   
/*Links*/	   
a:hover{color: #DB0E12; text-decoration: none; FONT-WEIGHT: normal; font-size: 8pt; background-color: #FFD8C3}
a.link {  font-family: Verdana, Arial, Helvetica, sans-serif; 
		   font-size: 8pt; 
		   font-style: regular; 
		   font-weight: normal;
		   text-decoration: none;  
		   color: #FF7800;
		   background-color: #F6F0DC}
		   	
a {font-family: Verdana, Arial, Helvetica, sans-serif; color: #FF7800; text-decoration: none;font-size: 8pt;}

		   
