@charset "UTF-8";

body {
	font-size: 110%;
	line-height: 130%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

body p {
margin: 20px 0 0 0;
	color: #000;
}

#print {
	border-bottom: 4px double #000;
	padding: 0 0 20px 0;
	display: block;
}
	
#print #logo_print_watermark {
	position: absolute;
	left: 50%;
	top: 1.8in;
	margin-left: -400px;
	z-index: 99999;
}

#header ,
.adsSingle,
#pageNavigation,
.related,
#footer {
	display: none;
}	

.itemDataGrid 
{
	color: #000;
	background: #FFF;
	border: 4px double #000;
	font-size: 80%;
}



