/* Text Styles */
hr { color: #000000}
body, table, tr, th /* Normal */
{
 font-size: 10pt;
 font-family: 'Arial';
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_CodeExample /* Code Example */
{
 font-size: 8pt;
 font-family: 'Courier New';
}
span.f_Comment /* Comment */
{
}
span.f_GlossaryHeading /* Glossary Heading */
{
 font-size: 18pt;
 font-family: 'Arial Black';
}
span.f_GlossaryItem /* Glossary Item */
{
 font-size: 11pt;
 font-weight: bold;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 16pt;
 font-weight: bold;
}
span.f_Hervorheben /* Hervorheben */
{
 font-weight: bold;
}
span.f_Image /* Image */
{
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_Liste /* Liste */
{
}
span.f_Liste2 /* Liste2 */
{
}
span.f_Notes /* Notes */
{
}
span.f_Step /* Step */
{
 font-style: italic;
 font-weight: bold;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 3px 0px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
 margin: 0px 0px 0px 0px;
}
.p_Comment /* Comment */
{
}
.p_GlossaryHeading /* Glossary Heading */
{
}
.p_GlossaryItem /* Glossary Item */
{
 background: #c0c0c0;
}
.p_Heading1 /* Heading1 */
{
}
.p_Hervorheben /* Hervorheben */
{
}
.p_Image /* Image */
{
 text-align: center;
}
.p_ImageCaption /* Image Caption */
{
 text-align: center;
 white-space: nowrap;
}
.p_Liste /* Liste */
{
 margin: 0px 0px 3px 20px;
}
.p_Liste2 /* Liste2 */
{
 margin: 0px 0px 3px 80px;
}
.p_Notes /* Notes */
{
}
.p_Step /* Step */
{
}
