/* Default body and link styles within the body content*/
BODY {font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #666362}

table	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	color: #666362;
	margin-left:0px;
}

A.linksred
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
/*	font-weight: bold; */
	color: #666362;
	text-decoration: underline;
}
A.linksred:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
/*	font-weight: bold; */
	color: red;
	text-decoration: underline;
}

