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

BODY {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 12pt;
 	color: rgb(45,73,124);
 	font-weight: normal;
 	font-style: normal
}

A:active {
	font-weight: bold
}

A:link {
	font-weight: bold
}

A:visited {
	font-weight: bold
}

H1 {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	color: rgb(45,73,124)
}

P {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 12pt;
 	color: rgb(45,73,124);
 	font-weight: normal;
 	font-style: normal
}

A {
	font-weight: bold
}

.TextNavBar {
	font-family: "Arial Narrow",  sans-serif;
 	font-size: 12pt;
 	font-weight: bold
}

A:hover {
	font-weight: bold
}