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 : #9B0000;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-weight : bold;
}
.TextNormal {
	color : #000000;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
}
.TextWhite {
	color : #FFFFFF;
	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;
}
.TdRot {
	border-left-width: 1pt;
	border-left-style: solid;
	border-left-color: #9B0000;
	border-right-width: 1pt;
	border-right-style: solid;
	border-right-color: #9B0000;
	border-bottom-width: 1pt;
	border-bottom-style: solid;
	border-bottom-color: #9B0000;
    border-top-width: 1pt;
    border-top-style: solid;
	border-top-color: #9B0000;
}
.TdRoto {
    border-top-width: 1pt;
    border-top-style: solid;
	border-top-color: #9B0000;
}
.TdRotr {
    border-right-width: 1pt;
    border-right-style: solid;
	border-right-color: #9B0000;
}
.TdRotro {
    border-right-width: 1pt;
    border-right-style: solid;
	border-right-color: #9B0000;
	border-top-width: 1pt;
    border-top-style: solid;
	border-top-color: #9B0000;
}
.TdRotl {
	border-left-width: 1pt;
	border-left-style: solid;
	border-left-color: #9B0000;
}