body {
  background-color: #dfdfdf;
  color: #003b6d;
  font-family: verdana;
  font-size: 10pt;
  margin: 0px;
}

td {
  font-size: 10pt;
}

a {
  color: #003b6d;
  text-decoration: underline;
}

img {
  border: 0px;
}

form {
  margin: 0px;
}

.menuitem {
  float: right;
  font-weight: bold;
  margin-right: 2px;
}
.menuitem a {
  text-align: center;
  display: block;
  line-height: 28px;
  width: 115px;
  background-image: url(images/m_off.jpg);
  color: #ffffff;
  text-decoration: none;
}
.menuitem a:hover {
  background-image: url(images/m_on.jpg);
  color: #ffffff;
  text-decoration: none;
}

.menutd {
  font-weight: bold;
}
.menutd a {
  color: #ffffff;
  text-decoration: none;
}
.menutd a:hover {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 5px solid #458dbf;
}

.greybutton {
  float: right;
  font-weight: bold;
}
.greybutton a {
  text-align: center;
  display: block;
  line-height: 30px;
  width: 120px;
  background-color: #9f9f9f;
  color: #000000;
  text-decoration: none;
}
.greybutton a:hover {
  background-color: #4094cf;
  color: #ffffff;
  text-decoration: none;
}

.fancyinput {
  background-image: url(images/inputbg.jpg);
  border: 1px solid #9da1a3;
}

.copy {
  background-color: #103751;
  background-image: url(images/logobottom.jpg);
  background-repeat: no-repeat;
  color: #ffffff;
  font-size: 8pt;
  font-weight: bold;
  height: 79px;
  text-align: center;
  border-top: 1px solid #9fafb9;
}
.copy a {
  text-decoration: none;
  color: #ffffff;
}
.copy a:hover {
  text-decoration: underline;
  color: #ffffff;
}
