/* Text Styles */
hr { color: #000000}
body, table, tr, th /* Normal */
{
 font-size: 10pt;
 font-family: 'Tahoma';
 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 */
{
 font-size: 7pt;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 14pt;
}
span.f_Heading2 /* Heading2 */
{
 font-size: 13pt;
}
span.f_Heading3 /* Heading3 */
{
 font-size: 12pt;
}
span.f_HelpInTopic /* HelpInTopic */
{
}
span.f_HelpNotes /* HelpNotes */
{
 font-size: 8pt;
}
span.f_HelpPopup /* HelpPopup */
{
 font-size: 8pt;
}
span.f_HelpSeeAlso /* HelpSeeAlso */
{
}
span.f_ImageCaption /* Image Caption */
{
}
span.f_Notes /* Notes */
{
}
span.f_TitleHelpInTopic /* TitleHelpInTopic */
{
 font-weight: bold;
}
span.f_TitleHelpNotes /* TitleHelpNotes */
{
 font-size: 9pt;
 font-weight: bold;
}
span.f_TitleHelpPopup /* TitleHelpPopup */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_TitleHelpSeeAlso /* TitleHelpSeeAlso */
{
 font-weight: bold;
}
span.f_TitleText /* TitleText */
{
 font-weight: bold;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: justify;
 text-indent: 25px;
 padding: 0px 0px 0px 0px;
 margin: 2px 0px 0px 0px;
}
.p_CodeExample /* Code Example */
{
 text-align: left;
 text-indent: 0px;
 white-space: nowrap;
 margin: 0px 0px 0px 0px;
}
.p_Comment /* Comment */
{
}
.p_Heading1 /* Heading1 */
{
 text-align: left;
}
.p_Heading2 /* Heading2 */
{
 text-align: left;
}
.p_Heading3 /* Heading3 */
{
 text-align: left;
}
.p_HelpInTopic /* HelpInTopic */
{
 text-align: left;
 white-space: nowrap;
 margin: 0px 0px 0px 0px;
}
.p_HelpNotes /* HelpNotes */
{
 margin: 0px 0px 2px 0px;
}
.p_HelpPopup /* HelpPopup */
{
 text-align: left;
 text-indent: 0px;
 margin: 0px 0px 2px 2px;
}
.p_HelpSeeAlso /* HelpSeeAlso */
{
 text-align: left;
 white-space: nowrap;
 margin: 0px 0px 0px 0px;
}
.p_ImageCaption /* Image Caption */
{
 margin: 8px 0px 8px 0px;
}
.p_Notes /* Notes */
{
}
.p_TitleHelpInTopic /* TitleHelpInTopic */
{
 text-align: left;
 white-space: nowrap;
 margin: 19px 0px 0px 0px;
}
.p_TitleHelpNotes /* TitleHelpNotes */
{
 margin: 17px 0px 5px 0px;
}
.p_TitleHelpPopup /* TitleHelpPopup */
{
 text-align: left;
 text-indent: 0px;
 margin: 0px 0px 2px 2px;
}
.p_TitleHelpSeeAlso /* TitleHelpSeeAlso */
{
 text-align: left;
 white-space: nowrap;
 margin: 19px 0px 0px 0px;
}
.p_TitleText /* TitleText */
{
 margin: 8px 0px 0px 0px;
}
