body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
.normal {  
	font-size: 10pt; 
	color: #000000
}
.headline {
	font-size: 12pt; 
	color: #000000; 
	font-weight: bold
}
.subline {
	font-size: 11pt; 
	font-weight: bold;
	color: #999999;
	}
.link-klein {
	font-size: 10pt;
	color: #CC0000;
	text-decoration: none;
}
.link-normal { 
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
}
.link-subline { 
	font-size: 11pt; 
	font-weight: bold; 
	text-decoration: none;
	color: #CC0000;
}
.navbox {
	width: 650px;
	text-align: left;
	margin: auto;
}
.centerbox {
	text-align: center;
	width: 100%;
	margib-top: 10px;
	margin-top: 15px;
}
.navlink {
	padding: 2px;
	margin-right: 5px;
	line-height: 26px;
	color: #CC0000;
}
.navlink:hover {
	color: #000000;
}
.subnavlink {
	font-size: 12px;
	color: #CC0000;
	display: block;
	margin-bottom: 10px;
}
.subnavlink:hover {
	color: #000000;
}

