/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

UL {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 9pt;
 	color: rgb(73,73,73);
 	font-weight: normal;
 	font-style: normal;
 	list-style-type: circle
}

P {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 9pt;
 	color: rgb(73,73,73);
 	font-weight: normal;
 	font-style: normal;
 	margin: 0px
}

LI {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 9pt;
 	color: rgb(73,73,73);
 	font-weight: normal;
 	font-style: normal;
 	list-style-position: outside;
 	margin-left: 17px
}