/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.TextObject {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10px;
 	font-weight: normal;
 	font-style: normal
}

.TextNavBar {
	font-size: 10px;
 	text-transform: none;
 	color: rgb(164,6,6);
 	letter-spacing: 1px;
 	line-height: 18px;
 	font-variant: normal;
 	text-align: left;
 	text-indent: 0px;
 	background-color: transparent;
 	background-image: none;
 	background-position: top left;
 	margin: 0px;
 	padding: 0px;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}