.report
{
  font-size: 1em;
  font-family: Georgia;
}

.spreadsheet
{
  font-size: .8em;
  font-family: Georgia;
  width: 441px;
  min-width: 441px;
}
.spreadsheet th
{
  color: #ffffff; background-color:#3b7341;padding: 3px; width: 142px;
}
.spreadsheet td
{
}
.spreadsheet .odd
{
  background-color: #99cc99;
  color: #003300;
}
.spreadsheet .even
{
  background-color: #ffffff;
  color: #003300;
}

.datalist {
  margin: 0; padding: 2px;
  width: 95%;
}
.datalist_header {
  color: #ffffff;
  background-color:#3b7341;
  padding: 3px;
  width: 142px;
}
.datalist .even {background-color:#bed1c0; padding: 3px; font-size: .8em;}
.datalist .odd {background-color:#ffffff; padding: 3px; font-size: .8em;}
