.Normal {
font-family: Times New Roman, serif;
font-style: normal;
font-weight: 400;
font-size: 12pt;
color: rgb(0,0,0);
}

.FixedWidthFont {
font-family: Courier New, serif;
font-size: 10pt;
}

.textfett {
font-family: Arial, serif;
font-style: normal;
font-weight: 700;
text-decoration: none ;
font-size: 16pt;
color: rgb(0,0,0);
}

.text {
font-family: Arial, serif;
font-style: normal;
font-weight: 100;
text-decoration: none ;
font-size: 11pt;
color: rgb(0,0,0);
}

.tabletext {
font-family: Arial, serif;
font-style: normal;
font-weight: 100;
text-decoration: none ;
font-size: 9pt;
color: rgb(0,0,0);
}

B { font-weight:bold }

SPAN.DecorationOff { text-decoration:none }
SPAN.ItalicOff { font-style:normal }
SPAN.BoldOff { font-weight:normal }
SPAN.DecorationAndItalicOff { text-decoration:none; font-style:normal }
SPAN.DecorationAndBoldOff { text-decoration:none; font-weight:normal }
SPAN.ItalicAndBoldOff { font-style:normal; font-weight:normal }
SPAN.AllOff { text-decoration:none; font-style:normal; font-weight:normal }

