body {
    margin: 3px;
    border: 0px;
    padding: 0px;
    background-color: #FFFFFF;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    text-align: justify;
}

a:link {color: #84B819; text-decoration: None}
a:visited {color: #84B819; text-decoration: None}
a:active {color: #84B819; text-decoration: None}
a:hover {color: #000000; text-decoration: None}


.text {

  border-style: solid;
  border-width: 25px 10px 10px 10px;
  border-color: #84B819;
  padding: 0px 20px 20px 220px;
}

.menu_left {
  width: 150px;
}

.menu_bar {
  margin: 0px;
  padding: 2px;
  background-color: #84B819;
  color: #000000;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
}

.menu_bar h1 {
  margin: 0px;
  color: #FFFFFF;
  font-size: 16px;
}

.menu_button {
  margin: 0px;
  padding: 3px;
  background-color: #eeeeee;
  color: #111111;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 550;
  text-align: left;
}

img {
  margin: 0px;
  padding: 0px;
  border-style: none;
}

img.topimg {
  position: relative;
  top: 20px;
}

h3 {
  background-color: #FFFFFF;
  color: #000000;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

h4 {
  background-color: #FFFFFF;
  color: #000000;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.full_title {
  text-align: center;
  color: #000000;
  font-variant: small-caps;
  font-weight: bold;
}

.full_title_ext {
  font-size: 70%;
  margin-top: 1em;
  display: block;
}

table.stext {
  margin: 0px;
  border-style: none;
  padding: 0px;
}

table.stext td,th {
  margin: 0px;
  padding: 0em 2em 0em 0em;
  text-align: left;
}

table.compact td, th {
  padding: 0em 0.5em 0em 0em;
  text-align: left;
}

.notice {
  margin: 2.5em 0em 2.5em 0em;
  text-align: center;
  font-weight: bold;
}

.noticetext {
  border-width: 1px;
  border-style: solid;
  border-color: #769620;
  padding: 0.5em 1em 0.5em 1em;
}

/* Hyperlinks */

.text a:link {
  color: #84B819;
  text-decoration: none;
  cursor: hand
}

.text a:visited {
  color: #84B819;
  text-decoration: none;
  cursor: hand
}

.text a:hover {
  color: #000000;
  text-decoration: none;
  cursor: hand
}

.text a:active {
  color: #84B819;
  text-decoration: none;
  cursor: hand
}

.menu_button a:link,
.menu_button a:visited,
.menu_button a:active {
  background-color: #eeeeee;
  color: #111111;
  text-decoration: none;
  cursor: hand
}

.menu_button a:hover {
  background-color: #eeeeee;
  color: #84B819;
  text-decoration: none;
  cursor: hand
}

