.StaticHeader {
  font-family: Verdana, sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  text-align: center;
  vertical-align: top;
  margin: 0px;
  padding: 5px;
  background-color: #E0E0E0;
  clear: both;
}
.StaticHeaderSpecial {
  font-family: Verdana, sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;
  text-align: center;
  vertical-align: top;
  margin: 0px;
  padding: 5px;
  background-color: #000000;
  clear: both;
}
.StaticText {
  margin: 0px;
  padding: 0px;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  text-decoration: none;
  color: #000000;
  text-align: justify;
  height: auto;
  clear: both;
}
.StaticSeparator {
  line-height: 0px;
  height: 20px;
  margin: 0px;
  padding: 0px;
  clear: both;
}
.StaticLink {font-family: Verdana, sans-serif; font-size: 12px; color: #FF0000; font-weight: bold; vertical-align: middle; text-decoration: none;}
.StaticLink:hover {text-decoration: underline;}