
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #850000;
}





/*---------*/
body {
	background-color: #850000;
	margin-top: 0px;
}
a:link {
	color: #850000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #850000;
}
a:hover {
	text-decoration: none;
	color: #850000;
}
a:active {
	text-decoration: underline;
	color: #850000;
}


.legal {
	font-family: tahoma, sans-serif;
	font-size: 10px;
	color: #999999;
}
.legal:link {
	font-family: tahoma, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: underline;
}
.legal:visited {
	font-family: tahoma, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #999999;
}
.legal:hover {
	font-family: tahoma, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #ffffff;
}
.legal:active {
	font-family: tahoma, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #999999;
}