/*   print.css: This style sheet will be used to control layout for printing.   */

body {
	margin: 0;
	padding: 0;
	background-color : #ffffff;  /* white */
	color: #000000;  /* black */
}
a {
	color: #000000  !important ;/* black */
	text-decoration : none;
}
.printonly{
	display:  block;
}
.nostyle, .noprint {					
	display: none;
}
div#topleft {	
	display: none;				
}
div#topright {	
	display: none;				
}
div#left {				
	display: none;	
}
div#middle {
	position:  absolute;
	top: 40px;
	left: 5px;
	margin: 0;
	background: #ffffff;
	width:  95%;
}
div#print {
	position:  absolute;
	top: 5px;
	left: 5px;
	margin: 0;
	background: #ffffff;
	width:  95%;
}