/* Print Stylesheet */
/* Print Stylesheet */
																/* >>> ELEMENTS <<< */
* {
	margin: 0;
	padding: 0;
	}
	body {
		color: #000;
		background-color: #fff;
		font-family: "Tahoma", "Arial", "MS Sans Serif", "Times New Roman", sans-serif;
		font-size: 80%;
		}

img {
	display: none;
}		
		
#menu {
	display: none;
}
#header {
	display: none;
}

.cd {
	display: none;
}

#footer-main-off {
	display: none;
}

#footer-main-on {
	display: none;
}
															
div#print {
	display: block;
	margin: 0 0 10px 0;
	padding: 10px 0 20px 0;
	color: #000;
	background-color: #fff;
	font-size: 130%;
	text-align: left;
	border-bottom: 3px solid #eee;
	z-index: 999;
	}

#container, #content-wrap {
	width: auto;
	border: 0;
	margin: 1.0em 5% !important;
	padding: 10px 0 0 0;
	float: none !important;
	line-height: 1.3em !important;
	}
	p {
		margin: 0.5em 0 0.5em 0 !important;
		line-height: 1.3em !important;
	}
	
.x {
	display: none;
}


																/* >>> END <<< */
