/* all fonts were originally set at 7 or 8 pt */

BODY {
 font-family: arial;
 font-size: 12pt;
 color: #00000F;
}

TABLE {
 font-size: 10pt;
 color: #00000F;
}

TD {
 font-size: 10pt;
 color: #00000F;
}

B {
 font-size: 10pt;
 font-weight: bold;
 color: #00000F;
}

A {
 text-decoration: none;
 color: #006699;
}

A:hover {
 text-decoration: underline;
 color: #006699;
}

.bluefont {
 font-size: 10pt;
 color: #006699;
}

.bluebold {
 font-size: 10pt;
 font-weight: bold;
 color: #006699;
}

.greyfont {
 font-size: 10pt;
 color: #999999;
}

.box {
 border: 1px solid #000000;
 font-size: 10pt;
 color: #00000F;
}
