/**
*
* Coding by Jack Kwakman
* Copyright &copy; 2008, ELMA Multimedia
*
*/

/**
* Print styles
*/

body {
	width: auto;
	margin: 0;
	padding: 0;
	position: static;
	background: white;
	color: black;
	text-align: left;
}

#header, #leaderboard, #breadcrumb, #cb, #left, #right, #skyscraper, #topbanner, #pagenav {
	display: none;
}

.whiteredblock .blockcontents {
	border: 0;
}

.whiteblueblock .blockcontents {
	border: 0;
}

.whitegreenblock .blockcontents {
	border: 0;
}

.blueblueblock .blockcontents {
	border: 0;
}

.redredblock .blockcontents {
	border: 0;
}

.greengreenblock .blockcontents {
	border: 0;
}

/**
* SIFR print stylesheet
*/

.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;
}