* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.noprint {
	display: none;
}
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #000000;
	text-decoration: underline;
}
#header {
	display: none;
}
#printheader {
	display: block;
	height: 145px;
	border: 2px solid black;
	font-size: 36px;
	line-height: 145px;
	margin-bottom: 2px;
	text-align: center;
}
#main {
	margin: 0 auto;
	width: 100%;
	text-align: left;
}
#footer {
	font-size: 10pt;
}
#footer .info_l {
	text-align: center;
	display: block;
	margin-top: 10px;
}
#footer .info_r img {
	display: block;
	float: right;
}

#listings {
	list-style: none;
}
#listings li {
	padding: 3px;
	margin-bottom: 2px;
	border: 2px solid black;
}
#listings li .image .caption {
	padding: 3px;
	font-weight: bold;
	font-size: 12pt;
	background: #ffffff;
	display: block;
	margin-bottom: 5px;
}
.printclear {
	clear: both;
}
#listings li .image img {
	float: left;
	margin-right: 5px;
}
#listings li .description {
	padding: 3px;
	font-size: 10pt;
	background: #ffffff;
	display: block;
}
#listings li .num {
	float: right;
	border: 2px solid black;
	background: white;
	font-size: 60px;
	width: 80px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	margin: 9px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}