/* 
 * The site-wide default printing style sheet is /style/default_print.css
 * Each SECTION can supplement (override) this sheet with /[section]/style/default_print.css
 * Individual pages/functions can further supplement the site and section styles as needed.
 */

/* Default styles used throughout the site */

/*=====================  Print Items  =======================*/
.normal {
	font: .7em arial, helvetica, verdana, sans-serif;
	font-weight: normal;
}

#tabledata {
	font: normal .7em/1em sans-serif;
	margin: 0 1em 0 0; padding: 0 0 1em 0;
}

#topnav {display:none;}
#sidenav {display:none;}
#foot {display:none;}
#date {display:none;}

