/* Turn off all non-printing objects */

#search_area {			display: none; }
#nav_left {				display: none; }
#nav_right {			display: none; }
.sifr-replaced { 		display: none !important; }
#related_box {			display: none; }
#sub_nav_column {		display: none; }
#l2_link {				display: none; }
#privacy_link {			display: none; }
#sitemap_link {			display: none; }
div.comment_box {		display: none; }
div.comments_area {		display: none; }
div.comments_area_nm {	display: none; }
form {					display: none; }
.form_head {			display: none; }

/* Reformat for print output */
html {
	font-family: "Trade Gothic LT Std", "Trade Gothic LT", "Trade Gothic", Arial, Helvetica, sans-serif;
}
a {
	color: #558139;
}
img {
	border: none;
}

#kalogo {
	color: #554d3b;
	text-decoration: none;
	font-size: 18pt;
}
#kalogo span {
	font-weight: bold;
	color: #558139;
}

h1, h2, h3, h4, h5, h6 {
	color: #554d3b;
	font-weight: normal;
}
h1 {
	font-stretch: condensed;
}
p {
	font-size: 12.5pt;
	color: #222;
	font-family: "Utopia", "Times New Roman", Times, serif
}
#copyright_notice {
	color: #999;
	font-size: 9pt;
	text-decoration: none;
}