
tr.odd
{
	background-color: #FFD8A0;
}


tr.even
{
	background-color: white;
}


