@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333;
}
.content a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #036;
	text-decoration: none;
	text-align:left;
}
td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333;
	vertical-align:top;
}
.content
{
	font-family:"Courier New", Courier, monospace;
	padding-bottom: 12px;
	padding-left:20px;
	padding-right:20px;
	padding-top:4px;
}
.mainNav {
	font-family:"Courier New", "American Typewriter", monospace;
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
	text-decoration:none;
	position:relative;
	text-align:left;
}
.errorClass {
	font-family:Verdana, Geneva, sans-serif;
	color:#900;
	font-size:14px;
}
.pageHeader {
		padding-right: 20px;
		font-size: 30px;
		font-weight:600;
		color: #333333;
		font-family:"Courier New", "American Typewriter", monospace;
		line-height:32px;
		margin-top:10px;
		margin-bottom:0px;
}
.white {
	color:#FFF;
}
