body {
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: black;
	margin: 0px;
	background-repeat: repeat
	}

a:link, a:active, a:visited{
	color:#000000;
	text-decoration:underline;
	}
a:hover
	{
	color:#990000;
	text-decoration:none;
	}

	p{
	margin-top: 5px;
	margin-bottom: 5px;
}

.Header{
	font-family:Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #990000;
	}
.subHeader{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}
.subHeaderBlack{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.content{
	font-family:Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	padding-top: 12px;
}
.coyrightText {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}