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

A:link {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 9pt;
 	color: rgb(0,0,0);
 	font-weight: bold;
 	text-decoration: none 
}

.TextObject {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 9pt;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

.TextNavBar {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 9pt;
 	color: rgb(0,0,0);
 	font-weight: bold
}

A:hover {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 10pt;
 	color: rgb(210,30,24);
 	font-weight: bold;
 	text-decoration: none 
}
