/*Print CSS to be used on all pages*/

body 
	{ 
	color: #000; 
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	border:0;
	margin:0;
	}
	
#banner, #navigation, #cleardiv, #footer, #images
	{
	display:none;
	}
	
#content
	{
	margin: 0;
	}
	
