html, body {
   background: #fff;
   color: #000;
}


.hide {
   display: none;
}

H1, H2, DIV, P, LI, UL, OL, TABLE, TD, TR, TH {
	font-family: trebuchet ms, lucida sans, helvetica, sans-serif
}

PRE {
	font-family: courier, courier-new, lucidatypewriter
}


/* ****************** Style for navigation bar ************** */

td.navbar {
   background: #CCCCCC;
   color: #ffe;
}

td.banner {
   background: #CCCCCC;
   color: #ffe;
}

/* ********* small text for dense tables ***************** */
td.smalltext {
   font-size: small;
}




