/* --------------------------------------------------------- P R I N T  ---- */

body { background: white; font size: 12pt;}
	
#menu { display: none; }
#header { display: none; }
#title { display: none; }
#leftcol { display: none; }
#content {
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none;
	color: black; 
	background: transparent;
	}
	
a:link, a:visited {
	color: #000;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}