html{
  overflow-x:hidden;
}
body,td {
  background-color: #DCD38B;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}
td.bodyTextBoldBlack {
  font-weight: bold;
}
td.bodyTextBoldRed {
  color: #CC0000;
  font-weight: bold;
}
td.formRightPad {
  padding-right: 5px;
  width:110px;
  text-align:right;
}
td.locator_table {
  padding: 2px;
  width:460px;
}
td.mapBG{
  background-color: #CFC68A;
}
a.bodyLink {
  color: #000000;
  text-decoration: underline;
}
a.bodyLinkBlack {
  color: #000000;
  text-decoration: underline;
}