/* 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;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}

/* These are screen styles that need to be hidden */
#navbar, #language, #thumb, #testrun { display: none !important; }

#headerHomeEn, #headerHomeSe {
	
}

#callout, #content {
	float: left;
	width: 55%;
}

#specContent {
	float: left;
	width: 40%;
}

#gallery {
	width: 55%;
}

#news, #media {
	float: right;
	width: 40%;
	margin: 15px 0 0 0;
	padding: 5px;
	border: 1px dashed #000066;
}

#sidebar {
	float: right;
	width: 40%;
	margin: 15px 0 0 0;
	padding: 5px;
}

#footer {
	clear: both;
	padding: 25px 0 0 0;
}

h2, h3, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #990000;
	margin: 0;
	padding: 0;
}

h2 {
	padding: 0 0 10px 0;
}

h3 {
	font-size: 14px;
	text-transform: uppercase;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #000066;
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	padding: 0;
}

h6 a {
	font-size: 14px;
	text-decoration: none;
	color: #990000;
	margin: 0;
}

ul{
	font: 12px Arial, Helvetica, sans-serif;
}

.pullquote {
	font: italic 18px Georgia, "Times New Roman", Times, serif;
}

.newsText, .newsDate, .newsArchives, .mediaText {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
}

.content {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
	padding: 0 0 10px 0;
}


.footText {
	font: 10px Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 0;
}

