a {
  color: #428242;
  text-decoration: underline;
}
a:hover {
  color: #FFFFFF;
  text-decoration: underline;
  background-color: #428242;
}
body {
  background-color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  margin: 0px;
}
h1 {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14pt;
  font-weight: bold;
  line-height: 16pt;
}
h2 {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-style: italic;
  font-weight: bold;
  line-height: 14pt;
}
h3 {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  text-align: center;
}
input, li, table, tr, td
{
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}
p
{
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}
select, textarea {
  background-color: #FFFFFF;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}
ul {
  margin-bottom: 0;
  padding-bottom: 0;
}
.black_band {
  background-color: #000000;
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  height: 100px;
  /* height: 180px; */
}
.black_band_l {
  background-color: #000000;
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  height: 100px;
  /* height: 180px; */
  padding-left: 50px;
}

.black_band a {
  text-decoration: none;
}
.black_band a:hover {
  text-decoration: none;
}
.bold {
  font-weight: bold;
}
.button {
  background-color: #428242;
  color: #FFFFFF;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  width: 100px;
}
.center {
  text-align: center;
}
.color_band {
  background-color: #428242;
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22pt;
  height: 100px;
  /* height: 180px; */
  padding-left: 50px;
}
.italic {
  font-style: italic;
}
.footer {
  background-color: #000000;
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}
.form_header {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-align: right;
}
.red {
  color: #FF0000;
  font-weight: bold;
}