/* TITLES, SUB */
BODY {
  background-color: #000000;
}

FONT.TS {
  font-family: times, times new roman, serif;
  font-size: 13pt;
  color: #CC9966;
}

/* PARAGRAPH & General Text Usage */
FONT.P {
  font-family: times, times new roman, serif;
  font-size: 11pt;
  color: #F4EDDD;
}

/* FORMS */
.F {
  font-family: times, times new roman, serif;
  font-size: 11pt;
  color: #F4EDDD;
}

/* CAPTIONS */
FONT.C {
  font-family: times, times new roman, serif;
  font-size: 9.5pt;
  color: #F4EDDD;
}

/* CAPTIONS */
.C2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 7.5pt;
  color: #F4EDDD;
}

A:VISITED {
  color: #CC9966;
  text-decoration: none;
}

A:LINK {
  color: #CC9966;
  text-decoration: none;
}

A:HOVER {
  text-decoration: underline;
}

