body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: White;
  margin: 0;
}

.textbox, textarea, input, select {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  color: #003e7d;
  text-decoration: none;
  background-color: #eaeaea
}

.type, td, table, p {
  font-size: 8pt;
  text-decoration: none;
  color: #333333
}

.copyright {
  font-size: 7pt;
  text-decoration: none;
}

a:link, a:active, a:visited {
  color: #003e7d;
  text-decoration: none;
}

a:hover {
  color: #999999;
  text-decoration: none;
}

.bigtext {
  color: #003e7d;
  font-size: 9pt;
  text-decoration: none;
  font-weight : bold;
}

.alert {
  font-size: 8pt;
  color: #DB0F0F
}

.confirm {
  font-size: 8pt;
  color: #00AF29
}


