





/*
-----------------------------------------------
Site Print Styles
----------------------------------------------- */
body {
	background:#fff !important;
	color:#000;
	}
.side, .footer, .header-line, .nav, .header-baza, .header-sub, .print-version,.b-archivenav{display:none;}
.content{
	float:none;
}
.page{
	border:none;
}
#out{
	width:715px;
	}
	.header{
		padding:25px 0 5px 0;
		width:100%;
		overflow:hidden;
		border-bottom:1px solid #d7d7d7;
		margin-bottom:15px;
		}
/* =Links
----------------------------------------------- */
a {
	color:black;
	text-decoration:none;
	}
a img {
	border-width:0;
	}

/* =etc(text margin ....)
----------------------------------------------- */
.content a[href]:after,
.secondary a[href]:after,
#footer a[href]:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
	}
