body {
	margin: 0;
	padding: 0;
	background-color: #000000;
}
body, tr, td, th, dl, dt, dd, li, ul, ol, p,  h2, h3, h4, h5, h6, b, i, input, select, option, optgroup, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
p {
	color: #ffffff;
	font-size: 14px;
	line-height: 20px;
}
.dataTable tr td {
	text-align: center;
	font-weight: bold;
	color: #979797;
}
.footer {
	font-size: 10px;
	margin-top: 20px;
	color: #bf0a13;
	text-transform: uppercase;
}
.footer a:link,
.footer a:visited {
	color: #bf0a13;
	padding: 12px;
	text-decoration: none;
}
.footer a:hover,
.footer a:active {
		color: #bf0a13;
		text-decoration: underline;
}
.footerLeft {
	float: left;
}
.footerRight {
	float: right;
}
.clearBoth {
	clear: both;
}
.grey {
	color: #979797;
}

.top {
	font-size: 11px;
	font-weight:bold;
	color: #bf0a13;
	text-transform: uppercase;
}
.top a:link,
.top a:visited {
	color: #ffffff;
	padding: 14px;
	font-size:11px;
	text-decoration: none;
}
.top a:hover,
.top a:active {
		color: #bf0a13;
		text-decoration: underline;