BODY {
  padding: 0px;
  margin: 0px;
}

td.sitetop {
  width: 755px;
  height:128px;
  background: #FFFFFF url(images/logo2.jpg) no-repeat fixed;
  margin: 0;
}
td.siteteksttop {
  height: 20px;
}
td.sitebund {
  width: 755px;
  height: 25px;
  background-color: #B7F78E;
}

H1 {
  font-size: 16px;
  z-index: 1;
  height: 20px;
  width: 250px;
  text-align: center;
  background-color: #B7F78E;
  font-family: serif;
}

.bodyText {
  color: #000000;
  text-align: left;
  font-size: 12pt;
  font-family: serif;
}

.menuLow {
  height: 20px;
  width: 124px;
  display: block;
  color: #000000;
  background: #B7F78E;
  text-decoration:none;
  font-size: 12pt;
  font-family: serif;
  font-weight: bold;
  text-align: center;
}

.menuHigh {
  height: 20px;
  width: 124px;
  display: block;
  color: #000000;
  background: #4CCC33;
  text-decoration:none;
  font-size: 12pt;
  font-family: serif;
  font-weight: bold;
  text-align: center;
  position: relative
}
.subMenuLow {
  width: 124px;
  display: block;
  background: #4CCC33;
  color: #ffffff;
  text-decoration:none;
  font-size: 12px;
  font-family: serif;
  letter-spacing: 1px;
  text-align: center;
  height: 16px;
  position: relative
}

#horisontalBorder {
  width: 758px;
  height: 1px;
  background-image: url(images/border3.gif);
  background-color: #ffffff;
}
;


