BODY,P,I,B,H1,H2,H3,H4,TD,TH {
  font-family: sans-serif;
}

P, TD, UL, OL, DL {
  font-size: 12pt;
}

P.indent {
  text-align: left;
  text-indent: 1em;
}

H1 {
  font-size: 16pt;
}

A {
  font-weight: normal;
  text-decoration: underline;
  color: #993333;
}

.big {
  font-size: 14pt;
}

.small {
  font-size: 10pt;
}

.smaller {
  font-size: 8pt;
}

.inst {
  background: #ffeeaa;
  border-color: #cc3300;
  border-collapse: collapse;
  border-width: 3px 3px 3px 3px;
}

.compact_border {
  border-collapse: collapse;
  border-width: 1px 1px 1px 1px;
}

.sectionTitle {
  text-align: center;
  font-weight: bold;
  font-size: 14pt;
  color: #660000;
}

.top {
  font-size: 10pt;
  text-align: right;
}

.heading {
  font-size: 18pt;
  font-weight: bold;
}

.title {
  font-weight: bold;
}

.desc {
  font-style: italic;
  text-indent: 20pt;
  font-weight: normal;
}

.note {
  text-align: right;
  font-style: italic;
  font-size:  small;
}

.date {
  font-size:  small;
  font-style: italic;
}

.special, 
.special a
{
    color:       #990000;
    font-weight: bold;
}

