
/*<meta http-equiv="content-type" content="text/html; charset=utf-8">*/

#menucontent, #specialcontent, #bannerlinks, #navi {
	display: none;
}

#banner {
	display: none;
}

#maincontent {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

html>body #maincontent {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

/* hack to get rid of the ugly green border when printing */

TABLE.generaltable, TABLE.medtable, TABLE.smalltable {
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
}

TABLE.generaltable TH, TABLE.medtable TH, TABLE.smalltable TH {
	color: #000;
}
