/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.TextObject {
	font-family: "Segoe Print";
 	font-size: 14px;
 	text-transform: none;
 	color: rgb(166,199,1);
 	font-weight: normal;
 	font-style: normal;
 	vertical-align: baseline;
 	text-decoration: none ;
 	font-variant: normal
}

.TextNavBar {
	font-family: "Courier New",  "Lucida Console",  Courier,  Monaco,  Monospace;
 	text-transform: none;
 	color: rgb(255,0,255);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none ;
 	font-variant: normal
}