.TableHeader {
	color: white;
	background-color: blue;
	font-weight: bold;
	width: 50px;
}

.OddRow {
	background-color: #D5D5D5;
}

.EvenRow {
	background-color: white;
}

.HeaderColumn {
	text-align: left;
	color: white;
	background-color: #D00000;
	font-weight: bold;
}

.NormalCell {
	font-size: 10pt;
	font-weight: bold;
}
