@media print{
	* { 
		color: #000 !important;
		background: #fff !important;
		border: 0  !important;
	}
	body { 
		color: black; 
		font-size: 12px; 
		line-height: 14px; 
		background: white; 
		margin: 0;
		padding: 0;
	}
	div.pgActions { display: none }
	.bio .bContent  { 
		height: 100%; 
		max-height: 100%; 
	}
	.serv .sContent {
		height: 100%; 
		max-height: 100%; 
	}
	div.aAdd {
		padding-left:50px;
	}
	div.agent div.aContent div.aAdd {
		height: 100%; 
		max-height: 100%; 
	}
}