table.tmain {
  border-collapse: collapse;
}

table.stmain {
  border-collapse: collapse;
}

td.normal {
  font-family: verdana;
  font-weight: regular;
  font-size: 11;
  color: white;
  text-align: left;
}  

td.normalwhite {
  font-family: verdana;
  font-weight: regular;
  font-size: 11;
  color: white;
  text-align: left;
}  

td.normalright {
  font-family: verdana;
  font-weight: regular;
  font-size: 11;
  color: white;
  text-align: right;
}  

td.normalcenter {
  font-family: verdana;
  font-weight: regular;
  font-size: 11;
  color: white;
  text-align: center;
}  

td.boldwhite {
  font-family: verdana;
  font-weight: bold;
  font-size: 11;
  color: white;
  text-align: left;
}  

td.boldgreen {
  font-family: verdana;
  font-weight: bold;
  font-size: 11;
  color: green;
  text-align: left;
}  












td.sthead {
  font-family: arial;
  font-weight: regular;
  font-size: 9;
  color: white;
  background-color: rgb(0,0,0);
  text-align: center;
}  

td.tbody {
  font-family: verdana;
  font-weight: regular;
  font-size: 10;
  color: black;
  text-align: left;
}

td.tfoot {
  text-align: center;
}

td.stfoot {
  text-align: center;
}
