BODY, TD, p, ul, li			{
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: disc;
	list-style-position: outside;
}

ul	{
	list-style: circle;
	}
	
A:link, 
A:active 	{
	color: #AC5615;
	background: transparent;
	text-decoration: underline;
	}
A:visited 	{
	color: #AC5615;
	background: transparent;
	text-decoration: underline;
	}		
A:hover 		{
	color: #1522AC;
	background: #transparent;
	text-decoration: underline;
}
