@charset "UTF-8";

/*
 * @version $Id: print.css 54 2008-08-26 13:25:35Z postnikova $
 */

body {
	margin: .5cm;
	background: white;
	color: black;
}

a, a:hover, #newsContainer, #newsContainer .newsContainerDate {
	color: black;
}
 
#mainNavigation, #printLink, #footerNavigation, #flashHeader, #specialNavigation, #footer {
	display: none;
}

#mainContentContainer {
	width: auto;
}

#printHeader,
#printFooter {
	text-align: right;
	margin-top: 20px;
}

#printFooter {
	color: gray;
	font-size: 10px;
}

#mainContainer, #mainContentContainer, #mainContentHeader, #mainContent, #subContentContainer, #newsContainer, #subContent {
	margin: 0;
	padding: 0;
	clear: both;
	float: none;
	background: none !important;
	border: none;
	width: auto;
	height: auto;
}

#subContentContainer {
	display: none;
}

h1, #mainContentHeader h1, #mainContent h1 {
	margin: 0.5em 0 1em 0;
	padding: 0;
	color: black;
	font-weight: bold;
	font-size: 140%;
}

@media print {
	#printToolbar {
		display: none;
	}
	#printPrintLink {
		display: none;
	}
	#printCloseLink {
		display: none;
	}
}