/* print-stylesheet */
img { display: none;}
.noprint {display: none;}
img.print { display: inline; }
.nur_print{display: inline;}
body, table{
	background: #FFF;
	font-size: 12pt;
	font-family: Times, Georgia, serif;
}
h1 {
	font-size: 14pt;
}
h2{
	font-size: 13pt;
}
h3{
	font-size: 12pt;
	font-weight: bold;
}

.footer {
	position: absolute;
	font-size: 8pt;
	font-family: Verdana, Helvetica, sans-serif;
	border-top: 1px solid #000;
	bottom: 24pt;
	color: #000;
}