@import URL("../css/xhtml.css");

@media print {

	body {
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 font-style: normal;
	 font-weight: normal;
	 font-variant: normal;
	 text-transform: none;
	}

	#page {
	 position: absolute;
	 top: 2%;
	 left: 2%;
	 width: 210mm;
	 height: 297mm;
	}

	#region-before {
	 display: none;
	}

	#region-body {
	 position: absolute;
	 top: 0%;
	 left: 40%;
	 width: 60%;
	 height: 100%;
	}

	#region-after {
	 position: absolute;
	 bottom: 0%;
	 left: 0%;
	 width: 40%;
	 height: 100%;
	}

	#region-start {
	 display: none;
	}

	#region-navigation {
	 display: none;
	}

	#region-end {
	 display: none;
	}
}