/* CSS Document */
@media Print
{
	#header, #headerMenu, #contentLeft, #footer, #btnPrint
	{
		display: none;
	}
	#contentRight
	{
		float: left;
		width: 100%;
	}
	#pricesRealised
	{
		width: 100%;
	}
}

