@media print {
	body {
		font: 12pt;
		line-height: 1.3;
		color: #000;
}
   	header, footer, ul.breadcrumb, div.leftCol, ul.nav-tabs, #reviewForm { display: none; }
	a.scrollup { display: none !important; }
	img { max-width: 50%; float:right; }
}