a {
	color : #707070;
	text-decoration : none;
}

a:link {
	color : #707070;
	text-decoration : none;
}

a:visited {
	color : #707070;
}

a:hover {
	color : #707070;
	text-decoration : underline;
}

a:active {
	color : #707070;
	font-weight : bold;
}




body {
	background-color : #EEEEEE;
	background-image : none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : normal;
	line-height : 12pt;
	margin-left : 0px;
	margin-top : 5px;
	}


h1 {
	color : #707070;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	line-height : 10pt;
	position : relative;
	top : -2pt;

}

h2 {
	color : #EEEEEE;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	line-height : 12pt;
}

p {
	color : #707070;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : normal;
	line-height : 12pt;
	margin : 1px;
}

.klein {
	font-size: 8pt;
}




