.main { 
width: 800px; 
height: 600px; 
background-color: red; 
margin: 0 auto; 
padding: 0px; 
margin-bottom: 0px; 
overflow: hidden; 
position: relative; 
} 

.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #339900;
}

.formfield {
	font-size: 8pt;
	font-family: Verdana;
	border-style: double;
}

.sectionheaders {
	font-size: 9pt;
	font-family: Verdana;
	font-weight: bold;
	border-color: #000000;
}

.small {
	font-size: 8pt;
	font-family: Verdana;
	font-weight: normal;
	border-color: #000000;
}

.confirm {
	font-size: 9pt;
	font-family: Verdana;
	font-weight: normal;
	border-color: #000000;
}

.radios {
	font-size: 10pt;
	font-family: Verdana;
	font-style: bold;
	border-color: #000000;
}

.tbForm {
	background-color: white;
	border: #909EB9 1px solid;
	color: black;
	font-family: arial, verdana, ms sans serif;
	font-size: 8pt;
	font-weight: normal
}