@media print {
  * {
  background-color: white !important;
  background-image: none !important;
  }
}

#menutable {
	display: none;
}

#right {
	display: none;
}

#indexcentercontent {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#centercontent {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#content {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#header span.hideheader {
	display: none;
}

#header div.printlogo {
	display: block;
}