body {
  color: black;
  background-color: white;
  background-image: url("./bgcom.gif");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  text-align: justify;
  margin: 10pt;
  margin-bottom: 4em;
  font-size: medium;
  font-family: "times new roman", "times roman", serif;
  font-weight: normal;
  font-variant: normal;
  font-style: normal;
}

h2 {
  text-align: center;
  font-size: 24pt;
}

h3 {
  text-align: center;
}

p {
  line-height: 120%;
}

.sfl {
  color: red ! important;
  background-color: transparent;
}

div.copy {
  font-size: 10pt;
  font-style: italic;
  padding-top: 1px;
  border-top: 1px solid black;
  width: 100%;
  clear: both;
}

@media screen, tv {
  div.copy {
    position: fixed;
    bottom: 0px;
    left: 0;
    z-index: 2;
    background-color: white;
  }
}

div.left {
  float: left;
  padding-left: 2pt;
  padding-bottom: 2pt;
}

div.right {
  float: right;
  padding-right: 2pt;
  padding-bottom: 2pt;
}

div.sign {
  text-align: right;
  font-style: italic;
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:link, a:visited {
  color: navy;
  background-color: transparent;
}

a:active, a:hover {
  color: red;
  background-color: transparent;
}

span.bull {
  margin: 0pt 5pt;
  font-size: 12pt;
}

img { border: none }

sup { line-height: 8px }

@media print {
  div.right { display: none }
  div.copy { position: relative }
}
