@charset "utf-8";
/* CSS for print */

@media print {#header, #left, #spacer, #footer, #logo, #footerline {display:none;}
#right {
	margin: 0px;
	clear: both;
	width: auto;
	position: absolute;
	visibility: visible;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h1 h2,h3 {
	color: #000;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 100%;
}
p {
	font-size: 100%;
	color: #000;
}
}
