#topImages .right, #leftHeader, #rightHeader, #leftContent, #footer img{
	display:		none;
}

/*Format body to full width of printable area */

body{
	display:		inline;
	background:		#FFF;
	font-size:		12pt;
	width:			auto !important;
	margin:			0 !important;
	padding:		0 !important;
}

a:link,
a:visited{
	color:			#025;
	font-weight:	bold;
	text-decoration:underline;
}

a:link:after,
a:visited:after{
	content:		" (" attr(href) ") ";
	font-size:		90%;
}

a[href^="/"]:after{
	content:		" (http://www.jimcalderassociates.co.uk " attr(href) ") ";
}

acronym:after{
	content:		" (" attr(title) ") ";
}