@charset "utf-8";
@media print {
	* {
		color: #000;
		background: #FFF;
	}
	html {
		font: normal 12pt/1.5 georgia, sans-serif, serif;
	}
	a {
		text-decoration: none;
		border-bottom: 1pt solid #000;
	}
	a img {
		border: 0;	
	}
	a[href ^='#'],
	abbr,
	acronym,
	fieldset {
		border: 0;
	}
	abbr[title]:after,
	acronym[title]:after {
		content: ' (' attr(title) ')';
	}
	.head,
	.content,
	.reference {
		padding: 1em 0;
	}
	h1,
	ul.nav-meta,
	h2.claim-start,
	h2.claim-content,
	div.clear,
	ul.nav,
	ul.nav-sub,
	div.footer,
	.fce-banner-imageTop,
	.grid.bg-ref {
		display: none;	
	}
	
}
