input, select, textarea { background-color:#FFFFFF !important; }

table.formtable {
	font: 9pt/1.2 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

tr.formhead {
	font-weight: bold;
    background-color:#7ca8ff;

	color: white;
	font-size: 120%;
	text-align: center;
	line-height: 200%;
}

tr.formheadmain {
	font-weight: bold;
	background-color: #587dbf;
	color: white;
	font-size: 150%;
	text-align: center;
	line-height: 200%;
}

tr.formsubhead {
	font-weight: bold;
	background-color: #e6e6e6;
}

input.entry {
	width: 80%;
}

textarea.entry {
	width: 80%;
}
