/* Text Styles */
hr { color: #000000}
body, table /* Normal */
{
 font-size: 9pt;
 font-family: 'Arial';
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_Bullets /* Bullets */
{
 color: #000000;
}
span.f_CodeExample /* Code Example */
{
 font-family: 'Courier New';
 color: #000000;
}
span.f_Comment /* Comment */
{
}
span.f_ExtFuncDeclaration /* ExtFunc Declaration */
{
 font-family: 'DejaVu Sans Mono';
 font-weight: bold;
 color: #000000;
}
span.f_FunctionNote /* FunctionNote */
{
}
span.f_Heading1 /* Heading1 */
{
 font-size: 12pt;
 font-weight: bold;
 color: #ffffff;
}
span.f_HelpText /* Help Text */
{
 color: #000000;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_Notes /* Notes */
{
}
span.f_TableText /* Table Text */
{
 color: #000000;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 9px 0px 8px;
}
.p_Bullets /* Bullets */
{
 text-indent: 31px;
 margin: 6px 9px 6px 8px;
}
.p_CodeExample /* Code Example */
{
}
.p_Comment /* Comment */
{
}
.p_ExtFuncDeclaration /* ExtFunc Declaration */
{
 white-space: nowrap;
}
.p_FunctionNote /* FunctionNote */
{
 margin: 3px 9px 6px 19px;
}
.p_Heading1 /* Heading1 */
{
 margin: 8px 9px 8px 8px;
}
.p_HelpText /* Help Text */
{
}
.p_ImageCaption /* Image Caption */
{
}
.p_Notes /* Notes */
{
}
.p_TableText /* Table Text */
{
 margin: 8px 9px 8px 8px;
}
