/* Text Styles */
hr { color: #000000}
body, table, tr, th /* Normal */
{
 font-size: 10pt;
 font-family: 'Segoe UI', 'Open Sans', 'Arial';
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_ClearMargin /* Clear Margin */
{
}
span.f_CodeExample /* Code Example */
{
 font-size: 8pt;
 font-family: 'Courier New';
 background-color: #dddddd;
}
span.f_Comment /* Comment */
{
 background-color: #ff0000;
}
span.f_heading2 /* heading 2 */
{
 font-size: 13pt;
 font-weight: bold;
 color: #007bbe;
}
span.f_heading2-subhead /* heading 2 - subhead */
{
 font-size: 13pt;
 font-weight: bold;
 color: #428cc6;
}
span.f_heading3 /* heading 3 */
{
 font-size: 11pt;
 font-weight: bold;
}
span.f_heading4 /* heading 4 */
{
 font-style: italic;
 font-weight: bold;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 24pt;
 font-family: 'Segoe UI Light', 'Open Sans', 'Arial';
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 color: #999999;
}
span.f_ListParagraph /* List Paragraph */
{
}
span.f_Notes /* Notes */
{
 background-color: #ff0000;
}
span.f_Seealso /* See also */
{
 font-style: italic;
 background-color: #ff0000;
}
span.f_Strong /* Strong */
{
 background-color: #ff0000;
}
span.f_TableHeader /* Table Header */
{
 font-size: 11pt;
 font-weight: bold;
}
span.f_Toggle2 /* Toggle2 */
{
 font-size: 13pt;
 font-weight: bold;
 color: #007bbe;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 line-height: 1.50;
 padding: 0px 0px 0px 0px;
 margin: 14px 0px 0px 0px;
}
.p_ClearMargin /* Clear Margin */
{
 margin: 0px 0px 0px 0px;
}
.p_CodeExample /* Code Example */
{
 line-height: 1.0;
 white-space: nowrap;
 background: #dddddd;
 margin: 0px 0px 0px 5px;
}
.p_Comment /* Comment */
{
}
.p_heading2 /* heading 2 */
{
 margin: 29px 0px 0px 0px;
}
.p_heading2-subhead /* heading 2 - subhead */
{
 margin: 19px 0px 0px 0px;
}
.p_heading3 /* heading 3 */
{
 margin: 19px 0px 0px 0px;
}
.p_heading4 /* heading 4 */
{
 margin: 19px 0px 0px 0px;
}
.p_Heading1 /* Heading1 */
{
 line-height: 1.0;
 margin: 14px 0px 19px 0px;
}
.p_ImageCaption /* Image Caption */
{
}
.p_ListParagraph /* List Paragraph */
{
 margin: 0px 0px 0px 19px;
}
.p_Notes /* Notes */
{
}
.p_Seealso /* See also */
{
}
.p_Strong /* Strong */
{
}
.p_TableHeader /* Table Header */
{
 line-height: 1.0;
 margin: 0px 0px 0px 0px;
}
.p_Toggle2 /* Toggle2 */
{
 margin: 24px 0px 0px 0px;
}
