/* Text Styles */
hr { color: #000000}
body, table /* Normal */
{
 font-size: 15px;
 font-family: 'Times New Roman';
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_BodyText /* Body Text */
{
 font-size: 13px;
}
span.f_Bulleted /* Bulleted */
{
}
span.f_BulletedTable /* Bulleted Table */
{
}
span.f_Bulleted2 /* Bulleted2 */
{
}
span.f_CodeExample /* Code Example */
{
 font-family: 'Courier New';
 font-weight: bold;
}
span.f_CodeInterpretation /* Code Interpretation */
{
 font-family: 'Franklin Gothic Medium';
 background-color: #ffffff;
}
span.f_Comment /* Comment */
{
}
span.f_Heading1 /* Heading1 */
{
 font-size: 21px;
 font-weight: bold;
 color: #ffffff;
}
span.f_Heading2 /* Heading2 */
{
 font-size: 19px;
 font-style: italic;
 font-weight: bold;
 color: #000080;
}
span.f_Heading3 /* Heading3 */
{
 font-size: 17px;
 font-weight: bold;
 color: #000000;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 12px;
 font-family: 'Verdana';
 font-style: italic;
}
span.f_Images /* Images */
{
 font-size: 13px;
 font-family: 'Verdana';
}
span.f_InThisTopicHeading /* InThisTopic Heading */
{
 font-size: 13px;
 font-family: 'Verdana';
 font-weight: bold;
 color: #ffffff;
 letter-spacing: -1px;
 text-transform: uppercase;
}
span.f_InThisTopicLinkList /* InThisTopic LinkList */
{
 font-size: 13px;
 font-family: 'Verdana';
 letter-spacing: -1px;
}
span.f_NormalAfter /* Normal After */
{
}
span.f_Notes /* Notes */
{
}
span.f_NotesBox /* NotesBox */
{
}
span.f_Option /* Option */
{
 font-style: italic;
 font-weight: bold;
}
span.f_Quote /* Quote */
{
 font-style: italic;
 color: #000000;
}
span.f_QuoteBy /* Quote By */
{
 font-style: italic;
 color: #000000;
}
span.f_Syntax /* Syntax */
{
 font-style: italic;
 font-weight: bold;
 color: #000000;
}
span.f_TableCell /* Table Cell */
{
}
span.f_TableComment /* Table Comment */
{
 font-size: 12px;
 font-family: 'Verdana';
 font-style: italic;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 13px 0px;
}
.p_BodyText /* Body Text */
{
 text-align: center;
 margin: 0px 0px 18px 0px;
}
.p_Bulleted /* Bulleted */
{
 margin: 0px 0px 0px 60px;
}
.p_BulletedTable /* Bulleted Table */
{
 margin: 0px 0px 0px 19px;
}
.p_Bulleted2 /* Bulleted2 */
{
 margin: 0px 0px 5px 60px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
 margin: 0px 0px 0px 38px;
}
.p_CodeInterpretation /* Code Interpretation */
{
 white-space: nowrap;
 margin: 0px 0px 0px 38px;
}
.p_Comment /* Comment */
{
 text-align: center;
}
.p_Heading1 /* Heading1 */
{
 margin: 0px 0px 0px 0px;
}
.p_Heading2 /* Heading2 */
{
 margin: 19px 0px 10px 0px;
}
.p_Heading3 /* Heading3 */
{
 margin: 10px 0px 10px 0px;
}
.p_ImageCaption /* Image Caption */
{
 text-align: center;
}
.p_Images /* Images */
{
 text-align: center;
 margin: 0px 0px 0px 0px;
}
.p_InThisTopicHeading /* InThisTopic Heading */
{
 text-align: center;
 white-space: nowrap;
 margin: 0px 0px 0px 0px;
}
.p_InThisTopicLinkList /* InThisTopic LinkList */
{
 white-space: nowrap;
 margin: 0px 0px 0px 0px;
}
.p_NormalAfter /* Normal After */
{
 margin: 13px 0px 13px 0px;
}
.p_Notes /* Notes */
{
}
.p_NotesBox /* NotesBox */
{
 margin: 10px 19px 10px 19px;
}
.p_Option /* Option */
{
}
.p_Quote /* Quote */
{
 margin: 8px 16px 10px 16px;
}
.p_QuoteBy /* Quote By */
{
 margin: 8px 16px 13px 48px;
}
.p_TableCell /* Table Cell */
{
 margin: 4px 4px 11px 4px;
}
.p_TableComment /* Table Comment */
{
 margin: 0px 0px 1px 0px;
}
