/* Print CSS Document */
*,.header{
	color:#333;
}
body, #wrapper, #top{
	background-image:none;
}
#header, #footer, #menu, #main_focus, #button1, #button2, #button3{
	display:none;	
}
#top_header{
	background-image:none;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	color:#333;
}
h1,h2,h3,h4,h5{
	color:#333;
	border-bottom:1px solid #000;
}
#content{
	margin:0px;
	}
