html {
	background-color:	#f5f5dc;
}

td {
	border:	0px;
}

th, thead th {
	background-color:	#d3d3d3;
}

th {
	text-align:	left;
}
	
#bd {
	background-color:	white;
}

#ft {
	background-color:	white;
}

.textbold {
	font-weight:	bold;
}

td.textlg {
	border:			2px solid black;
	font-weight:	bold;
	font-size:		12pt;
}

.evenRow {
	background-color:	white;
}

.oddRow {
	background-color:	#f3f3f3;
}

.required {
	background-color:	#ffff99;
}
