

.banner {color: #000000; font-size: 18px; font-family: verdana,arial,lucida console,sans-serif,monospace; font-weight: bold; text-decoration: none; bottom-margin: 0px;}


tr.tableRowHeader {
  font-family: verdana, tahoma, arial, helvetica;
  font-size: x-small;
  font-weight: bold;
  background-color: #678acc;
  color:#FFFFFC
}
td.tableCellHeader {
  font-family: verdana, tahoma, arial, helvetica;
  font-size: x-small;
  font-weight: bold;
  color: white;
}
a.tableCellHeader {
  font-family: verdana, tahoma, arial, helvetica;
  font-size: x-small;
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFC;
}
a.tableCellHeader:hover {
  font-family: verdana, tahoma, arial, helvetica;
  font-size: x-small;
  font-weight: bold;
  text-decoration: underline;
  color: red;
}
tr.tableRowOdd {
  font-family: verdana, tahoma, arial, helvetica;
  font-size: x-small;

  background-color: #ffffff
}
tr.tableRowEven {
  font-family: verdana, tahoma, arial, helvetica;
  font-size: x-small;

  background-color: #deeeff
}
td.tableCell {
  font-family: verdana, tahoma, arial, helvetica;
  font-size: x-small;
}


a.tableCell:link {
  font-family: verdana, tahoma, arial, helvetica;
  font-size: x-small;
  font-weight: bold;
  text-decoration: none;

}
a.tableCell:hover{
  font-family: verdana, tahoma, arial, helvetica;
  font-size: x-small;
  font-weight: bold;
  text-decoration: underline;
  color: red;
}