body
{
	margin: 0px 0px 0px 0px;
	font: 10pt verdana;
	background-color: black;
	background-image: url(/Images/Background.gif);
	color: black;
}
table
{
	font: 10pt verdana;
}
.FG1
{
	color:black;
}
.FG2
{
	color: white;
}
.Content
{
	background-color: White;
	color: black;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

a, a:link, a:visited, a:active
{
	color: Yellow;
	font-weight: bold;
	font-size: small;
	letter-spacing : 5px;
}
a:hover
{
	color: Red;
}
.Menu
{
	border: none;
	width: 150px;
	background-color: transparent;
	filter: alpha(opacity=90);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
td.MenuHeading
{
	background-color: #3A79E9;
	color: white;
	font-weight: bold;
	text-align: center;
}
.PageHeading
{
	font-size: 20pt;
	font-weight: bolder;
	font-family: "Goudy Stout";
	color: Yellow;
	letter-spacing : 5px;
	background-color : Black;
	border : 1px solid Red;
}
hr
{
	color: Red;
}