.lowText, a.lowText:link, a.lowText:visited, a.lowText:active, a.lowText:focus {
  color: #D9D9D9;
  font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
  font-size: 11px;
  text-align: left;
  text-decoration: none;
}
.highText, a.highText:link, a.highText:visited, a.highText:active, a.highText:focus {
   color: #D9D9D9;

  font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
  font-size: 11px;
  text-align: left;
  text-decoration: none;
}
/* Borders used by some items */
.itemBorder {
  border-bottom: 1px solid #3B6894;

}
.itemBorderBlank {
  border: 0px solid #3B6894;
}