BODY {
	color : Black;
	background-color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif, sans-serif;
	font-size : x-small;
	text-align : center;
	margin-top : 0px;
}

A {
	color : #0000CD;
}

A:HOVER {
	color : #006400;
}
.maintable {
	border-left : 1px solid White;
	border-right : 1px solid White;
	border-bottom : 1px solid White;
	text-align : center;
	background-color : White;
}
.content {
	font-size : x-small;
	background-color : White;
	padding-left : 25px;
	padding-right : 25px;
}
.footer {
	text-align : center;
	padding : 10px;
	background-color : White;
}
.footertable {
	background-color : #1f4e9e;
	color : White;
	font-size : x-small;
	text-align : center;
	height : 100px;
	vertical-align : middle;
}
.footertable A{
	background-color : #1f4e9e;
	color : White;
	font-size : x-small;
}
.footertable A:Hover{
	background-color : #1f4e9e;
	color : Black;
	font-size : x-small;
}
.contenttable {
	font-size : x-small;
	text-align : center;
}