/*Print Stylesheet*/
body {
	font: 12pt/18pt "Times New Roman", Times, serif;
	color: #000000;
}
div#header, div#left, div#PrintButton, div#printaddress, div#footer, div#banner {
	display: none;
}

div#printaddress {
	line-height: 15pt;
}
ul#numblist {
	list-style: none;

}

div#PrintButton
{
	visibility:hidden;
}

input[type=button] {
display: none;
margin-top: 1em
}

.noPrint{ display: none; }

