body {
	background-color: #D0D9D0
}

input,select {
	background-color: #E3D9D0
}

.radioValue {
	background-color: #E3D9D0
}

.inputLabel {
	text-align: right
}

tr.evenRow {
	background-color: #E0D9D0
}

tr.oddRow {
	background-color: white
}

table.searchResults {
	font-size: 10pt
}

table.inputForm {
	font-size: 10pt
}

.warning {
	color: red
}

form.buttonForm {
	margin: 0
}

.evenRowSubmit {
	background-color: #E0D9D0;
	font-size: 7pt
}

.oddRowSubmit {
	background-color: white;
	font-size: 7pt
}

.subHeading {
	font-size: 20;
	font-weight: bold
}