.gamestats td {
	font-size: 10px; 
	color: black;
}

.gamestats tr {
	background: #efefef;
}	

tr.head {
	background: #a3c341; 
	background-image: url("images/navigation_background.gif");
	background-repeat: repeat-x;

}
td.head {
	font-size: 10px; 
	color: white;
}
tr.stat {
	background: #efefef; 
}

td.stat-number {
	font-size: 10px; 
	color: black;
}
td.stat-name {
	font-size: 10px; 
	color: black;
}

td.stat-value {
	font-size: 10px; 
	color: black;
}
td.stat-zero {
	
	font-size: 10px; 
	color: #5e7222;
}

td.stat-value-darker {
	background: #E7E7E7; 
	font-size: 10px; 
	color: black;
}
td.stat-zero-darker {
	background: #E7E7E7; 
	font-size: 10px; 
	color: #5e7222;
}	

td.stat-value-darkest {
	background: #D8D8D8; 
	font-size: 10px; 
	color: black;
}
td.stat-zero-darkest {
	background: #D8D8D8; 
	font-size: 10px; 
	color: #5e7222;
}	



a.stat {
	font-size: 10px; 
	color: black;
}
tr.totals {
	color: yellow; 
	background: #a3c341;
	background-image: url("images/navigation_background.gif");
	background-repeat: repeat-x;
}
