html {
  margin-left: 0px;
  margin-top: 0px;
}
body.main {
  margin: 0;
  background-color: navy;
  background-attachment: fixed;
}
body.content {
  background-color: #8b008b;
}
p.backtotop {
  font-family: Arial;
  text-align: center;
  font-size: 8pt;
  font-weight: bold;
  color: white;
}
p.bodycontent {
  font-family: Arial;
  text-align: center;
  font-size: 8pt;
  font-weight: normal;
  color: white;
  background-color: #8b008b;
}
p.contentsubheading {
  font-family: Arial;
  text-align: center;
  font-size: 12pt;
  font-weight: regular;
  text-decoration: none;
  color: white;
  background-color: #8b008b;
}
table {
  background-color: black;
}
table.content {
  background-color: #8b008b;
  border-bottom: 3px solid #dcc208;
}
table.bodycontent {
  font-family: Arial;
  text-align: left;
  font-size: 8pt;
  font-weight: normal;
  color: white;
  background-color: #8b008b;
}
table.bodycontentcenter {
  font-family: Arial;
  text-align: center;
  font-size: 8pt;
  font-weight: normal;
  color: white;
  background-color: #8b008b;
}
td.bodycontent {
  font-family: Arial;
  text-align: left;
  font-size: 8pt;
  font-weight: normal;
  color: white;
  background-color: #8b008b;
}
td.bottom {
  background-color: black;
  font-family: Arial;
  text-align: center;
  font-size: 6pt;
  font-weight: normal;
  color: white;
}
td.heavybold {
  font-family: Arial;
  text-align: left;
  font-size: 10pt;
  font-weight: bold;
  color: gold;
  background-color: #8b008b;
}
td.heavyboldcenter {
  font-family: Arial;
  text-align: center;
  font-size: 10pt;
  font-weight: bold;
  color: gold;
  background-color: #8b008b;
}
td.contentheading {
  font-family: Arial;
  text-align: center;
  font-size: 18pt;
  font-weight: bold;
  text-decoration: underline;
  color: gold;
  background-color: #8b008b;
}
td.contentsubheading {
  font-family: Arial;
  text-align: center;
  font-size: 12pt;
  font-weight: regular;
  text-decoration: none;
  color: white;
  background-color: #8b008b;
}