/* Text Styles */
hr { color: #000000}
body, table /* Normal */
{
 font-size: 10pt;
 font-family: 'Verdana';
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_CodeExample /* Code Example */
{
 font-size: 9pt;
 font-family: 'Courier New';
 color: #808080;
}
span.f_CodeinTable /* Code in Table */
{
}
span.f_CodeinTable2 /* Code in Table2 */
{
 font-size: 6pt;
}
span.f_CodeKeywordinTable /* Code Keyword in Table */
{
 font-weight: bold;
 color: #0000ff;
}
span.f_Comment /* Comment */
{
}
span.f_DetailTableHeader /* Detail Table Header */
{
 font-size: 5pt;
 color: #ffffff;
 background-color: #ff0000;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 16pt;
 font-family: 'Arial';
 font-weight: bold;
 color: #ffffff;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_Notes /* Notes */
{
}
span.f_SubHeading /* SubHeading */
{
 font-weight: bold;
 color: #000080;
}
span.f_SubheadinginTable /* Subheading in Table */
{
 font-weight: bold;
 color: #000080;
}
span.f_Terminalfixed /* Terminal fixed */
{
 font-size: 9pt;
 font-family: 'Terminal';
 color: #808080;
}
span.f_TextinTable /* Text in Table */
{
}
span.f_UnderlinedSubheading /* Underlined Subheading */
{
 font-weight: bold;
 color: #000080;
 text-decoration: underline;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 6px 10px 0px 9px;
}
.p_CodeExample /* Code Example */
{
 margin: 0px 10px 0px 9px;
}
.p_CodeinTable /* Code in Table */
{
 margin: 0px 9px 0px 9px;
}
.p_CodeinTable2 /* Code in Table2 */
{
 margin: 0px 9px 0px 9px;
}
.p_CodeKeywordinTable /* Code Keyword in Table */
{
 margin: 0px 9px 0px 9px;
}
.p_Comment /* Comment */
{
}
.p_DetailTableHeader /* Detail Table Header */
{
 margin: 12px 9px 12px 9px;
}
.p_Heading1 /* Heading1 */
{
 text-indent: 9px;
 margin: 6px 9px 0px 0px;
}
.p_ImageCaption /* Image Caption */
{
}
.p_Notes /* Notes */
{
}
.p_SubHeading /* SubHeading */
{
 margin: 12px 9px 12px 9px;
}
.p_SubheadinginTable /* Subheading in Table */
{
 margin: 12px 9px 0px 9px;
}
.p_TextinTable /* Text in Table */
{
 margin: 12px 9px 0px 9px;
}
.p_UnderlinedSubheading /* Underlined Subheading */
{
 margin: 12px 9px 12px 9px;
}
