﻿@media print {	
	body {
		margin:0;
		padding:0;
/*		font-size:10pt; */
		font-size: .8em;
/*		line-height:12pt; */
		line-height: 1em;
		background:#FFFFFF !important;
	}
	.content
	{
		width:650px !important;
	}
	
	#loginButton, .biddingInfo, .menu, .breadcrumb, .logo, .news {display:none;}	
}