@charset "UTF-8";
/* CSS Document */
@media print {
header,
aside,
footer {
	display: none;
}
body {
  line-height:15pt;
  font-family:Arial, Verdana, Helvetica, sans-serif;
  font-size:10pt;
}
h1 {
	font-size: 16pt;
	line-height:22pt;
	font-weight: bold;
	margin: 0.4em 0 0.5em 0;
  	padding:0;
}

h2 {
	font-size: 14pt;
	line-height:18pt;
	font-weight: bold;
	 margin: 0.2em 0 0.5em 0;
	padding: 0.3em 0.3em 0.3em 0;
}

h3 {
	font-size: 12pt;
	line-height:15pt;
	font-weight: bold;
    margin: 0.4em 0 0.2em 0;
}
}
