body {
	background : #fff;
	font-family: "Times New Roman", serif;
	color: #000;
	margin: 1% 2% .5% 2%;
	font-size: .75em;
}
h1 {
    font-family: "Times New Roman", serif;
	font-size: 1.2em;
}
h2 {
    font-family: "Times New Roman", serif;
	font-size: 1.2em;
}
h3 {
    font-family: "Times New Roman", serif;
	font-size: 1em;
}
div 
	{ 
	border: 0 solid #000; 
	}
div.menu
	{
	display: none;
	}
div.footer
	{
	display: none;
	}
div.content
	{
	float: left;
	width: 100%;
	padding: 1em 0em 1em 0em;
	}
div.noprint
	{
	display: none;
	}
.tight {
	margin-bottom: -1em;
}
