/* 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: 9pt;
 font-family: 'Courier New';
}
span.f_Comment /* Comment */
{
}
span.f_Hanging /* Hanging */
{
}
span.f_Heading1 /* Heading1 */
{
 font-size: 16pt;
 font-weight: bold;
}
span.f_Heading2_atoc_ /* Heading2_atoc_ */
{
 font-size: 12pt;
 font-style: italic;
 font-weight: bold;
}
span.f_Heading3_atocs_ /* Heading3_atocs_ */
{
 font-style: italic;
 font-weight: bold;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_Indented /* Indented */
{
}
span.f_Notes /* Notes */
{
}
span.f_SyntaxHeading_atocs_ /* SyntaxHeading_atocs_ */
{
 font-size: 11pt;
 font-family: 'Courier New';
 font-weight: bold;
}
span.f_WalkthroughList /* Walkthrough List */
{
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 5px 0px 5px 0px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
 margin: 5px 0px 5px 48px;
}
.p_Comment /* Comment */
{
}
.p_Hanging /* Hanging */
{
 text-indent: -24px;
 margin: 5px 0px 5px 24px;
}
.p_Heading1 /* Heading1 */
{
 margin: 0px 0px 0px 0px;
}
.p_Heading2_atoc_ /* Heading2_atoc_ */
{
 margin: 10px 0px 10px 0px;
}
.p_Heading3_atocs_ /* Heading3_atocs_ */
{
 margin: 5px 0px 0px 0px;
}
.p_ImageCaption /* Image Caption */
{
}
.p_Indented /* Indented */
{
 margin: 5px 0px 5px 24px;
}
.p_Notes /* Notes */
{
}
.p_SyntaxHeading_atocs_ /* SyntaxHeading_atocs_ */
{
 white-space: nowrap;
 margin: 5px 0px 0px 0px;
}
.p_WalkthroughList /* Walkthrough List */
{
 text-indent: -48px;
 margin: 10px 0px 10px 48px;
}
