BODY.sp {
	background-color : White;
	margin : 0px;
	color : Black;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
}
A, P, TD {
	color : Black;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
}
A:LINK, A:VISITED {
	color : #000000;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-weight : bold;
}
A:ACTIVE, A:HOVER {
	color : Red;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-weight : bold;
}
.head {
	border-right-width: 1pt;
	border-right-style: solid;
	border-right-color: Red;
	font-size : 14px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}
.TextNormal {
	color : #000000;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
}
.TextBold {
	color : #000000;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}
.TextKlein {
	color : #000000;
	font-size : 10px;
	font-family : Arial, Helvetica, sans-serif;
}
.Tdschwarz {
	border-left-width: 1pt;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 1pt;
	border-right-style: solid;
	border-right-color: #000000;
	border-bottom-width: 1pt;
	border-bottom-style: solid;
	border-bottom-color: #000000;
    border-top-width: 1pt;
    border-top-style: solid;
	border-top-color: #000000;
    background-color : #FFFFFF;
}
.Tdroto {
    border-top-width: 1pt;
    border-top-style: solid;
	border-top-color: Red;
}
.Tdrotu {
    border-bottom-width: 1pt;
    border-bottom-style: solid;
	border-bottom-color: Red;
}
