/*
	Print Structure
*/

* {
	background: none;
	color: #000;
	background-color: #fff;
}

body {
	width: 600px;
	font-size: 10pt;
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


	h1, h2, h3, h4 {
		font-family: Georgia;
	}
	
	p, div, h1, h2, h3, h4, h5, h6 {
		padding: 0 0 1em 0;
		margin: 0;
	}
	
	ol li {
		list-style-type: none;
		padding-left: 0;
		margin-left: 0;
	}
	
	img {
		border: 0;
	}

	/* kill the non-content blocks*/
	
	.eftMenu, .eftBreadCrumbs, .eft2ndLevelMenu, .eftMovie, .eftTopMenu, .eftFooter, .eftSideColumn, .eftClear, .eftDivider, hr, .eftModalPassword, .eftModal2, .eftActions {
		display: none !important;
	}
	
	.eftSmartletsGrid {
		position: absolute;
		top: 10px;
		left: 10px;
		width: 590px;
	}
	
	.eftLogoEfteling, .eftLogoPark {
		display: none;
	}

	/* flashkiller for IE */
	* html .eftFlashContainer { display: none;}
	* + html .eftFlashContainer { display: none;}
	.ie8 .eftFlashContainer { display: none;}


