td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
.sectionhead {
	color: #4474A4;
	font-weight: bold;
	font-size: 1.1em;
}
.cellBorder {
	border-top: 0px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 0px solid #999999;
	border-left: 0px solid #999999;
}
.rowBorder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
