body {
	background: #E1E1E1;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; 
	font-size: 11pt; margin: 0px; line-height: 1.5;
}
p {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; 
	font-size: 11pt; color: #333; 
	line-height: 1.5;
}
.five {
	font-size: 11pt;
	margin-top: 0px;
	margin-bottom: 5px;
}
.klein {
	font-size: 80%;
}
table {
	background: #F7F7F7;
 	border: 0px solid #808080;
 	border-collapse: collapse;
}
td {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; 
	font-size: 11pt; color: #333;
	text-align: left; 
	vertical-align: top;
	border-top: 0px solid #808080;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #808080;
	padding: 10px 10px 10px 10px; 
}
.udenstreg {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; 
	font-size: 11pt; color: #333;
	text-align: left; 
	vertical-align: top;
	border: 0px;
	padding: 10px 10px 10px 10px; 
}
ul, ol, li, blockquote {
	font-size: 11pt;
}
h1, h2, h3, h4, h5, h6 { 
	font-weight: bold; 
}
h1 { 
	color: #E18900; 
	padding-top: 1;
	padding-bottom:0px;
}
h2 { 
	color: #E18900; 
	padding-top: 1;
	padding-bottom:0px;
}
h3 { 
	color: #E18900; 
	padding-top: 1;
}
h4 { 
	color: #E18900; 
	padding-top: 1;
}
h5 {
	font-size: 11pt;
	color: #E18900; 
	padding-bottom: 0px;
	margin-bottom: 0px;
}
h6 { 
	padding-top: 1;
	font-size: 60%;
}
a:link {
	color: blue;
	text-decoration:none;
}
a:visited {
	color: blue;
	text-decoration:none;
}
a:hover {
	color:red;
	text-decoration:none;
}
a:active {
	background-color: yellow;
	text-decoration:none;
}