

/*
	Custom Print Styles for Barclays Private Equity website
	Laurie Bantin 31/10/2006
*/


	/* switch off screen header */
		#header{ display:none;}
	/* switch on print header */
		#PrintLogo{ display:block;}

	/* switch off left navigation */
		#navigationWrapper{ display:none;}
	/* switch off footer links */
		#crFooter{ display:none;}
	/* switch off breadcrumb */
		#crBreadCrumb{ display:none;}

	/* switch on 1px border round rhs boxes */
		div.BoxWrapper{ border:1px solid #717D8F;}
	/* switch off any internal borders */
		div.BoxWrapper *{ border:0px ! important;}

	/* switch on right margin to ensure box borders print */
		body.BPE{ margin-right:10px; }
		
	/* switch page channel title to black and increase size */
		#channelName h2{ color:#000; font-size:140%; }