body {
  margin-left:0px;
  margin-top:20px;
  margin-bottom:20px;
  background-color:#E4E4E4;
  font-family: Georgia, Arial, Helvetica, sans-serif;
  color: #000000;
}

.text {
  font-size: 9pt;
  line-height: 1.4em;
}

.mainhead {
  font-size: 16pt;
}

.texthead {
  font-weight: bold;
  font-size: 12pt;
  line-height: 8pt;
}

.textsmall {
  font-size: 8pt;
}

.texthigh {
  font-weight: bold;
  color: #993333;
}

.textlink {
  font-weight: bold;
  color: #666666;
  text-decoration: none;
}

.navlink {
  font-size: 8pt;
  color: #999999;
  text-decoration: none;
}

a:hover {
  color: #993333;
  text-decoration: underline;
}

.formular {
  background-color: #FFFFFF;
  border: 1px #999999 solid;
  font-size: 8pt;
}

.button {
  font-size: 8pt;
}

.tableborder {
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.tdborder {
  border-left: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
}

