/* Print Style Sheet */
@media print {
body { background:white; color:black; margin:0 }
#header { 
	display: none;
	}
	
#content {
	display: block;
	margin: none;
	float: none;
	width: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}
	
a {
	text-decoration: underline;
	}
	
h1, h2, h3, h4, h5, h6 { 
	page-break-after: avoid; 
    page-break-inside:avoid;
	}
	
img { 
	page-break-inside: avoid; 
    page-break-after: avoid;
	}
	
.navigation {
	display: none;
	}

	
#comments {
	display: none;
	}
	
#sidebar { 
	display: none;
	}
	
#rightframe {
	display: none;
	}
	
#footer { 
	display: none;
	}
}
