/*--- PRINT ---*/

/*--- grid.css ---*/

html, body {
	margin: 0;
	padding: 0;
	background: #fff;
	background-image: none;
	color: #000;
	}
	
#wrapperAll {
	width: 100%;
	background: #fff;
	font-size: 10pt;
	}
	
#wrapperContent {
	margin: 0;
	padding: 0;
	}	
	
body #contentMain div.box {
	background: #fff;
	background-image: none;
	}	
	
/*--- nav.css ---*/

#navMain ul {
	display: none;
	}
	
#navPage {
	width: 36%;
	}

#wrapperContent p.catPage {	
	font-size: 7pt;
	}
	
#navPage .pn a.pprev, 
#navPage .pn span.pprev, 
#navPage .pn a.pnext, 
.pn span.pnext {
	background: #fff;
	background-image: none;
	}	
	
/*--- content.css ---*/

#contentMain p.intro {
	color: #000;
	}

#contentMain .box p.feature {
	background: #fff;
	}
	
.fill h4 {
	background: #fff;
	}
	
.cta {
	padding: 9px;
	background: #fff;
	background-image: none;
	}
	
#wrapperShow p {
	color: #fff;
	}
	
div.imgText {
	background: #fff;
	border: 2px solid #b3b38c;
	}	