
body {
	background-color: #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #9C2722;
	text-decoration:none;
}
a:visited {
	color: #9C2722;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #9C2722;
}

.bodytext {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #333333;
}

.redtext {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #9C2722;
}

.copyrightText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #9C2722;
}



-->