/* RECENT CHANGE HISTORY: 
      2007/02/01 (Russ West) resolved case inconsistancy for .noprint classes
      2006/12/31 (Russ West) removed DIV specification from .noprint
      2002/12/12 (Russ West) added .hilite

List common attributes for multiple classes before more explicit cases  */

A 	{ color: #00f; text-decoration:none; }

BODY 	{ background-color: transparent; }

TABLE.calendar {
      background: #fc8;
      }
TD.day {
      color: #555;
      font-weight: normal;
      }
.hilite { font-weight: bold; }

TD.monthname {
      background: #ddd;
      color: blue;
      }
.NoPrint, .noprint { display:none; }

DIV.lowernav { display:none; }

DIV.pathnav { display:none; }

DIV.primarynav {display: none; }

.sectionhead { /* modeled after H1, but doesn't show on screen */
	display: block;
	}
DIV.uppernav { display:none;}

