/*  Body und Table gleich - ansonsten unterschiedliche Textgrößen!  */
BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}
TABLE {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

A {
	font-style : normal;
	font-weight : normal;
	color : Maroon;
}

A:HOVER {
	font-style : normal;
	font-weight : normal;
	color : Navy;
}
A.Menu {
	font-style : normal;
	font-weight : normal;
	color : Silver;
}
A:HOVER.Menu {
	font-style : normal;
	font-weight : normal;
	color : White;
}
.HeadLine {
	font-weight : bold;
	color : Black;
	font-size : 14pt;
}
.HeadLine2 {
	color : Black;
	font-weight : bold;
	font-size : 12pt;
}
.NormTxtBlue {
	font-weight : normal;
	color : Navy;
}
.BoldTxt {
	font-weight : bold;
}
.SmallTxt {
	font : 8pt;
}

.CiteTxt {
	font-weight : bold;
	color : Maroon;
	font-size : 10pt;
}
.CiteAuthor {
	font-weight : normal;
	color : Maroon;
	font-size : 8pt;
	font-style : italic;
}
