a:link  {
  color: #008000; text-decoration: underline;
  }
a:visited {
  color: #008000; text-decoration: underline;
  }
a:hover {
  color: #000080; text-decoration: none;
}
a:active {
  color: #008000; text-decoration: underline;
}

.message {
  color: #006000;
  font-family: Tahoma;
  font-size: 11px;
  padding: 2px;
}

.text {
  color: #222222;
  font-family: Tahoma;
  font-size: 11px;
  padding: 2px;
}

.header {
  background-color: #006600;
  border-color: #008000;
  border-width: 1px;
  border-style: solid;
  font-weight: 700;

}

.header_sub {
  background-color: #EEEEEE;
  border-color: #AAAAAA;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 0px;
  border-bottom-width: 1px;
  border-style: solid;
  text-align: left;
}

.content {
  background-color: #FFFFFF;
  border-color: #AAAAAA;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-style: solid;
}

.footer {
  background-color: #EEEEEE;
  border-color: #AAAAAA;
  border-width: 1px;
  border-style: solid;
  font-weight: 700;
}

.form {
  border-color: #666666;
  border-style: solid;
  border-width: 1px;
  font-family: Tahoma;
  font-size: 11px;
}

.form_button {
  background-color: #8dCC91;
  border-color: #008000;
  border-style: outset;
  border-width: 2px;
  font-family: Tahoma;
  font-size: 11px;
}

hr {
  color: #EEEEEE;
  height: 1px;
}

