body	{
	font-size: 12px;
	font-weight: normal;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size-adjust: .58;
	margin: 0%;
}	

p, blockquote, ul, ol, dl, dd, li, dir, menu	{	
	/* inherit from body */	
	}	


table, tbody, tr, td	{
	font-size: 12px;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size-adjust: .58;
}	

a:link, visited, active	{
	text-decoration: underline;
	color: black;
	
}	
				
a.noline {
	text-decoration: none;
}

