/* print.css */
body {
	line-height:1.0;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#000;
	background:none;
	font-size:12pt;
}
#container {
	background:none;
}
h1, h2, h3, h4, h5, h6 {
	font-family:"Helvetica Neue", Arial, "Lucida Grande", sans-serif;
	font-size: 14pt;
}
img {
	float:left;
	margin:1.5em 1.5em 1.5em 0;
}
a img {
	border:none;
}
p {
	font-size: 12pt;
	line-height: 14pt;
	font-weight: normal;
	text-align: left;
}
p img.top {
	margin-top:0;
}
.hide {
	display:none;
}
a:link, a:visited {
	background:transparent;
	font-weight:700;
	text-decoration:underline;
}
a:link:after, a:visited:after {
	content:" (" attr(href) ") ";
	font-size:90%;
}

#content .page_content{
	background: #FFF;
	border-style: none;
}
#header, #flash_header, #menu_container, #sidebar, .advert, #footer, #loginheader, #hl_login_form {
	display: none;	
}

