<!--
body {
	font-family: arial;
	color: #808080;
	font-size: 9pt;
	textdecoration: none;	
}

a:link {
	text-decoration: none;
	font-family: arial;
	color: #808080;
	font-size: 9pt;
	}

a:visited {
	text-decoration: none;
	font-family: arial;
	color: #808080;
	font-size: 9pt;
}

a:hover {
	text-decoration: underline;
	font-family: arial;
	color: #808080;
	font-size: 9pt;
	}

a:active {
	text-decoration: none;
	font-family: arial;
	color: #808080;
	font-size: 9pt;
}

a.menue:link {
	text-decoration: none;
	font-family: arial;
	color: #636363;
	font-size: 8pt;
	}

a.menue:visited {
	text-decoration: none;
	font-family: arial;
	color: #636363;
	font-size: 8pt;
}

a.menue:hover {
	text-decoration: underline;
	font-family: arial;
	color: #636363;
	font-size: 8pt;
	}

a.menue:active {
	text-decoration: none;
	font-family: arial;
	color: #636363;
	font-size: 8pt;
}

table {
	font-size:9pt;
	textdecoration: none;
}

td.border {
	background-color: #ECECEC;
	border: 0px;
}

td.menue {
	background-color: #3D3020;
	font-family: arial;
	color: #F0F0F0;
	font-size: 9pt;
	font-weight: bold;
}


h2 {
	margin: 2px;
	color: #808080;
	font-size:12pt;
	}

p {
	margin: 3px;
	}
//-->