/* Text Styles */
hr { color: #000000}
body, table /* Normal */
{
 font-size: 8pt;
 font-family: 'Tahoma';
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_CodeExample /* Code Example */
{
 font-family: 'Courier New';
 color: #000000;
}
span.f_Comment /* Comment */
{
}
span.f_CourierFixed /* Courier Fixed */
{
 font-family: 'Courier New';
}
span.f_Heading1 /* Heading1 */
{
 font-size: 16pt;
 font-family: 'Verdana';
 font-weight: bold;
}
span.f_Heading2 /* Heading2 */
{
 font-size: 12pt;
 font-family: 'Verdana';
 font-weight: bold;
}
span.f_Heading3 /* Heading3 */
{
 font-size: 10pt;
 font-family: 'Verdana';
 font-weight: bold;
}
span.f_Heading4 /* Heading4 */
{
 font-size: 9pt;
 font-family: 'Verdana';
 font-weight: bold;
}
span.f_Image /* Image */
{
}
span.f_ImageCaption /* Image Caption */
{
}
span.f_Liste-KeinAbsatz /* Liste - Kein Absatz */
{
}
span.f_Liste-KeinAbsatzCourier /* Liste - Kein Absatz Courier */
{
 font-family: 'Courier New';
}
span.f_Notes /* Notes */
{
}
/* Paragraph styles */
p /* Normal */
{
 text-align: justify;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 10px 0px 10px 0px;
}
.p_CodeExample /* Code Example */
{
 text-align: left;
 white-space: nowrap;
 margin: 0px 0px 0px 0px;
}
.p_Comment /* Comment */
{
}
.p_CourierFixed /* Courier Fixed */
{
}
.p_Heading1 /* Heading1 */
{
 margin: 15px 0px 10px 0px;
}
.p_Heading2 /* Heading2 */
{
 margin: 15px 0px 10px 0px;
}
.p_Heading3 /* Heading3 */
{
 margin: 10px 0px 5px 0px;
}
.p_Heading4 /* Heading4 */
{
 margin: 5px 0px 0px 0px;
}
.p_Image /* Image */
{
 text-align: center;
}
.p_ImageCaption /* Image Caption */
{
 margin: 5px 113px 5px 113px;
}
.p_Liste-KeinAbsatz /* Liste - Kein Absatz */
{
 margin: 0px 0px 0px 0px;
}
.p_Liste-KeinAbsatzCourier /* Liste - Kein Absatz Courier */
{
 margin: 0px 0px 0px 0px;
}
.p_Notes /* Notes */
{
 border-color: #e2e2e2;
 border-style: solid;
 border-width: 1px;
 padding: 5px 5px 5px 5px;
 margin: 6px -1px 6px -1px;
}
