body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFE99E;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}
.text {
	color:black;
	font-size:10pt;
	margin-left:10px;
	margin-right:10px;
	font-family: Verdana, Arial, sans-serif;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
 }
.bg {
	background-image:url(images/px_bg.gif);
	text-align:center;

}
.weiss {
	background-image:url(images/px_weiss.gif);
}
.small { 
	font-size:10px;
}
.nolink {
	color :#000000;
	text-decoration:none;
}
.nolink:link {
	color:#000000; 
}
.nolink:visited {
	color:#000000;
}
.nolink:active {
	color:#000000;
}
.pa, .pa:link, .pa:visited, .pa:focus, .pa:hover, .pa:active {
	color :#666666;
	font-size:12px;
	text-decoration:none;
	font-family: "Times New Roman", Times, serif;
}
.dn { 
display:none;
}