/* set the font face and default size for everything; could     */
/* set colors, too, but NN4 doesn't work too well with that...  */

BODY, UL, OL, LI, TD, .bodycopysmall, .subtitle, .breadcrumb,
.pagetitle, .pageheading, .toplevelmenulink, .menulink
   { font-family : Arial, Helvetica, sans-serif; font-size : 12px; }

/* font sizes */

.breadcrumb { font-size : 10px; }

.bodycopysmall
  { font-size : 11px; }

.subtitle
  { font-size : 13px; }

.pagetitle
  { font-size : 14px; }

.pageheading { font-size : 18px; }

.pageheading, .pagetitle, .subtitle
   { font-weight : bold; }
.breadcrumb, { color : #666666; }
.subtitle { ; color: #000000}

.pagetitle
  { color : #ffffff; }

.toplevelmenulink  { color : #999999; }
.menulink  { color : #cccccc; }

/* link colors */ 
/* the explicit class link color assignments are needed for NN4 */

/* for some reason, the text-decoration is needed to  */
/* make link colors work right in NN4 */

a.pageheading, a.subtitle, a.leftnavtitle
  { text-decoration : underline; }

/* again, text-decoration is needed _here_ for NN4 */

a.menulink, a.menulink:visited, a.toplevelmenulink,
a.toplevelmenulink:visited, a.pagetitle, a.pagetitle:visited
  { color : #ffffff; text-decoration : none; }

.menulink, .toplevelmenulink, .pagetitle,
  { text-decoration : none; }

a.menulink:hover, a.toplevelmenulink:hover, a.pagetitle:hover,
  { color : #ffcc00; text-decoration : underline; }

a.menulink:active,a.toplevelmenulink:active, a.pagetitle:active,
  { color : #cc6699; }

/* other styles */ 

a.breadcrumb, a.breadcrumb:visited
  { text-decoration : underline; }

/* styles with explicit color specs */

.pageheading { color : #9E5316;  } .bodycopy { ;  } .subtitle { ;  } 