@media print {
	#notprinted-version {
		display: none;
	}
}

@media all {
	#notprinted-version {
		display: block;
	}
}


* {
	background: transparent !important;
	color: #000000 !important;
	border-color: #000000 !important;
	position: static !important;
}

body {
	background: #FFFFFF !important;
	height: auto;
	width: auto;
	font-size: 12pt;
}

.noprint, input.submit, p.print-link, div#print, div.more, div.back,
#header, #footer, #sidebar, #content-bg, #content-bg-bottom, #advice, #search, .hr,
.tabs, .rss-link, #content-h, h2, #root-promo {
	display: none !important;
}

table, table td, table th {
	border-width: 0.4pt !important;
}

#main {
	padding: 0 !important;
	border: none;

	width: 98% !important;
	float: none !important;
	margin: 1%  !important;
	float: none !important;
	background-color: #ffffff !important;
}

#content {
	width: 98% !important;
	float: none !important;
}

.pd {
	padding: 0 !important;
}

.one-quarter {
	float: none !important;
	width: auto !important;
}

#screen .bbg {
	display: '' !important;
	float: none !important;
	visibility: visible !important;
	position: static !important;
	float: none !important;
	width: 100% !important;
}