/* Copyright (c) 2005 Renishaw plc. All rights reserved */
body {
	background: white;
	font-size: 10pt; /*point sizes are valid in print*/
	}

#colLeft, #siteNav,#search {
	visibility: hidden;
	display: none;
	}

.spacerTd {
	display: none;
	}

/*Print urls after links  - doesn't happen in IE, but doesn't hurt either */
#colContent a:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
	}

/*make links obvious in print*/
a, a:link, a:visited  {
	text-decoration: underline;
	}
