/* Text Styles */
hr { color: #000000}
body, table /* Normal */
{
 font-size: 10pt;
 font-family: 'Arial';
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_1Stufeeinruecken /* 1 Stufe einrücken */
{
 color: #000000;
}
span.f_1StufeBullets /* 1.Stufe Bullets */
{
 color: #000000;
}
span.f_2Stufeneinruecken /* 2 Stufen einrücken */
{
 color: #000000;
}
span.f_2StufeBullets /* 2.Stufe Bullets */
{
 color: #000000;
}
span.f_CodeExample /* Code Example */
{
 font-size: 8pt;
 font-family: 'Courier New';
 color: #000000;
}
span.f_Comment /* Comment */
{
}
span.f_Format5 /* Format5 */
{
 color: #000000;
}
span.f_Format6 /* Format6 */
{
 color: #000000;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 14pt;
 font-weight: bold;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_Notes /* Notes */
{
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.p_1Stufeeinruecken /* 1 Stufe einrücken */
{
 text-indent: 47px;
 margin: 0px 0px 0px 14px;
}
.p_1StufeBullets /* 1.Stufe Bullets */
{
 text-indent: 47px;
 margin: 0px 0px 0px 14px;
}
.p_2Stufeneinruecken /* 2 Stufen einrücken */
{
 text-indent: 108px;
}
.p_2StufeBullets /* 2.Stufe Bullets */
{
 text-indent: 94px;
 margin: 0px 0px 0px 14px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
}
.p_Comment /* Comment */
{
}
.p_Format5 /* Format5 */
{
}
.p_Format6 /* Format6 */
{
}
.p_Heading1 /* Heading1 */
{
}
.p_ImageCaption /* Image Caption */
{
}
.p_Notes /* Notes */
{
}
