/* 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_CodeExample /* Code Example */
{
 font-size: 8pt;
 font-family: 'Courier New';
 color: #000000;
}
span.f_Command /* Command */
{
 font-size: 10pt;
 font-family: 'Courier New';
 color: #008000;
}
span.f_Comment /* Comment */
{
}
span.f_DialogBoxTitle /* Dialog Box Title */
{
 font-size: 10pt;
 font-weight: bold;
 color: #000080;
}
span.f_Example /* Example */
{
 font-size: 10pt;
 font-family: 'Courier New';
 color: ;
}
span.f_Heading1 /* Heading 1 */
{
 font-size: 12pt;
 font-weight: bold;
 color: #ffffff;
}
span.f_Heading2 /* Heading 2 */
{
 font-size: 12pt;
 font-weight: bold;
 color: #0000ff;
}
span.f_Heading3 /* Heading 3 */
{
 font-size: 11pt;
 font-weight: bold;
 color: #000000;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 12pt;
 font-weight: bold;
 color: #ffffff;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_Indent1 /* Indent 1 */
{
}
span.f_Indent2 /* Indent 2 */
{
}
span.f_Indent3 /* Indent 3 */
{
}
span.f_Indentnarrow /* Indent narrow */
{
 font-size: 10pt;
 color: #000000;
}
span.f_Indentwide /* Indent wide */
{
 font-size: 10pt;
 color: #000000;
}
span.f_Notes /* Notes */
{
}
span.f_PopupHeading /* Popup Heading */
{
 font-size: 11pt;
 font-weight: bold;
 color: #000080;
}
span.f_Samplecommand /* Sample command */
{
 font-size: 10pt;
 font-family: 'Courier New';
 color: #008000;
}
span.f_Textonlystyles /* Text only styles */
{
 font-size: 10pt;
}
span.f_TopicSubheading /* Topic Subheading */
{
 color: #ffffff;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 6px 0px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
 margin: 0px 0px 0px 0px;
}
.p_Command /* Command */
{
 margin: 0px 0px 0px 0px;
}
.p_Comment /* Comment */
{
}
.p_Example /* Example */
{
 margin: 0px 0px 0px 0px;
}
.p_Heading1 /* Heading 1 */
{
 margin: 0px 0px 0px 0px;
}
.p_Heading2 /* Heading 2 */
{
 margin: 10px 0px 10px 0px;
}
.p_Heading1 /* Heading1 */
{
}
.p_ImageCaption /* Image Caption */
{
}
.p_Indent1 /* Indent 1 */
{
 text-indent: -19px;
 margin: 0px 0px 5px 19px;
}
.p_Indent2 /* Indent 2 */
{
 text-indent: -19px;
 margin: 0px 24px 5px 43px;
}
.p_Indent3 /* Indent 3 */
{
 text-indent: -19px;
 margin: 0px 24px 2px 67px;
}
.p_Indentnarrow /* Indent narrow */
{
 text-indent: 24px;
 margin: 0px 0px 0px 0px;
}
.p_Indentwide /* Indent wide */
{
 text-indent: 48px;
 margin: 0px 0px 0px 0px;
}
.p_Notes /* Notes */
{
}
.p_TopicSubheading /* Topic Subheading */
{
 text-indent: 22px;
 margin: 0px 0px 0px 0px;
}
