TABLE.data
{
	font-size: 13px;
	background: #993300;
	color: #601b00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
TR.tableheader
{
	font-size:20px;	
	color: #ffffff;
	background-color: #9f9f5f;
	text-align: center;
}
TR.tablefooter
{
	color: #601b00;
	background-color: #9f9f5f;
	text-align: center;
}
TR.even
{
	background-color: #ECE9B3;
	text-align: center;
}
TR.even_spacer
{
	background-color: #ECE9B3;
	height:15px;
}
TR.odd
{
	background-color: #b5a642;
	text-align: center;
}
TR.odd_spacer
{
	background-color: #b5a642;
	height:15px;
}
TD.padded
{
	padding:10px 5px 10px 5px;
}
