/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.TextNavBar {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 14px;
 	color: rgb(255,255,255);
 	line-height: 24pt;
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none ;
 	text-align: center;
 	clear: none;
 	background-color: rgb(0,204,255);
 	background-image: none;
 	background-attachment: scroll;
 	border-left-style: none;
 	padding-top: 3pt;
 	border-top-style: none;
 	border-right-style: none;
 	padding-bottom: 3pt;
 	border-bottom-style: none
}
