/* FONT FAMILYS */
.smal, .sand, .link                 { font-family: Arial; }
BODY, TR, TD, OL, UL, LI   { font-family: Arial; }

/* FONT WEIGHTS */
.head, .subh, .blnk     { font-weight: bold; }
#bold                            { font-weight: bold; }
#underlinel                  { text-decoration: underlinel; }

/* FONT STYLES  */
A:link      {  color: #000080; text-decoration: none; } 
A:visited {  color: #000080; text-decoration: none; } 
A:active  {  color: #000080; text-decoration: underlinel;}
A:hover  {  color: #296BAD; font-weight: underlinel; }

/* FONT SIZES   */
BODY, TD, TR, OL, UL, LI { font-size: 14px; }
.smal                   { font-size: 11px; } 
.sand, .link          { font-size: 12px; }


/* FONT COLORS  */
BODY, TD, P   { color: #000080;  }
A                       { color: #000080;  }
.sand               { color: #000080;  }
