/* PRINT STYLES, CSS Document */
body {
color: #000 !important; /* we want everything in black */
background:#fff !important; /* on white background */
font-family:arial; /* arial is nice to read ;) */
border:0 !important; /* no borders thanks */
}

/* This affects every tag */
* {
border:0 !important; /* again no borders on printouts */
}

h1 {
	text-indent:0;
	font-size:18pt;
	margin:10px;
	color:#000;
	}

h1 a {
	width:auto;
	}

#globalnav {
display:none;
	}


#logo	{
	float: none;
	padding:0;
	background: url(/images_template/logo.gif) no-repeat 10px 10px;
	}

table, th, tr, td, #wrapper, #holder, #maincontent  {
	background:#fff;
	}