body{
	font: 9pt Verdana, "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
	width: 100%; margin: 0; float: none;
	color:#000000;
	line-height: 10pt;
	
}

input{
	display: none;
}

.noprint{
	display: none;
}

#header{
	width: 100%;
	height: 165px;
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
}

#header img{
	float: right;
}

#footer{
	font-size: 8pt;
	text-align: center;
	width: 100%;
	margin: 0px auto;
}

#header img {
	border: 0;
}

.notes{
	width: 800px;
	height: 160px;
	background-color: #CCC;
	border: 1px solid #000;
	margin: 0; float: none;
	padding: 5px;
	font-size: 12pt;
	font-weight: bold;
}

.requests{
	width: 800px;
	height: 160px;
	background-color: #CCC;
	border: 1px solid #000;
	margin-bottom: 5px; 
	float: none;
	padding: 10px;
	font-size: 9pt;
}

.center{
	text-align: center;
	font-weight: bold;
}

h2{
	width: 50%;
	padding-bottom: 8px;
	border-bottom: 1px solid #333;

}

.signature{
	line-height: 12px;
}

.instructions{
	padding: 10px;
	float:right;
	clear: right;
	text-align: left;
	width: 250px;
	height: 200px;
	background-color: #CCC;
	border: 1px solid #000;
}
	
