@media print {
	.no_print {
		display: none;
	}
}
@media screen {
	.only_print {
		display: none;
	}
}

.contact {
	color:			#000000;
}


.clear {
	clear:			both;
	height:			0px;
	overflow:		hidden;
	line-height:		1%;
	font-size:		0px;
	margin-bottom:		-1px;
}

* html .clear {
	height:			auto;
	margin-bottom:		0
}

