span.req {
	font-weight: bold;
	color: #800;
}	

table.form {
	font-family: verdana;
	font-size: 11px;
}

table.display {
	font-size: 10px;
	font-family: verdana;
}
	
tr.highlight1, td.highlight1 {
	background: #ddd;
}

tr.highlight2, td.highlight2 {
	background: #eee;
}
		
td.header, tr.header {
	background: #555;
	color: #fff;
	font-weight: bold;
}		

tr.decision {
	background: #800;
	color: #ffc;
	font-weight: bold;
}	

tr.header td a {
	color: white;
}