BODY {
  font-size: 11px;
  font-family: Verdana;
  margin-top: 0px;
  margin-bottom: 0px;
}

TABLE, TD, FONT, P {
  font-size: 11px;
  font-family: Verdana;
}

H4 {
  font-family: Arial;
  font-size: 15px;
  color: #006600;
  border-top: 1px green dotted;
  background-color: #ffffee;
  padding-top: 1px;
  padding-left: 1px;
  padding-right: 1px;
  padding-bottom: 1px;
  border-bottom: 1px green dotted;
}

SMALL {
  font-family: Verdana;
  font-size: 10px;
  color: #666666;
}

A {
  color: #3366FF;
  text-decoration: none;
}

A:hover {
  color: #336600;
  text-decoration: underline;
}

INPUT, SELECT {
  font-family: Verdana;
  font-size: 10px;
}

.header {
  background-color: #006600;
  border-top: 1px #003300 solid;
  border-right: 1px #003300 solid;
  border-left: 1px #003300 solid;
}

.menu {
  border-top: 1px #003300 solid;
  border-right: 1px #003300 solid;
  border-bottom: 1px #003300 solid;
  border-left: 1px #003300 solid;
}

.menuinner {
  font-family: Arial, Verdana;
  padding-left: 15px;
  background-color: #009900;
  font-size: 13px;
  color: #003300;
  border-top: 1px #00cc00 solid;
  border-right: 1px #00cc00 solid;
  border-bottom: 1px #00cc00 solid;
  border-left: 1px #00cc00 solid;
}

.menu A {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

.menu A:hover {
  color: #00ff00;
  font-weight: bold;
  text-decoration: none;
}

.content {
  background-color: #ffffff;
  border-right: 5px #00cc00 ridge;
  border-left: 5px #00cc00 ridge;
}

.footer {
  background-color: #ffffff;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  border-right: 5px #00cc00 ridge;
  border-bottom: 1pt #006600 solid;
  border-left: 5px #00cc00 ridge;
}

.link A {
  color: #3366ff;
  font-weight: bold;
  text-decoration: none;
}
.link A:hover {
  color: #336600;
  text-decoration: underline;
}
.linkpop {
  color: #FF0000;
  font-weight: bold;
}