body {
  position: relative;
  margin-top: 10px;
  background: #ffffff;
  width: 750px;
  color: #000000;
}



.title {
  font-size: 28pt;
  text-align: right;
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 760px;
  height: 60px;
  color: #ffffff;
  background: #660033;
  padding-left: 6px;
  padding-right: 6px;
  border: 2px solid #660033;
}



.bottom {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 760px;
  background: #ffffff;
  padding-left: 8px;
  padding-right: 8px;
  border-bottom: 6px solid #660033;
}


  /*  the menubar at the top */
.box {
  font-size: 13.5pt;
  font-style: normal;
  font-family: sans-serif;
  text-align: center;
  position: relative;
  padding-right: 6px;
  padding-left: 6px;
  padding-bottom: 2px;
  margin-top: 0px;
  margin-bottom: 8px;
  width: 760px;
  height: auto;
  background: #998899;
  color: #ffffff;
  border: 2px solid #998899;
}

  /*  hyperlink in menubar */
.box a {
  color: #ffffff;
  text-decoration: none;
}

  /*  hyperlink with mouse over it in menubar */
.box a:hover {
  color: #ffffff;
  text-decoration: underline;
}




.heading {
  font-size: 18pt;
  text-align: left;
  position: relative;
  margin-top: 20px;
  margin-left: 50px;
  margin-bottom: 20px;
  width: 710px;
  height: 30px;
  color: #000000;
  background: #ffffff;
  padding-left: 8px;
  padding-right: 8px;
  border-bottom: 3px solid #660033;
}



.info {
  font-size: 12pt;
  text-align: left;
  position: relative;
  margin-left: 50px;
  margin-top: 5px;
  margin-bottom: 20px;
  width: 710px;
  background: #e8e8e8;
  color: #000000;
  padding-left: 6px;
  padding-right: 6px;
  border: 2px solid #444444;
}

.info h3 {
  font-size: 16pt;
  text-align: left;
}

.info h4 {
  font-size: 12pt;
  font-style: bold;
  text-align: left;
}


.text {
  font-size: 12pt;
  text-align: left;
  position: relative;
  margin-left: 50px;
  margin-top: 5px;
  margin-bottom: 8px;
  width: 710px;
  background: #ffffff;
  color: #000000;
  padding-left: 6px;
  padding-right: 6px;
  border: 2px solid #ffffff;
}


