body {
	margin-left: 5px;
	margin-left: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: rgb(10,10,10);
	color: rgb(255,255,255);
}
.blackHeader {
	font-family: Arial, Times, serif;
	font-size: 14px;
	color: rgb(10,10,10);
	text-decoration: none;
}
.blackText {
	font-family: Arial, Times, serif;
	font-size: 12px;
	color: rgb(10,10,10);
	text-decoration: none;
}
.redHeader {
	font-family: Arial, Times, serif;
	font-size: 14px;
	color: rgb(219,31,77);
	text-decoration: none;
}
.redText {
	font-family: Arial, Times, serif;
	font-size: 12px;
	color: rgb(219,31,77);
	text-decoration: none;
}
.headerText {
	font-family: Arial, Times, serif;
	font-size: 12px;
	color: rgb(10,10,10);
	text-decoration: none;
}
a.headerText:link, a.headerText:visited {
	font-family: Arial, Times, serif;
	font-size: 12px;
	color: rgb(10,10,10);
	text-decoration: none;
}
a.headerText:hover {
	font-family: Arial, Times, serif;
	font-size: 12px;
	color: rgb(10,10,10);
	text-decoration: underline;
}
a:link, a:visited {
	color: rgb(77,31,219);
	font-family: Arial, Times, serif;
	text-decoration: none;	
}
a:hover {
	color: rgb(77,31,219);
	font-family: Arial, Times, serif;
	text-decoration: underline;
}
a.bodyLinks:link, a.bodyLinks:visited {
	color: rgb(250,160,90);
	font-family: Arial, Times, serif;
	text-decoration: none;	
}
a.bodyLinks:hover {
	color: rgb(250,160,90);
	font-family: Arial, Times, serif;
	text-decoration: underline;
}
.copyrightlinks {
	font-family: Arial, Times, serif;
	font-size: 11px;
	color: rgb(255,255,255);
	text-decoration: none;
}
a.copyrightlinks:link, a.copyrightlinks:visited {
	font-family: Arial, Times, serif;
	font-size: 11px;
	color: rgb(255,255,255);
	text-decoration: none;
}
a.copyrightlinks:hover {
	font-family: Arial, Times, serif;
	font-size: 11px;
	color: rgb(255,255,255);
	text-decoration: underline;
}