@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Century Gothic, Tahoma, Arial;
	font-size: 12px;
	color: #636363;
}
body {
	background-color: #636363;
	margin-top: 0px;
	margin-left: 0px;
}
a:visited {
	color: 636363;
}
a:hover {
	color: #EA2224;
}
a:active {
	color: #39B5E8;
}
a {
	font-family: "Century Gothic", Tahoma, Arial;
	font-size: 12px;
	color: #FF0000;
	font-weight: normal;
	text-decoration: underline;
}
.redhead {
	font-family: "Century Gothic", Tahoma, Arial;
	font-size: 24px;
	font-weight: bold;
	color: #EA2224;
	text-transform: none;
}	
.redsubhead {
	font-family: Century Gothic, Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #EA2224;
	text-transform: capitalize;
}
.body {
	font-family: Century Gothic, Tahoma, Arial;
	font-size: 12px;
	color: #636363;
}
.bodybold {
	font-family: Century Gothic, Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #636363;
}
.border1 {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FF0000;
}
