@charset "UTF-8";
a.main:link {
	color: #FFFFFF;
	text-decoration: none;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.mainheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
}
body {
	background-color: #000000;
}
	
.navigation a:link {
	text-decoration: none;
	color: #000066;
	background: transparent;
	font: Arial;
	font-size: 16px;
}
.navigation a:hover {
	text-decoration: none;
	color: #FF0000;
	background: transparent;
	font: Arial;
	font-size: 16px;
}
.maintextheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}
