table.webform  {
	font-family: sans-serif; 
	color: black;
	background: white;
}
td.formlabel {
	white-space: nowrap; 
	text-align: right; 
	vertical-align: top; 
	font-weight: bold; 
	font-size: 10pt;
	color: black; 
	border-style: solid; 
	border-width: 1px; 
	padding: 5px;
}
td.formvalue {
	font-weight: normal; 
	font-size: 10pt;
	color: black;
	background: white;
	border-style: solid; 
	border-width: 1px;
	padding: 5px;
}