/* Text Styles */
hr { color: #000000}
body, table /* Normal */
{
 font-size: 10pt;
 font-family: 'Arial';
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_CodeExample /* Code Example */
{
 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_Heading1 /* Heading1 */
{
 font-size: 14pt;
 font-weight: bold;
 color: #ffffff;
}
span.f_Heading2 /* Heading2 */
{
 font-weight: bold;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_Indent /* Indent */
{
}
span.f_Indentnoleading /* Indent (no leading) */
{
}
span.f_IndentHanging /* Indent Hanging */
{
}
span.f_IndentL2 /* Indent L2 */
{
}
span.f_IndentL3 /* Indent L3 */
{
}
span.f_IndentL4 /* Indent L4 */
{
}
span.f_IndentStep /* Indent Step */
{
}
span.f_IndentStepBullet /* Indent Step Bullet */
{
}
span.f_NormalListnoleading /* Normal List (no leading) */
{
}
span.f_Notes /* Notes */
{
}
span.f_ProNotice /* Pro Notice */
{
 font-size: 8pt;
 color: #ffff00;
}
span.f_RelatedTopics /* Related Topics */
{
}
span.f_RequiredField /* Required Field */
{
 color: #0000ff;
}
span.f_TableHeader /* Table Header */
{
 font-weight: bold;
 color: #000000;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 14px 0px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
 margin: 0px 0px 0px 0px;
}
.p_Comment /* Comment */
{
}
.p_Heading1 /* Heading1 */
{
}
.p_Heading2 /* Heading2 */
{
}
.p_ImageCaption /* Image Caption */
{
}
.p_Indent /* Indent */
{
 margin: 0px 0px 14px 24px;
}
.p_Indentnoleading /* Indent (no leading) */
{
 margin: 0px 0px 0px 24px;
}
.p_IndentHanging /* Indent Hanging */
{
 text-indent: -24px;
 margin: 0px 0px 14px 48px;
}
.p_IndentL2 /* Indent L2 */
{
 margin: 0px 0px 14px 48px;
}
.p_IndentL3 /* Indent L3 */
{
 margin: 0px 0px 14px 72px;
}
.p_IndentL4 /* Indent L4 */
{
 margin: 0px 0px 14px 96px;
}
.p_IndentStep /* Indent Step */
{
 text-indent: -24px;
 margin: 0px 0px 14px 48px;
}
.p_IndentStepBullet /* Indent Step Bullet */
{
 text-indent: -24px;
 margin: 0px 0px 14px 77px;
}
.p_NormalListnoleading /* Normal List (no leading) */
{
 margin: 0px 0px 0px 0px;
}
.p_Notes /* Notes */
{
}
.p_ProNotice /* Pro Notice */
{
}
.p_RelatedTopics /* Related Topics */
{
 margin: 0px 0px 0px 10px;
}
.p_RequiredField /* Required Field */
{
}
.p_TableHeader /* Table Header */
{
 background: #33cccc;
 margin: 0px 0px 0px 0px;
}
