pre {
    font-size: 12px;
}

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

.bullet {
    padding-left: 6em;
    font-size: 12pt;
}


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

.title2 {
    font-size: 18pt;
    text-align: left;
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 860px;
    height: 40px;
    color: #ffffff;
    background: #330066;
    padding-left: 6px;
    padding-right: 6px;
    border: 2px solid #330066;
}

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


/*  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: 860px;
    height: auto;
    background: #666699;
    color: #ffffff;
    border: 2px solid #666699;
}

/*  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: 810px;
    height: 30px;
    color: #000000;
    background: #ffffff;
    padding-left: 8px;
    padding-right: 8px;
    border-bottom: 3px solid #330066;
}

.heading2 {
  font-size: 14pt;
  text-align: left;
  position: relative;
  margin-top: 20px;
  margin-left: 55px;
  margin-bottom: 10px;
  width: 800px;
  height: 30px;
  color: #000000;
  background: #ffffff;
  padding-left: 8px;
  padding-right: 8px;
  border-bottom: 1px solid #330066;
}


.info {
    font-size: 12pt;
    text-align: left;
    position: relative;
    margin-left: 50px;
    margin-top: 5px;
    margin-bottom: 20px;
    width: 810px;
    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-weight: bold;
    text-align: left;
}

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

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

table {
    empty-cells:show;
    font-size: 12pt;
    width: 810px;
    margin-left: 50px;
}

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

ol {
    font-size: 12pt;
    text-align: left;
    position: relative;
    margin-left: 70px;
    margin-top: 0px;
    margin-bottom: 2px;
    width: 810px;
    background: #ffffff;
    color: #000000;
    padding-left: 6px;
    padding-right: 6px;
    border: 2px solid #ffffff;
}