/* 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_BASICCode /* BASIC Code */
{
 font-family: 'Courier New';
}
span.f_BASICCodeExample /* BASIC Code Example */
{
}
span.f_BASICEmphasis /* BASIC Emphasis */
{
 font-size: 11pt;
 font-family: 'Courier New';
 font-weight: bold;
}
span.f_BASICSyntaxEntry /* BASIC Syntax Entry */
{
 font-family: 'Courier New';
}
span.f_BulletEmphasis /* Bullet Emphasis */
{
 font-weight: bold;
}
span.f_CodeExample /* Code Example */
{
 font-size: 8pt;
 font-family: 'Courier New';
}
span.f_Comment /* Comment */
{
}
span.f_CourierFixed /* Courier Fixed */
{
 font-size: 9pt;
 font-family: 'Courier New';
}
span.f_FigureandDiagram /* Figure and Diagram */
{
 font-size: 8pt;
}
span.f_Formula /* Formula */
{
 font-family: 'Verdana';
}
span.f_FormulaOnly /* Formula Only */
{
 font-family: 'Verdana';
}
span.f_FunctionHeading /* Function Heading */
{
 font-weight: bold;
}
span.f_FunctionText /* Function Text */
{
}
span.f_Heading1 /* Heading1 */
{
 font-size: 12pt;
 font-weight: bold;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_InlineDiagram /* Inline Diagram */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_LinkStyle /* Link Style */
{
 color: #0000ff;
}
span.f_Notes /* Notes */
{
}
span.f_ParameterHeading /* Parameter Heading */
{
 font-size: 11pt;
 font-weight: bold;
}
span.f_ParameterTable /* Parameter Table */
{
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.p_BASICCode /* BASIC Code */
{
 text-indent: 29px;
 background: #ffffff;
}
.p_BASICEmphasis /* BASIC Emphasis */
{
}
.p_BASICSyntaxEntry /* BASIC Syntax Entry */
{
 text-indent: 29px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
}
.p_Comment /* Comment */
{
}
.p_FigureandDiagram /* Figure and Diagram */
{
 text-align: center;
}
.p_Formula /* Formula */
{
 text-indent: 38px;
}
.p_FunctionHeading /* Function Heading */
{
}
.p_FunctionText /* Function Text */
{
}
.p_Heading1 /* Heading1 */
{
}
.p_ImageCaption /* Image Caption */
{
}
.p_InlineDiagram /* Inline Diagram */
{
 text-indent: 34px;
 margin: 0px 0px 0px 34px;
}
.p_Notes /* Notes */
{
}
.p_ParameterHeading /* Parameter Heading */
{
}
.p_ParameterTable /* Parameter Table */
{
 margin: 0px 0px 0px 29px;
}

