/* Text Styles */
hr { color: #000000}
body, table /* Normal */
{
 font-size: 10pt;
 font-family: 'Microsoft Sans Serif';
 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_Comment /* Comment */
{
}
span.f_CourierFixed /* Courier Fixed */
{
 font-size: 9pt;
 font-family: 'Courier New';
 color: #000000;
}
span.f_FileName /* FileName */
{
 font-family: 'Courier New';
 color: #000000;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 14pt;
 font-weight: bold;
 color: #ffffff;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_ListLevel0 /* ListLevel0 */
{
 font-weight: bold;
}
span.f_ListLevel0Indent /* ListLevel0Indent */
{
}
span.f_ListLevel1 /* ListLevel1 */
{
 font-family: 'MS Sans Serif';
 color: #000000;
}
span.f_ListLevel1Indent /* ListLevel1Indent */
{
 font-family: 'MS Sans Serif';
 color: #000000;
}
span.f_ListLevel2 /* ListLevel2 */
{
 font-family: 'MS Sans Serif';
 color: #000000;
}
span.f_Notes /* Notes */
{
}
span.f_ProcedureHeading /* ProcedureHeading */
{
}
span.f_Tip /* Tip */
{
 font-family: 'MS Sans Serif';
 color: #000000;
}
span.f_TIPHeading /* TIP Heading */
{
 font-family: 'MS Sans Serif';
 font-weight: bold;
 color: #3366ff;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
}
.p_Comment /* Comment */
{
}
.p_FileName /* FileName */
{
 margin: 8px 5px 0px 0px;
}
.p_Heading1 /* Heading1 */
{
}
.p_ImageCaption /* Image Caption */
{
}
.p_ListLevel0 /* ListLevel0 */
{
 text-indent: -24px;
 margin: 0px 0px 0px 24px;
}
.p_ListLevel0Indent /* ListLevel0Indent */
{
 margin: 8px 0px 0px 24px;
}
.p_ListLevel1 /* ListLevel1 */
{
 text-indent: -24px;
 margin: 8px 0px 0px 48px;
}
.p_ListLevel1Indent /* ListLevel1Indent */
{
 margin: 8px 0px 0px 48px;
}
.p_ListLevel2 /* ListLevel2 */
{
 text-indent: -24px;
 margin: 8px 0px 0px 72px;
}
.p_Notes /* Notes */
{
}
.p_ProcedureHeading /* ProcedureHeading */
{
 margin: 8px 0px 0px 0px;
}
.p_Tip /* Tip */
{
 border-color: #000000;
 border-style: solid;
 border-width: 2px;
 background: #ffff99;
 padding: 4px 4px 4px 4px;
 margin: -4px -4px -4px 44px;
}
