body {
  height:100%;
}
A {
  color: #000000;
  text-decoration: none;
}
A:hover {
  acolor: #FFFFDD;
  text-decoration: underline;
}
.messageBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
.messageStackError, .messageStackWarning {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background-color: #ffb3b5;
  line-height:20px;
}
.messageStackSuccess {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background-color: #99ff00;
  line-height:20px;
}
div, td {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}
.headingBg { background-color: #8E8EAF; }
.headingTd { 
  font-family: Verdana, Arial, sans-serif; 
  font-size: 11px; 
  color: #ffffff; 
  font-weight: bold; 
}
.text {
  background-color: #F4FAFF;
}
table.standing, table.standing td {
  border-collapse:collapse;
  font-family: Verdana, Arial, sans-serif;
  font-size:11px;
}
table.standing td.numbers {
  width:50px;
  text-align:center;
}
.dataTableRow { background-color: #8E8EAF; }

.cent {
  text-align:center;
}
