@media print
{

	html, body
	{
		margin: 0px;
		padding: 0px;
		text-align: left;
	}

	#customerTop, #customerLeft, #customerRight, #customerBottom
	{
		display: none;
	}

	.topTd, .leftTd, .rightTd, .bottomTd
	{
		display: none;
	}

	#customerPage
	{
		width: 100%;
		border: none;
		padding: 0px 0px;
		color: #000;
		background-color: #ffffff;
	}

	#appContent
	{
		border: none;
	}
}
