/* set the font face and default size for everything;      */


BODY, UL, OL, LI, TD
   { font-family : Arial, Helvetica,Geneva,sans-serif; font-size : 10pt; color: #000000;}
LI { margin-bottom: 10px; }

/* font sizes */


.bodysm {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000}

.nav {  font-family: Arial,Helvetica,Geneva, sans-serif; font-size: 10px; color: #000000; font-weight : bold; }

.footer {  font-family: Arial,Helvetica,Geneva, sans-serif; font-size: 10px; color: #000000; font-weight : bold; }

.subheading {  font-family: Arial,Helvetica,Geneva, sans-serif; font-size: 10pt; color: #000000; font-weight : bold; }

.tdbold 
  { font-family : Arial, Helvetica, sans-serif; font-size : 11px;   font-weight : bold;}

.pagetitle {  font-family: Times, serif; font-size: 14pt; color: #003399;  font-weight : bold;}  



/* link colors */ 
/* the explicit class link color assignments */



A:link
  { color: #993399; text-decoration : underline;}

A:visited
  { color: #003399;text-decoration : underline;}

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

A:active
  { color: #660066;text-decoration : underline;}

