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


BODY, UL, OL, LI, TD
   {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: normal; color: #000000}

/* font sizes */

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

.leftlist { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; margin-left: -3px; margin-bottom: 5; list-style-image : url(images/listbullet.gif); 
}
.smlist { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; margin-left: -3px; margin-bottom: 0; list-style-image : url(images/listbullet.gif); 
}
.tdbold 
  { font-family : Arial, Helvetica, sans-serif; font-size : 11px;   font-weight : bold;}

.heading1 { font-family : Arial, Helvetica, sans-serif; font-size : 12pt; color : black;  font-weight : bold; line-height : 22px;}

.heading2 { font-family : Arial, Helvetica, sans-serif; font-size : 12px; color : darkslategray;  font-weight : bold; }

.heading3 {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold; color: black}

.footer {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; color: white}


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



A:link
  { color : #ffffff; text-decoration : none;}

A:visited
  { color : #ffffff; text-decoration : none;}


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

A:active
  { color : #FFFF99; text-decoration : none;}



