/* Style sheet for print-friendly pages
 * The !important declarations makes the rules override the other 
 * stylesheets. */
body {color: #000 !important; background: #FFF !important; 
	font-family: "Times New Roman", Times, serif !important; 
	font-size: 12pt !important;}
body#stodo {font-size: 10pt !important;}  /* Status Page text stays smaller */
a {text-decoration: underline !important; color: #00F !important;}
div.bframe {background: #FFF !important;} /* Include bframe; it has timestamp */
div.content, div.rframe {width: 98% !important;} /* At 100%, text can clip */
div.expand, div.headico, div.lframe, div.nav, div.valid {
	display: none !important;}	/* Don't display sidebar, navigation */
div.tfdscm, div.tfdscw {height: 50px !important;} /* Make up for whitespace */
div {position: static !important;}	/* Override fixed positioning */
ol li, ul li {margin: 4px 0 !important; list-style-image: none !important;}
	/* Reduce spacing between LIs; use normal bullets */
hr {border: 1px inset !important; height: 0px !important; 
	background-image: none !important;}	/* Revert HRs to normal */
p.auth, p.date {text-indent: 0 !important;}
