A {
  color: #005984;
  text-decoration: none;
}

A:visited {
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

BODY {
  background-color: #ffffff;
  font-family: "Verdana", "Arial";
  font-size: 10px;
  color: #005984;
}

INPUT, SELECT, TEXTAREA {
  border: solid 1px  #005984;
  color: #000000;
  font-family: "Verdana", "Arial";
  font-size: 10px;
}

TABLE, TR, TD {
  font-size: 10px;
}

.ReadOnly {
  color: #777777;
}

.BigText {
  font-weight: bold;
  font-size: 12px;
}

.Paragraph {
  margin-left: 15px;
}

.SuperBold {
  font-weight: bolder;
  color: #ff0000;
}