/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

A:active {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: x-small;
 	color: rgb(0,0,255);
 	font-weight: normal;
 	font-style: normal
}

A:link {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
 	font-size: 9pt;
 	color: rgb(51,51,51);
 	font-weight: normal;
 	font-style: normal
}

A:visited {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
 	font-size: 9pt;
 	color: rgb(51,51,51);
 	font-weight: normal;
 	font-style: normal
}

.TextObject {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
 	font-size: 9pt;
 	color: rgb(51,51,51);
 	font-weight: normal;
 	font-style: normal
}

.TextNavBar {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
 	font-size: 9pt;
 	color: rgb(51,51,51);
 	font-weight: normal;
 	font-style: normal
}

A:hover {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
 	font-size: 9pt;
 	color: rgb(175,45,4);
 	font-weight: normal;
 	font-style: normal
}