/*<group=General Styles>*/

body {
	color: #FFFFFF;
	font: 0.75em/1.6em "lucida grande", verdana, tahoma, sans-serif;
	text-align: center;
}
#centerDiv { 
	text-align: center;
	position:absolute;  
	width: 1000px; 
	height: 600px; 
	left: 50%;
	top: 50%;
	margin-left: -500px;
	margin-top: -300px;
}
.h1 {
	font-family:Verdana;
	font-size:18px;
	color: #666666;
	font-weight:bold;
}
.bodytxt {
	color: #666666;
	font-family:Verdana;
	font-size:16px;
}
	