/*
-----------------------------------------------------------------------------
 Print Style
 Author:	Robert Hilbe
 Version:	2011-04-15
-----------------------------------------------------------------------------*/

#navigation {
	display:none;
	}
body {
	font:9pt/1.4 'helvetica neue',helvetica,arial,sans-serif;
	color:#000;
	margin:24pt;
}
h1 {
	font:2em/1.3 'helvetica neue',helvetica,arial,sans-serif;
	font-weight:bold;
	margin:0 0 0.3em 0;
	color:#539fc4;
}
h2 {
	font:1.5em/1.3 'helvetica neue',helvetica,arial,sans-serif;
	font-weight:bold;
	margin:1.6em 0 0.3em 0;
}
h3 {
	font:1.1em/1.3 'helvetica neue',helvetica,arial,sans-serif;
	font-weight:bold;
	margin:1.3em 0 0.3em 0;
}
p {
	margin-bottom:0.5em;
}
em {
	font-style:italic;
}
ul {
	list-style:square;
	padding-left:2em;
}
li {
	margin-bottom:0.5em;
}
a {
	text-decoration:none;
	color:blue;
	}