body {
	margin-top: 50px;
	margin-left: 100px;
	margin-right: 100px;
	page-width: 600px;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	text-align: justify;
}
body.widescreen {
	margin-top: 50px;
	margin-left: 100px;
	page-width: 700px;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	text-align: justify;
}

h1, h2, h3 {
	font-family: haettenschweiler, helvetica, arial, sans-serif;
	font-weight: normal;
}
h1 {
	font-size: 28;
}
h2 {
	font-size: 18;
}
h3 {
	font-size: 16;
}
p.text {
	text-align: justify;
}
li {
	list-style: decimal;
}
hr {
	color: black;
	height: 2px;
	border-height: 2px;
	border-width: 1px;
	border-color: black;
	border-style: solid;
	noshade;
}
.disclaimer {
	text-align: right;
	font-size: 7pt;
}

