.Menue {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #999999;
}
.Text {
  font-size: 12px;
  font-family: Verdana;
  color: #000000;
}
.Header {
  font-size: 20px;
  font-family: Verdana;
  font-weight: bold;
  color: #5A8BA9;
}
.SubHeader {
  font-size: 16px;
  font-family: Verdana;
  font-weight: bold;
  color: #5A8BA9;
}
.LightHeader {
  font-size: 14px;
  font-family: Verdana;
  font-weight: bold;
  color: #5A8BA9;
}

A:ACTIVE, A:HOVER, A:LINK, A:VISITED {
  text-decoration : none;
  color: #5A8BA9;
}
body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  height:100%;
  margin:0;
  padding:0;
  font-size: 8px;
  font-family: Verdana;
  background-color: #5A8BA9;
}
h1 {
  font-size: 20px;
  font-family: Verdana;
  font-weight: bold;
  color: #5A8BA9;
}
h2 {
  font-size: 16px;
  font-family: Verdana;
  font-weight: bold;
  color: #5A8BA9;
}
h3 {
  font-size: 14px;
  font-family: Verdana;
  font-weight: bold;
  color: #5A8BA9;
}