@charset "utf-8";
/* CSS Document */
body {
	background-color: white !important;
	margin:auto !important;
}
.container {
	width:100% !important;
	margin:0px auto;
}
.header {
	width:100%;	
	text-align:center;
}
.header img {
/*	width:700px;
	height:85px;	*/
	margin:0px auto;
	border:none;
	z-index:-1;
}
.links {
	display:none;
}
.content {
	background-color:white !important;
}
.footer {
	background-image:none !important;
}
.printBox
{
	display:none;
}