/* CSS Document */
body {
	background-color: #CCCCCC;
}
.FooterRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #890F0F;
}

.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
	line-height: 20px;
}
.copy a:link {
	text-decoration: none;
	color: #890F0F;
	font-weight: bold;
}
.copy a:active {
	text-decoration: none;
	color: #333333;
} 
.copy a:hover {
	text-decoration: underline;
	color: #890F0F;
	font-weight: normal;
}
.copy a:visited{
	text-decoration: none;
	color: #890F0F;
}
.Headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #890F0F;
}

