/* Print CSS Document */

html {width: 100%;}

body {
	background: white;
	text-align: left;
	border: 0;
	border-top: 0;
	margin: 0;
	padding: 0; 
	width: 100%;
	color: black;
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 12px !important;
	line-height: 125%;  
}

#content  {
	display:block;
	width:600px;
	height:auto;
	margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;
	padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;
	float:none;
	clear:none;
	position:inherit;
	background:none;
	color: black;
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 12px !important;
	line-height: 125%;  
}

.date {font-size: 12px; margin-bottom: 1em;}

.header, .footer {
	display: none;
	visibility: hidden;
}