body
{
	background: #000000;
	font: arial;
	font-size: 14pt;
	padding:2.5%;
}

strong
{
	font-size: 14pt;
	color: #ff0101;
}

.DisplayPane
{
	background-color: White;
	width: 1025px;
	text-align:center;
	padding:2.5%;	
	
	
}

.header
{
	background-color: White;
	width: 1024px;
	text-align:center;
	padding: 0px;
	background: #ffffff;
	min-height: 125px;
	width: 1024px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-color: #000000;
}

.MainContent
{
	
	text-align:left;
	vertical-align:top;
	width: 100%;
	min-height: 500px;
	background: #ffffff;
	border-top-width: 2.5%;
	border-style:hidden;
	margin-top:2.5%;
}


