/* CSS 1, ARK 04/04/2000 */

BODY {
	background-color: rgb(256, 256, 256);
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
	margin-left: 50px;
	color: rgb(0, 0, 0)
}

/* Redundancy */

P, UL, OL, DL, TD, TH, DIR, DT, DD {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
	color: rgb(0, 0, 0)	
}


H1, H2 {
	font-size: 12pt;
	font-family: Arial,Helvetica,sans-serif;
	color: rgb(0, 0, 0)	
}

H3, H4, H5 {
	font-size: 10pt;
	font-family: Arial,Helvetica,sans-serif;
	color: rgb(0, 0, 0)	
}


.normal {
	font-size: 10pt;
	font-family: Arial,Helvetica,sans-serif;
}

.absender {
	font-weight: bold;
}

.abstract {
	font-weight: bold;
}

.regest {
	font-weight: bold;
	font-style: italic;
}

.rubrik {
	font-size: 12pt;
	font-weight: bold;
}
.foot {
	font-size: 8pt;
	text-align: center
}

.footnote {
	font-size: 8pt;
}

A {
	font-family: Arial,Helvetica,sans-serif;
	color: rgb(153, 0, 0);
}