/* Text Styles */
hr { color: #000000}
body, table /* Normal */
{
 font-size: 8pt;
 font-family: 'Tahoma';
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_CodeExample /* Code Example */
{
 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: 12pt;
 font-weight: bold;
 color: #ffffff;
}
span.f_Heading2 /* Heading2 */
{
 font-size: 12pt;
 color: #db0000;
}
span.f_ImageCaption /* Image Caption */
{
 font-weight: bold;
}
span.f_Link /* Link */
{
 font-weight: bold;
 color: #db0000;
 text-decoration: underline;
}
span.f_Notes /* Notes */
{
}
span.f_ParChapter /* Par Chapter */
{
}
span.f_ParChapterLinks /* Par Chapter Links */
{
 font-weight: bold;
 color: #db0000;
 text-decoration: underline;
}
span.f_ParFirst /* Par First */
{
 color: #4d4d4d;
}
span.f_ParLink /* Par Link */
{
 font-weight: bold;
 color: #db0000;
 text-decoration: underline;
}
span.f_ParNormal /* Par Normal */
{
}
span.f_ParNotice /* Par Notice */
{
 font-weight: bold;
}
span.f_ParNoticeNext /* Par Notice Next */
{
 font-weight: bold;
}
span.f_ParNoticeNoBold /* Par Notice NoBold */
{
}
span.f_ParSeeAlso /* Par SeeAlso */
{
 font-weight: bold;
}
span.f_ParSeeAlsoLinks /* Par SeeAlso Links */
{
 font-weight: bold;
 color: #db0000;
 text-decoration: underline;
}
span.f_TextKey /* Text Key */
{
 font-weight: bold;
}
span.f_TextMenu /* Text Menu */
{
 font-weight: bold;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
}
.p_Comment /* Comment */
{
}
.p_Heading1 /* Heading1 */
{
}
.p_Heading2 /* Heading2 */
{
 margin: 15px 0px 10px 0px;
}
.p_ImageCaption /* Image Caption */
{
}
.p_Link /* Link */
{
}
.p_Notes /* Notes */
{
}
.p_ParChapter /* Par Chapter */
{
 margin: 0px 0px 10px 0px;
}
.p_ParChapterLinks /* Par Chapter Links */
{
 margin: 0px 0px 0px 30px;
}
.p_ParFirst /* Par First */
{
 margin: 0px 0px 5px 0px;
}
.p_ParLink /* Par Link */
{
 margin: 0px 0px 5px 0px;
}
.p_ParNormal /* Par Normal */
{
 margin: 0px 0px 5px 0px;
}
.p_ParNotice /* Par Notice */
{
 text-indent: -30px;
 border-color: #db0000;
 border-style: solid;
 border-width: 1px;
 padding: 3px 3px 3px 3px;
 margin: 7px -3px 7px 27px;
}
.p_ParNoticeNext /* Par Notice Next */
{
 text-indent: -30px;
 border-color: #db0000;
 border-style: solid;
 border-width: 1px;
 padding: 3px 3px 3px 3px;
 margin: -3px -3px 7px 27px;
}
.p_ParNoticeNoBold /* Par Notice NoBold */
{
 text-indent: -30px;
 border-color: #db0000;
 border-style: solid;
 border-width: 1px;
 padding: 3px 3px 3px 3px;
 margin: 7px -3px 7px 27px;
}
.p_ParSeeAlso /* Par SeeAlso */
{
 margin: 20px 0px 5px 0px;
}
.p_ParSeeAlsoLinks /* Par SeeAlso Links */
{
 margin: 0px 0px 0px 30px;
}
.p_TextKey /* Text Key */
{
}
.p_TextMenu /* Text Menu */
{
}
