/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.TextObject {
	font-family: "Gill Sans MT",  sans-serif;
 	font-size: 14px;
 	color: rgb(255,255,255);
 	text-decoration: none ;
 	font-variant: normal;
 	text-align: left;
 	background-color: transparent;
 	background-image: url( "../assets/images/pageback_022.jpg" );
 	background-repeat: no-repeat;
 	background-position: top;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.TextNavBar {
	font-family: "Gill Sans MT",  sans-serif;
 	font-size: 24px;
 	color: rgb(255,255,255);
 	letter-spacing: 1px;
 	line-height: 26px;
 	font-weight: bold;
 	font-style: italic;
 	text-decoration: none ;
 	font-variant: normal;
 	text-align: left;
 	background-color: transparent;
 	background-image: url( "../assets/images/pageback_022.jpg" );
 	background-repeat: no-repeat;
 	background-position: top;
 	border-left-style: none;
 	margin-top: 1px;
 	border-top-style: none;
 	border-right-style: none;
 	margin-bottom: 1px;
 	border-bottom-style: none
}
