/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

A {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10pt;
 	color: rgb(0,152,54);
 	line-height: 14pt;
 	font-weight: bold
}

H2 {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 12pt;
 	color: rgb(0,152,54);
 	line-height: 16pt;
 	font-weight: bold
}

P {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10pt;
 	color: rgb(51,51,51);
 	line-height: 14pt;
 	font-weight: normal;
 	font-style: normal;
 	background-color: rgb(255,255,255)
}

A:hover {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10pt;
 	color: rgb(0,152,54);
 	line-height: 14pt;
 	font-weight: bold
}

BODY {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10pt;
 	color: rgb(51,51,51);
 	font-weight: normal;
 	font-style: normal
}

A:active {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10pt;
 	color: rgb(51,51,51);
 	line-height: 14pt;
 	font-weight: bold
}

A:visited {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10pt;
 	color: rgb(0,152,54);
 	line-height: 14pt;
 	font-weight: bold;
 	font-style: italic
}

H5 {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10px;
 	color: rgb(102,102,102);
 	line-height: 11px;
 	font-weight: normal;
 	font-style: normal
}

H4 {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 12px;
 	color: rgb(255,255,255);
 	line-height: 14px;
 	font-weight: normal;
 	font-style: normal
}

H6 {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10pt;
 	color: rgb(51,51,51);
 	line-height: 14pt;
 	font-weight: normal;
 	font-style: normal;
 	background-color: rgb(204,204,204);
 	border: 1pt dotted rgb(102,102,102);
 	padding: 6pt
}

H1 {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 18pt;
 	color: rgb(51,51,51);
 	line-height: 20pt;
 	font-weight: normal;
 	font-style: normal;
 	background-color: rgb(255,255,255)
}

LI {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10pt;
 	color: rgb(51,51,51);
 	line-height: 14pt;
 	font-weight: normal;
 	font-style: normal;
 	list-style-type: square;
 	text-align: left
}

A:link {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10pt;
 	color: rgb(51,51,51);
 	line-height: 14pt;
 	font-weight: bold
}