<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.body_text {
	font-size: 12px;
	color: #616161;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
A.body_text:link {
	color: #616161;
	text-decoration: underline;
}
A.body_text:visited {
	color: #616161;
	text-decoration: underline;
}
A.body_text:hover {
	color: #616161;
	text-decoration: underline;
}
A.body_text:active{
	color: #616161;
	text-decoration: underline;
}
.red_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #a01616;
	font-weight:bold;
	font-size:16px;
}
a:link {
	color: #a01616;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #a01616;
}
a:hover {
	text-decoration: underline;
	color: #A01616;
}
a:active {
	text-decoration: none;
	color: #A01616;
}



