html {
	height: 100%;
	background-color: #ffffff;
}
body {
	height: 100%;
	width: 759px;
	margin: 0px auto;
	padding: 10px;
	font-family: tahoma, verdana;
	font-size: 10px;
	background-color: #ffffff;
	color: #ffffff;
}
div#main {
	height: auto;
	padding: 1px;
	border-top: 10px solid #dddddd;
	border-bottom: 10px solid #dddddd;
	border-left: 20px solid #dddddd;
	border-right: 20px solid #dddddd;
	color: #000000;
}
div.clear {
	clear: both;
}
p.noscript {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #1b3451;
	border-top: 2px solid #cbd1d6;
	border-bottom: 2px solid #cbd1d6;
	margin: 0px;
	padding: 0px 20px;
	width: 100%;
	z-index: 10;
	font-size: 12pt;
	text-align: center;
	font-weight: bold;
}
