/* 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_Heading1 /* Heading1 */
{
 font-size: 16pt;
 font-weight: bold;
}
span.f_Heading2 /* Heading2 */
{
 font-size: 12pt;
 font-weight: bold;
}
span.f_Heading3 /* Heading3 */
{
 font-weight: bold;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_Keyword /* Keyword */
{
 font-style: italic;
}
span.f_NeuerStil /* Neuer Stil */
{
 color: #ffffff;
 background-color: #ff0000;
}
span.f_NeuerStil2 /* Neuer Stil2 */
{
 color: #ffffff;
 background-color: #ff0000;
}
span.f_Notes /* Notes */
{
 font-size: 11pt;
 font-weight: bold;
}
span.f_ObjectParameter /* ObjectParameter */
{
 font-weight: bold;
}
span.f_Sample /* Sample */
{
 font-size: 11pt;
 font-weight: bold;
}
span.f_SeeAlso /* SeeAlso */
{
 font-size: 11pt;
 font-weight: bold;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
}
.p_Comment /* Comment */
{
}
.p_Heading1 /* Heading1 */
{
 border-color: #000000;
 border-style: solid;
 border-width: 1px;
 border-top: none;
 border-right: none;
 border-bottom: none;
 border-left: none;
}
.p_Heading2 /* Heading2 */
{
 border-color: #000000;
 border-style: solid;
 border-width: 1px;
 border-top: none;
 border-right: none;
 border-bottom: none;
 border-left: none;
}
.p_Heading3 /* Heading3 */
{
}
.p_ImageCaption /* Image Caption */
{
}
.p_Keyword /* Keyword */
{
}
.p_NeuerStil /* Neuer Stil */
{
 line-height: 1.15;
 margin: 0px 0px 13px 0px;
}
.p_NeuerStil2 /* Neuer Stil2 */
{
 line-height: 1.15;
 margin: 0px 0px 13px 0px;
}
.p_Notes /* Notes */
{
}
.p_ObjectParameter /* ObjectParameter */
{
 background: #c0c0c0;
 margin: 19px 0px 6px 0px;
}
.p_Sample /* Sample */
{
}
.p_SeeAlso /* SeeAlso */
{
}
