body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-repeat: no-repeat;
	background-color: #8F181F;
	background-image: url(/BGContent.jpg);
	background-position: left top;

	}

.ContentPane {
	margin:0px 50px 0px 0px;
	padding:18px 0px 20px 0px;
	background-repeat: no-repeat;
	background-color: #8F181F;
	background-image: url(/bg.gif);
	background-position: center top;
	}

.ContentPane .Head, .ContentPane H1, H1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FDBF08;
	font-size:14px;
	margin:0px 0px 5px 0px;
	font-weight: bold;
}
.ContentPane .normal, body, td, tr, table, div, span, p  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px 
}

.ContentPane a:link, .ContentPane a:visited, a.ContenPane:link {
	text-decoration:underline;
	color:#FDBF08;
}

.ContentPane a:hover {
	text-decoration:underline;
	color:#075FB9;
}

