@charset "UTF-8";
/* CSS Print Document */

div#header, div#footer-bar, .header-subnav {
	display: none;
}
body {
	font-size: 12pt;
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent;
}

h1, h2, h3, h4 {
	font-size: 14pt;
	color: #000000;
}

a:link, a:visited {
	color: #003366;
	background: transparent;
	text-decoration: underline;
}
