@media print {
	.banner {
		background-color: #fff;
		color: #000;
		border-bottom: #000 1px solid;
	}

	.banner h1 {
		color: #000;
		font-size: 16px;
	}

	.col4{
		display: none;
	}

	.threecols {
		width: 100%;
		border: 0px none;
	}
	
	
	.dotted 
	{border: 0px none;
	}
	
	
}
