/* ======================================================================
   PRINT CSS for NDC - Copyright 2006 Igentics Ltd - www.igentics.com
   
   Author: Barnaby Hart
/* =====================================================================*/
body {
	font-size: 11pt;
}
a:link, a:visited {
	color: #00f;
	text-decoration: underline;
}
.print {
	display: block ! important;
}
.noprint {
	display: none ! important;
}
#header img {
	display: none;
}
h1, h2 {
	padding: 0;
	margin: 0.5em 0;
}

