.bullettitle {
  font-size: 12pt;
  text-decoration: underline;
  font-weight: bold;
  text-align: center;
}
.bulletwarning {
  color: red;
  font-weight: bold;
  text-align: center;
}
.heading {
  font-weight: bold;
  text-decoration: underline;
  font-size: 10pt;
}
.headingtext {
  font-size: 8pt;
}
.bigsubheading {
  font-size: 10pt;
  padding: 5px 0px 5px 0px;
  font-weight: bold;
}
.subheading {
  font-size: 10pt;
  text-decoration: underline;
}
ul {
  font-size: 8pt;
}
li {
  font-size: 8pt;
}
.imagecaption {
  font-size: 8pt;
  text-align: center;
}
table {
  margin: 5px 5px 5px 5px;
}
th {

}
td {
  text-align: center;
}
.boldsubheading {
  font-weight: bold;
  font-size: 10pt;
  margin: 5px 0px 5px 0px;
}
.italicsubheading {
  font-weight: bold;
  font-style: italic;
  margin: 0px 5px 5px 0px;
}
.references {
  margin: 5px 0px 5px 0px;
  padding: 5px 0px 5px 0px;
}
