.tblTd{
  font-family: verdana;
  font-size: 10px;
}
.txtInput {
  font-family: verdana;
  font-size: 10px;
}
.boxes{
  font-family: verdana;
  font-size: 11px;
}
.tblTdBg {
  font-family: verdana;
  font-size: 10px;
  background-color: #eef5ff;
}
.tblTdBgLight {
  font-family: verdana;
  font-size: 10px;
  background-color: #E6E3CC;
}
.tblTh {
  font-family: verdana;
  font-size: 10px;
  background-color: #628bc2;
  color: #FFFFFF;
}
.tblBorder {
  border: 1px solid #8A7E48;
}
.tblLink {
  font-family: verdana;
  font-size: 10px;
  color: #000000;
  text-decoration: none;
}
.tblLink:hover {
  /*text-decoration: underline;*/
}