table.grid 
{
  font-family: Arial;
  border-collapse: collapse;
  color: Black;
}

table.Grid TD, TH
{
	padding: 0px 4px 0px 4px
}

table.grid tr.headerRow
{
  background-color: #0d6825;
  color: White;
}

table.grid tr.row
{
  background-color: #dfeee7;
}

table.grid tr.alternatingRow
{
  background-color: #fbefd9;
}