/* Print Style Sheet */

	body {
		font: 10pt Arial, Helvetica, sans-serif;
		color: #000;
		}
		
	a {	
		color: #000;
		text-decoration: none;
		}
		
	a img {
		border: 0;
		}
		
	/* turn off */
	
	.skipLink,
	#mainNav,
	.searchBar,
	.footer {
		display: none;
		}
		
		