BODY  { 
  color: Black;
  background-color: WHITE;
  font-weight: normal;
  font-family: Verdana, Arial, Helvetica;
  font-size: 10px
}
.PageHeader  { font-size: 14px; margin-left: 10px; FONT-WEIGHT: bolder; }
.SubHeader   { font-size: 12px; FONT-WEIGHT: bold; }
/* Limits the width of free flowing text pages so they match the navigation bar width */
.FreeTextBox { width: 850px }

input, textarea {
  background-color: #fefefe;
}

input.checkonly,input.checkall {
  vertical-align: middle;
}

TD, TH {
  padding: 1px 1px 1px 1px;
  vertical-align: top;
  text-align: left;
  white-space: nowrap;
}

TH, TH.left {
font-weight: bold;
}

TH.center {
font-weight: bold;
text-align: center;
}
TH.right {
font-weight: bold;
text-align: right;
}
TD.center {
text-align: center;
}
TD.right {
text-align: right;
}
