body {
  background-color: #FFFFFF;
  font-family:  verdana, arial, times, sans-serif, serif;
  font-size: x-small;
  margin: 0;

}

table, input, select, option, textarea {
  font-family: verdana, arial, times, sans-serif, serif;
  font-size: x-small;
}

pre {
  font-family: 'Courier New', courier, monospace;
  font-size: x-small;
}

.title {
  font-weight: bold;
  font-size: small;
}

.header {
  background-color: #FFFFFF;
  font-weight: bold;
  font-size: xx-small;
}

.bold-white {
  font-weight: bold;
  font-size: smallest;
  color: white;
}

.welcome {
  font-weight: bold;
  font-size: xx-small;
  color: #003366;
}

.date {
  font-size: smallest;
  color: #ffffff;
}

.footer {
  font-size: xx-small;
}

.caption {
  font-size: xx-small;
}

.parenthetical {
  font-size: xx-small;
}

select.fixedWidth {
  font-size: smallest;
  font-family: Courier New, Courier;
}

a:link {
  color: #000099;
}

a:visited {
  color: #993399;
}

a:active {
  color: #FF0000;
}

a.noLink {
    text-decoration:none;
    color:black;
    font-weight: bold;
}

a.subnav {
  color: #003366;
  text-decoration:none;
}

a.subnav:visited {
  color: #003366;
  text-decoration:none;
}

a.subnav:active {
  color: #003366;
  text-decoration:none;
}

a.utility {
  color: #FFFFFF;
}

a.utility:visited {
  color: #FFFFFF;
}

a.utility:active {
  color: #FFFFFF;
}

tr.small {
  text-align: right;
  font-size: x-small;
}

tr.tblHeader {
  background-color: #000066;
  text-align: left;
  color: #FFFFFF;
}

tr.hdrOrder {
  font-size: x-small;
}

tr.contactList {
  font-size: x-small;
}

.popUp {
    background-color: #CCCCCC;
}
