@media print
{
	body{
	font-size:12pt;
	background:none;
	}
	
	.whiteback{
	padding-left:70px;
	}
		
	#Header{
	visibility:hidden;
	height:0px;
	width:0px;
	}
	
	#Menu{
	visibility:hidden;
	height:0px;
	width:0px;
	}
	
	.rightmenu{
	visibility:hidden;
	height:0px;
	width:0px;
	width:0px;
	}
	
	#Footer{
	visibility:hidden;
	height:0px;
	width:0px;
	}
	
	.breadcrumbs{
	visibility:hidden;
	height:0px;
	width:0px;
	}
}