body {
	background-color: #dbdbdb;
	margin-top: 0px;
	margin-left: 0px;
}

.bodyHeaderText {
	font-family: "Rage Italic";
	font-size: 24px;
	color: #000000;
	font-weight: bold;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
.bodyTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.bodyTextItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	font-style: italic;
}

#footerContainer {
	float: left;
	width: 800px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.footerTextOver {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.footerTextOver:link {text-decoration: none;}
.footerTextOver:visited {text-decoration: none;}
.footerTextOver:hover {
	text-decoration: none; color: #FF0000;}
.footerTextOver:active {text-decoration: none;}
