@namespace h "http://www.w3.org/1999/xhtml";
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.block {
  display: block;
  margin-bottom: 0;
  margin-left: 1em;
  margin-right: 1em;
  margin-top: 0;
  text-align: justify;
  text-indent: 0;
}
.typeface {
  font-family: monospace;
}
.small {
  font-size: 1.0em;
}
.underline {
  text-decoration: underline;
}
.header {
  text-align: center;
}
.signature {
  text-align: right;
}
.first {
  margin-top: 0.5em;
  text-indent: 0;
}
.double {
  text-indent: 4em;
}
.triple {
  text-indent: 6em;
}
.footnote {
  font-style: italic;
  font-size: 0.75em;
  display: block;
  margin-bottom: 0.5em;
  margin-left: 0.5em;
  margin-right: 0.5em;
  margin-top: 0.5em;
  text-align: justify;
  text-indent: 0;
  font-family: monospace;
}
