@charset "UTF-8";
/* CSS Document */

body {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColElsCtrHdr {
	background-color: #FFF;	
	font-size: 10pt;

}



.oneColElsCtrHdr #container {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	position: absolute;
	top: 0px;
	left: 20px;
}
.oneColElsCtrHdr #footer {
	visibility: hidden;
	position: relative;
	height: 1px;
	background-color: #FFF;
} 

.oneColElsCtrHdr #header {
	visibility: hidden;
	position: absolute;
	height: 1px;
	width: 1px;
	top: 0px;
	right: 0px;
	background-color: #FFF;
} 

td {
}

ul.MenuBarHorizontal
{
	visibility: hidden;
	height: 1px;
	width: 1px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #FFF;
}
