BODY {
  background-color: #CFCFCF;
  margin-top: 0%;
  margin-bottom: 0%;
}

H1, H2, H3, H4, H5, H6, P, OL, TABLE, TH, TR, UL {
  color: #000000;
  font-family: Helvetica, sans-serif;
}

H1, H2, H3, H4, H5, H6, P, OL, TABLE, UL {
  margin-left: 4%;
  margin-right: 4%;
}

H1 {
  font-size: 30pt;
  margin-bottom: 0px;
  padding-bottom: 0px;
  text-align: center;
}

H2 {
  font-size: 20pt;
  margin-top: 0px;
  padding-top: 0px;
  text-align: center;
}

H3 {
  font-size: 16pt;
  text-align: left;
}

H4 {
  font-size: 12pt;
  font-weight: bold;
  margin-right: 4%;
  margin-bottom: 0px;
  padding-bottom: 0px;
  text-align: left;
}

HR {
  width: 92%;
}

A:link {
  color: #00009F;
}

A:active {
  color: #009F00;
}

A:visited {
  color: #9F0000;
}

IMG {
  border-style: none;
  vertical-align: middle;
}

P {
  font-size: 12pt;
  margin-top: 0px;
  padding-top: 0px;
  text-align: justify;
}

P.centered {
  text-align: center;
}

P.footer {
  font-size: 10pt;
  text-align: center;
}

P.monospaced {
  text-align: left;
}

OL {
  font-size: 12pt;
  text-align: justify;
}

STRONG.coils {
  color: #00009F;
  font-weight: normal;
}

STRONG.rem465 {
  color: #009F00;
  font-weight: normal;
}

STRONG.hotloops {
  color: #9F0000;
  font-weight: normal;
}

STRONG.tango {
  color: #FF9900;
  font-weight: normal;
}

STRONG.cast {
    color: #F82DFF;
    font-weight: normal;
}



TABLE.noborder {
  border: 0px;
}

TD.halfwidth {
  width: 50%;
}

TH, TD {
  font-size: 10pt;
  text-align: left;
  vertical-align: top;
}

UL {
  font-size: 12pt;
  text-align: justify;
}


