
A {
  color: blue;
}

A:active {
  color: blue;
}

A:hover {
  color: #FF3300;
}

A:visited:hover {
  color: #FF3300;
}

A:visited {
  color: blue;
}

A.tdn:hover {
  color: #FF3300;
}

.tdn {
  text-decoration: none;
}

.t {
  color: blue;
  text-decoration: none;
}

ql {
  color: blue;
  font-size: 8pt;
  font-weight: bold;
}

a.ql {
  color: blue;
  font-size: 10pt;
  font-weight: bold;
}

a:hover.ql {
  color: black;
  font-size: 10pt;
  font-weight: bold;
}

a:visited.ql {
  color: black;
  font-size: 10pt;
  font-weight: bold;
}

a:visited:hover.ql {
  color: #FF3300;
  font-size: 10pt;
  font-weight: bold;
}

H1 {
  font-size: 26pt;
  font-weight: bold;
}

H2 {
  font-size: 18pt;
  font-weight: bold;
}

H3 {
  font-size: 11pt;
  font-weight: bold;
  color: #CC0000;
}

FONT {
  color: #0000A0;
  font-size: 9pt;
  font-weight: bold;
}

H6 {
  font-size: 7pt;
  font-weight: bold;
}

P {
  font-size: 9pt;
}

BASEFONT {
  font-size: 10pt;
}

LI {
  margin-top: 10pt;
}

DT {
  font-size: 9pt;
}
