@charset "utf-8";
/* CSS Document */

@media print {
* {
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
}
nav, footer { display: none; }
h1, h2 { font-size: 16pt; }
#banner {
	box-shadow: none;
	padding:0;
	margin:auto;
}
#banner img {
	box-shadow: none;
	width:50%;
	margin:auto;
}
body {
	font: 12pt Georgia, "Times New Roman", Times, serif;
	line-height: 1.3;
}
aside h2, h2 {
	font-size: 20pt;
	text-align:center;
}
aside, section#main {
	width:100%;
	display:block;
}
aside {
	width:100%;
	float:none;
	background:transparent;
	padding:0px;
	box-shadow:none;
	border-radius:0px;
}
p {
	margin:0 0 10px;
	line-height:1.4em;
	font-size:12pt;
	font-style:normal;
}
li#goTo { display:none; }
header h1 {
	height:70px;
	width:100%;
	float:none;
	display:block;
	background:none;
	text-indent:2px;
	white-space:normal;
	overflow:auto;
	color:#000;
	text-align:center;
	margin: 0 auto;
	font-size:30pt;
}
header::before {
	content:"";
	border:none;
	background-color:transparent;
	color:#FFF
}
}
@page {
margin-top: 2cm;
}
 @page :left {
margin: 0.5cm;
}
 @page :right {
margin: 0.8cm;
}
