/*Generic print styles. Customise with client's fonts and colours. Ensure that their logo prints. */
html {
	width:100%
}
body {
	background: #fff;
	font-size: 12pt;
	color:#000;
	font-family:Arial, Helvetica, Verdana, sans-serif;
}
img {
	border: none;
}
#nav, #footer ul, .hidden, fieldset{
	display: none;
}
#masthead, #footer{
	text-align:center;	
}
p, li, td, th{
	line-height:1.5;	
}
#footer{
	border-top:1px solid #8E9BBE;
	font-size:10pt;
	clear:both;
	margin-top:24px;
}