

td.stdText {
	width: 200px;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	text-align: left;
	height: 12px;
}

td.stdTextO {
	width: 200px;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	text-align: left;
	height: 12px;
	background-color: LightGray;	
}

h2.header {
	font-size: 25px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
}

.statTitle {
	font-size: 18px;
	line-height: 20px;
	
}


div.leadersTable {
	postion: absolute;
	width: 290px;
	margin-left: 70px;
	
	margin-top:10px;
	border-spacing: 0px;

	}

td.statE {
	width: 40px;
	font-size: 10px;
	}

td.statO {
	width: 40px;
	font-size: 10px;
	background-color: LightGray;	
}

td.statHeader {
	font-size: 11px;
	line-height: 13px;
	background-color: gray;	
}



	


