/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

/* H1 ja H2 */
span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;

	font-weight: bold;
	font-size: 130%;
}

body {
	background-color: #fff;
	color: #000;
	margin: 0;
	padding: 0;
}

#top, #header, #left, #footer_right, #footer_bottom, #flash {
	display: none;
}

#footer_left {
	font-size: 90%;
	margin-top: 2em;
	border-top: 1px solid #000;
	width: 100%;
	padding: 0;
	float: left;
}

#main, #main div.container, #right {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

#right div.left {
	width: 50%;
}

#right div.right {
	width: 45%;
	margin-left: 53%; 
}

a:link, a:visited, a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

#right hr {
	display: block;
	background: none;
	border: 1px solid #000;
	height: 1px;
	width: 100%;
}

#right h3 {
	font-size: 120%;
	font-weight: bold;
}
