@page {margin: 0.5in;
}

body {
   background: white;
}

#banner, #nav_bar {
   display: none;
}

#container {
   width: auto;
   margin: 0 3%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
}

#print_header {
   margin: 0;
   padding: 0;
   padding-top: 2em;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
}

#content {
   width: auto;
   margin: 0;
   padding: 0;
   padding-top: 2em;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
}

a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}

#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}

p, ul, ol, li, td, blockquote {
	font-family: Times New Roman, Garamond, serif;
	font-size: 10pt;
	line-height: 14pt;
}

h1 {
	font-family: Helvetica, sans-serif;
	font-size: 14pt;
	color: #000000;
}

h2 {
	font-family: Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
}

h3 {
	font-family: Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

h4 {
	font-family: Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

.p_hang {
	text-indent: -15pt;
	padding-left: 15pt;
	font-family: Courier New, Courier, mono;
	font-size: 10pt;
	color: #000000;
}