/* Text Styles */
hr { color: #3f3f3f}
body, table /* Normal */
{
 font-size: 10pt;
 font-family: 'Arial';
 font-style: normal;
 font-weight: normal;
 color: #3f3f3f;
 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_Heading1 /* Heading1 */
{
 font-size: 16pt;
 font-family: 'Tahoma';
 font-weight: bold;
 color: #ffffff;
}
span.f_Hilight /* Hilight */
{
 font-size: 11pt;
 font-weight: bold;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_InterfaceOptions /* InterfaceOptions */
{
 font-style: italic;
}
span.f_Notes /* Notes */
{
}
span.f_SubHeading /* Sub Heading */
{
 font-weight: bold;
 color: #000000;
}
span.f_subheading1 /* sub heading 1 */
{
 font-size: 14pt;
 font-family: 'Tahoma';
 font-weight: bold;
}
span.f_SubHeading2 /* Sub Heading2 */
{
 font-size: 14pt;
 font-family: 'Tahoma';
 font-weight: bold;
 color: #8b8682;
}
span.f_Subtitle /* Sub title */
{
 font-size: 14pt;
 font-family: 'Tahoma';
 font-weight: bold;
}
span.f_Subtitle1 /* Subtitle1 */
{
 font-size: 12pt;
 font-family: 'Tahoma';
 font-weight: bold;
}
span.f_ToggleText /* ToggleText */
{
 font-size: 8pt;
 font-style: italic;
 color: #333333;
 background-color: #ffff99;
}
span.f_WhatsNewHilite /* WhatsNewHilite */
{
 font-size: 11pt;
 font-weight: bold;
 color: #007cf9;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 10px 0px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
 margin: 0px 0px 0px 0px;
}
.p_Comment /* Comment */
{
}
.p_Heading1 /* Heading1 */
{
 margin: 0px 0px 10px 12px;
}
.p_Hilight /* Hilight */
{
 margin: 0px 3px 10px 12px;
}
.p_ImageCaption /* Image Caption */
{
}
.p_InterfaceOptions /* InterfaceOptions */
{
 margin: 0px 2px 10px 12px;
}
.p_Notes /* Notes */
{
}
.p_SubHeading /* Sub Heading */
{
 text-indent: 24px;
 margin: 0px 0px 0px 0px;
}
.p_subheading1 /* sub heading 1 */
{
 margin: 0px 0px 0px 12px;
}
.p_SubHeading2 /* Sub Heading2 */
{
 text-indent: 24px;
 margin: 0px 0px 0px 0px;
}
.p_Subtitle /* Sub title */
{
 margin: 0px 0px 10px 12px;
}
.p_Subtitle1 /* Subtitle1 */
{
 text-indent: 12px;
 margin: 0px 0px 0px 0px;
}
.p_ToggleText /* ToggleText */
{
}
.p_WhatsNewHilite /* WhatsNewHilite */
{
 margin: 0px 3px 10px 12px;
}
