td.main_menu{
	display: none;
}

body {
	background-color: white;
	color: Black;
	font-family: serif;
	font-size: 8pt;
}

td.hline {
	display: none;
}

a.menu {
	display: none;
}

div.popup {
	display: none;
}

a  {
	text-decoration: underline;
	color: Black;
}

table.mainTable {
	width: 10cm;
	border: thin none White;
	color: Black;
	background-color: white;
}

img.noprint {
	display: none;
	width: 0px;
	height: 0px;
}

img.header {
	width: 16cm;
	height: 21.3mm;
}

tr.print {
	display: inline;
}

table.print_menu {
	display: none;
}

tr.noprint {
	display: none;
}

table.news {
	width: 16cm;
	border: thin none White;
	color: Black;
	background-color: white;
}

td.text {
	color: Black;
	border: none;
}

tr.copy {
	display: none;
	text: "Test";
}