/* 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-size: 8pt;
 font-family: 'Courier New';
}
span.f_Comment /* Comment */
{
}
span.f_CourierFixed /* Courier Fixed */
{
 font-family: 'Courier New';
}
span.f_Heading2 /* Heading 2 */
{
 font-size: 13pt;
 font-weight: bold;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 13pt;
 font-weight: bold;
}
span.f_Heading2 /* Heading2 */
{
 font-size: 11pt;
 font-weight: bold;
}
span.f_HighlightWord /* Highlight Word */
{
 font-weight: bold;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
}
span.f_Notes /* Notes */
{
}
span.f_OptionDescription /* Option Description */
{
}
span.f_OptionSelector /* Option Selector */
{
 font-size: 11pt;
 font-weight: bold;
}
span.f_PageTitle /* Page Title */
{
 font-size: 18pt;
 color: #3f4eb6;
}
span.f_PopupText /* Popup Text */
{
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 1px 0px 7px 0px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
 margin: 0px 0px 0px 0px;
}
.p_Comment /* Comment */
{
}
.p_Heading2 /* Heading 2 */
{
 margin: 4px 0px 7px 0px;
}
.p_Heading1 /* Heading1 */
{
 margin: 4px 0px 7px 0px;
}
.p_Heading2 /* Heading2 */
{
 margin: 4px 0px 7px 0px;
}
.p_HighlightWord /* Highlight Word */
{
}
.p_ImageCaption /* Image Caption */
{
}
.p_Notes /* Notes */
{
}
.p_OptionDescription /* Option Description */
{
 margin: 1px 0px 7px 10px;
}
.p_OptionSelector /* Option Selector */
{
 white-space: nowrap;
 margin: 2px 0px 2px 0px;
}
.p_PageTitle /* Page Title */
{
}
.p_PopupText /* Popup Text */
{
 margin: 3px 0px 3px 0px;
}
