.evenTD {
	background-color: #EEEEEE;
}
.oddTD {
	background-color: #FFFFFF;
}
.thCell { /* table header cell color */
	background-color: #EEEEEE;
	font-size: x-small;
	font-weight: bold;
}
.tdCell {
	font-size: x-small;
}
.thCellDarker { /* table header cell darker color */
	background-color: #D0D0D0;
}
.thCellEmphasis1 { /* table header cell emphasis 1 color */
	background-color: #99CCFF;
}
.thCellEmphasis2 { /* table header cell emphasis 1 color */
	background-color:#FFFFCC;
}
.backgroundCell { /* table header or detail cell that blends into the thCell background */
	border-color: #EEEEEE;
	background-color: #EEEEEE;
}
.underAllocation { /* text representing water usage under allocation */
	color: green;
	text-decoration: underline;
	font-weight: bold;
}
.overAllocation { /* text representing water usage over allocation */
	border: 1px solid red;
	text-decoration: none;
	font-weight: bold;
}
.overAllocationColor, .overAllocation {
	color: red;
}
.spaceAfter { /* make space after a paragraph */
	margin-bottom: 12px;
}
.menuTopic { /* menu topic items */
	font-weight: bold;
	color: #1E336F;

