body {
   background: white;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10pt;
   }

h1 {
	font-size: 18pt;
}
   
h2 {
	font-size:10pt;
}
h3 {
	font-size:8pt;
	font-weight:bold;
}
h4 {
	font-size:8pt;
	font-weight:bold;
}

#header, #left_column, #right_column, #footer, #more {
   display: none !important;
   }
#content {
   width: 591px;
   margin:1em;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
   
a:link, a:visited {
   color: #0060a7;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
   
#print_header {
	width:591px;
	/* align:right; */
}



