BODY, TABLE, TD {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt; font-weight: normal; text-decoration: none;	
}

H1 { font-size: 16pt; font-weight: bold; margin-top: 0pt; margin-bottom: 3pt; }
H2 { font-size: 12pt; font-weight: bold; margin-top: 0pt; margin-bottom: 3pt; }
H3 { font-size: 10pt; font-weight: bold; margin-top: 0pt; margin-bottom: 3pt; }
UL, OL, LI, P { margin-top: 0pt; margin-bottom: 3pt; }

A { color: #4444ff; text-decoration: none; }
xA { color: #4444ff; text-decoration: none; }
A:ACTIVE  { color: #aaaaaa; text-decoration: underline; }
A:HOVER   { color: #000077; text-decoration: underline; }

.mark:ACTIVE  { color: #aaaaaa; background: #4040ff; }
.mark:HOVER   { color: #ffffff; background: #4040ff; }

.white         { color: #ffffff; }
.white:LINK    { color: #ffffff; }
.white:VISITED { color: #ffffff; }
.white:ACTIVE  { color: #444444;  text-decoration: underline; }
.white:HOVER   { color: #000099;  text-decoration: underline; }

.green         { color: #1eb7a4; }
.green:LINK    { color: #1eb7a4; }
.green:VISITED { color: #1eb7a4; }
.green:ACTIVE  { color: #999999;  text-decoration: underline; }
.green:HOVER   { color: #6699cc;  text-decoration: underline; }

.small         { font-size: 7pt; }


