BODY,TD {
  font-size : 9pt;
  font-family: verdana, helvetica, sans-serif;
  margin: 15px;
}

.blueBox,.redBox {
  margin: 1px;
  padding: 1px;
}

.blueBox {
  background: #6371bd;
}

.redBox {
  background: #990000;
}

.menuLinkBar,A.menuLinkBar:link,A.menuLinkBar:visited,A.menuLinkBar:hover{
  font-style: normal;
  color: white;
  font-weight: bold;
}

A { 
  text-decoration: none;
  color: blue;
}
A:hover { 
  text-decoration: underline;
  color: #999966;
}

.odd { 
  background-color: #f2f5fe;
}

.formBox { 
  width: 200px;
}