.tablehead 
{
  background-color: #164377;
  color: white;
  font-weight: bold;
}
 
.tableleft
{
  font-weight: bold;
}

td {
 font-family: geneva, verdana, arial, "ms sans serif", sans-serif;
 font-size: 11px;
}

.rowOn
{
    background-color: #E0E0E0;
}