/*************************************************************************
	CMS: www.machinehealers.com

	MODULE: 	print.css
	PURPOSE:	print friendly version
*************************************************************************/



/* Stuff to remove from printed version
*************************************************************************/
#header ul,
#flash,
#left,
#right,
#footer {
	display:none;
	}


body {
	background:#FFF;
	color:#000;
	font: normal 12pt/normal Verdana,Arial,"Helvetica Neue",Helvetica,sans-serif;
	width:auto;
	margin:0.5cm;
	}

a img {
	border:none;
	}

a,a:link,
a:visited {
	color:#1863AD;
	font-weight:bold;
	text-decoration:underline;
	}

#header p a {
	font-size: 14pt;
	}
	
#header p {
	margin: 0 0 0.25em 0;
	}