/* print css */

* { background: #fff; }
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0px;
	padding: 0px;
	font-style: normal;
}
blockquote { font-style: italic; color: black; }
a:link, a:visited {
	color: #C60;
	text-decoration: none;
}
a:hover, a:active {
	color: #666;
	text-decoration: underline;
}
.utility, .navigation, .internalHeader, .heroGraphic, .contentArea_right, .clientTestimonial, .footer, .footerBottomSlice{
	display: none;
}
.contentArea_left{
	width:650px;
	padding-right: 0px;
	padding-left: 0px;	
	}
