body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	color: #333333;
	background-repeat: repeat-y;
	background-position: center;
}

a:link {
	font-size: 12px;
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	font-size: 12px;
	color: #333333;
}
a:hover
{
    text-decoration: none;
    font-size: 12px;
    color: red;
    color: #AB272F;
}
a:active {
	text-decoration: none;
	font-size: 12px;
	color: red;
	color: #333333;
}

td {
	font-size: 9pt;
	line-height: 18pt;
	text-decoration: none;
}