@media print {
	
h1 {
	width: 100%;	
	height: 2em;
	border-bottom: #D6D6D6 2px dotted;
}
h1 a {
	width: 100%;
	text-indent: 0;
	font-size: 150%;
	height: 1em;
}
#pageTop {
	height: 3em;
	position: relative;
}
#lngSwitch {
	display: none;
}
#graphic {
	display: none;
}
#leftMenu {
	display: none;
}
#topMenu {
	display: none;
}
#pageContent {
	float: none;
	width: auto;
}
.prBlock {
	width: 80mm;
}
.mainBlock {
	width: 165mm;
	margin: 0;
}

} /* end of media print */