/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.Text {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 10pt;
 	color: rgb(255,255,255);
 	letter-spacing: 0pt;
 	line-height: 12pt;
 	text-decoration: none ;
 	font-variant: normal;
 	list-style-type: none;
 	list-style-image: none;
 	list-style-position: outside;
 	text-indent: 0pt;
 	margin: 0pt;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.SYListe {
	text-decoration: none ;
 	list-style-type: none;
 	list-style-image: none;
 	list-style-position: outside;
 	text-align: left;
 	text-indent: 0pt;
 	margin: 0pt;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

LI {
	list-style-type: none
}

.TextNavBar {
	color: rgb(153,51,51);
 	font-style: italic;
 	background-color: rgb(255,255,255)
}
