/* FONT FAMILYS */
.smal, .sand, .link, .lead, .head, .subh, .blnk { font-family: Arial, Helvetica, sans-serif; }
BODY, TD, P, OL, UL, LI                         { font-family: Arial, Helvetica, sans-serif; }

/* FONT WEIGHTS */
.head, .subh, .blnk     { font-weight: bold; }
#bold                   { font-weight: bold; }

/* FONT STYLES  */
#ital                   { font-style: italic; }
#underline 			{ text-decoration: underline; }

/* FONT SIZES   */
BODY, TD, P, OL, UL, LI { font-size: 12px; }
.lead                   { font-size: 4px;  }
.smal                   { font-size: 10px; }
.sand, .link, .blnk     { font-size: 12px; }
.subh                   { font-size: 14px; }
.head                   { font-size: 16px; }

/* FONT COLORS  */
BODY, TD, P             { color: #000000;  }
A                       { color: #003366;  }
.smal, .head, .subh     { color: #003366;  }
.link, .blnk            { color: #003366;  }
.sand                   { color: #000000;  }
#whit                   { color: #FFFFFF;  }
#blue                   { color: #003366;  }
#blac                   { color: #000000;  }
#gray                   { color: #666666;  }
