ul {
  list-style-image: url("images/small-bullet.gif");
}

BODY {
  background-color: #ffffff;
  font-family: Verdana, sans;
  font-size: 9pt;
  line-height: 150%;
  margin-left: 10%;
  margin-right: 10%;
  color: #000000;
}

P {
  font-size: 9pt;
}

.nospacebefore {
  margin-top: 0px;
}

.nospaceafter {
  margin-bottom: 0px;
}

.nospace {
  margin-top: 0px;
  margin-bottom: 0px;
}

.indent {
  margin-left: 5%;
}

.indent_first {
  text-indent: 50px;
}

P.toc_smhead {
  font-size: 10pt;
}

hr {
  width: 20%;
  border-color: black;
  margin: 3rem auto;
}

P.indent_small {
  font-size: 10pt;
  margin-left: 8%;
  margin-right: 8%;
}

H1 {
  font-size: 9pt;
  text-align: center;
  font-weight: bold;
  line-height: 150%;
}

h1.top-level {
  font-size: 10.5pt;
  margin-bottom: 2em;
}

H2 {
  font-size: 9pt;
  text-align: left;
  font-weight: bold;
}

H3 {
  font-size: 9pt;
  font-weight: bold;
}

H5 {
  font-size: 8pt;
  font-weight: bold;
  text-align: left;
}

H6 {
  text-align: left;
  margin-top: 30px;
  font-size: 7pt;
  font-weight: bold;
}

.attribution {
  margin-left: 10%;
}

.outdent {
  margin-left: 20px;
  text-indent: -20px;
}

blockquote {
  text-align: justify;
}

.author {
  font-size: 90%;
  font-weight: bold;
}

.quote {
  font-size: 90%;
}

.col-container {
  position: relative;
  width: 100%;
}

.col-container:after {
  content: "";
  display: block;
  clear: both;
}

.left-col,
.right-col {
  width: 50%;
  float: left;
}

.centered {
  text-align: center;
}

.left-col img,
.right-col img {
  margin-bottom: 1rem;
}

.contents {
  margin: 0.67rem auto;
}

.contents span {
  font-variant: small-caps;
}

.contents > div {
  margin-bottom: 0.5rem;
}

.order-links {
  margin: 2em 0;
}

.footnotes {
  font-size: 8pt;
}

.no-margin {
  margin-top: 0;
}

.extra-space {
  margin-bottom: 2rem;
}

.hidden {
  display: none;
}
