/* Text Styles */
hr { color: #6e6e6e}
body, table /* Normal */
{
 font-size: 9pt;
 font-family: 'Arial';
 font-style: normal;
 font-weight: normal;
 color: #6e6e6e;
 text-decoration: none;
}
span.f_CodeExample /* Code Example */
{
 font-size: 8pt;
 font-family: 'Courier New';
 color: #000000;
}
span.f_Comment /* Comment */
{
 font-size: 8pt;
 font-family: 'Courier New';
 color: #000000;
}
span.f_CourierFixed /* Courier Fixed */
{
 font-size: 8pt;
 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-family: 'Courier New';
 color: #000000;
}
span.f_ISLCode /* ISL Code */
{
 font-family: 'Courier';
 color: #000000;
}
span.f_ISLHeadingParagraph /* ISL Heading Paragraph */
{
 font-size: 10pt;
 font-weight: bold;
}
span.f_ISLHeadingSection /* ISL Heading Section */
{
 font-size: 12pt;
 font-weight: bold;
}
span.f_ISLHeadingTopic /* ISL Heading Topic */
{
 font-size: 14pt;
 font-weight: bold;
}
span.f_ISLHeadingZead /* ISL Heading Zead */
{
 font-size: 16pt;
 font-weight: bold;
}
span.f_ISLImportant /* ISL Important */
{
 font-weight: bold;
}
span.f_ISLNormal /* ISL Normal */
{
}
span.f_ISLSuper /* ISL Super */
{
 font-size: 6pt;
 vertical-align: super;
}
span.f_Notes /* Notes */
{
 font-size: 8pt;
 font-family: 'Courier New';
 color: #000000;
}
span.f_Z /* Z */
{
 font-size: 8pt;
 font-family: 'Courier New';
 color: #000000;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: justify;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.p_CodeExample /* Code Example */
{
 text-align: left;
 white-space: nowrap;
}
.p_Comment /* Comment */
{
 text-align: left;
 white-space: nowrap;
}
.p_CourierFixed /* Courier Fixed */
{
 text-align: left;
 white-space: nowrap;
}
.p_Heading1 /* Heading1 */
{
}
.p_ImageCaption /* Image Caption */
{
 text-align: left;
 white-space: nowrap;
}
.p_ISLCode /* ISL Code */
{
 margin: 6px 0px 0px 0px;
}
.p_ISLHeadingParagraph /* ISL Heading Paragraph */
{
 margin: 10px 0px 5px 0px;
}
.p_ISLHeadingSection /* ISL Heading Section */
{
 margin: 24px 0px 10px 0px;
}
.p_ISLHeadingTopic /* ISL Heading Topic */
{
 margin: 29px 0px 24px 0px;
}
.p_ISLHeadingZead /* ISL Heading Zead */
{
 margin: 6px 0px 0px 0px;
}
.p_ISLImportant /* ISL Important */
{
 text-align: left;
 border-color: #ffcc99;
 border-style: solid;
 border-width: 2px;
 padding: 4px 4px 4px 4px;
 margin: 6px -4px 11px 1px;
}
.p_ISLNormal /* ISL Normal */
{
 margin: 6px 0px 0px 0px;
}
.p_ISLSuper /* ISL Super */
{
 margin: 6px 0px 0px 0px;
}
.p_Notes /* Notes */
{
 text-align: left;
 white-space: nowrap;
}
.p_Z /* Z */
{
 text-align: left;
 white-space: nowrap;
}

