table.rtTable {
	width: 98%;
}
table.rtTable th {
	padding: 3px;
	font-weight: bold;
}
table.rtTable td.rtTableHdrRowLine {
	padding: 3px;
	font-weight: bold;
}
table.rtTable td.rtLegend {
	padding-top: 12px;
}
table.rtTableRapFooter {
	display: none;
}
table.rtTable  tr.even td {
	background-color: white;
}
table.rtTable  tr.odd td {
	background-color: #f0f0f0;
}

table.rtTable  .StatNumber {
	text-align: center;
}

