/* Print styles for Helioflow */
body{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12pt;
}
h1, h2, h3, h4{
	font-weight:normal;
	font-style:italic;
}
p, li{
	line-height:1.5;
}
#header ul, #footer ul, #footer a{
	display:none;
}
a img{
	border:none;
}
#header{
	padding-bottom:2em;
}
#header h1{
	text-align:center;
	font-size:0.8em;
}
#header img{
	display:block;
	margin:0 auto 0.5em auto;
}
#header a{
	color:#000;
	text-decoration:none;
}
#extra{
	padding-top:1.5em;
}
#footer{
	border-top:1px solid #000;
	text-align:center;
	font-size:0.7em;
}