/*   print.css: This style sheet will be used to control layout for printing.
	It should only be included with media="print".   */
.noPrint {
	display:  none;
}
body {
	margin: 0;
	padding: 0;
	background: white;
}
.insideContent{
	border: 1px solid #333;
	background: white;
}
.insidePicts{
	display:  none;
}
