table.statsTable {
	border-collapse: collapse;
	width: 100%;
}

table.statsTable th {
	vertical-align: bottom;
	font-size: 12px;
	/*border: 1px solid #cccccc;*/
	border-bottom: 2px solid #cccccc;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px 5px;

	
}
table.statsTable th.noBorder {
	border-bottom: 0;
	border-bottom: hidden;
	
}

table.statsTable td {
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    text-align: center;
}
