
body {	
	background-repeat: repeat;
	background-attachment: fixed;
	}


td {	
	background-repeat: no-repeat;
	font-family: Helvetica, Arial, Verdana, , sans-serif;	
	font-size: 16px;
	}

td.main
{
	background-repeat: repeat;
	font-family: Helvetica, Arial, Verdana, , sans-serif;	
	font-size: 16px;
} 
	
a:link {
 	text-decoration: none; 
	color: #323325;
 		}
		
a:visited {
	text-decoration: none; 
	color: #323325;
}	

a:active {
	text-decoration: underline;  
	color: #323325;

}
a:hover {
	text-decoration: underline; 
	color:#323325;

}