/* Text Styles */
hr { color: #000000}
body, table /* Normal */
{
 font-size: 10pt;
 font-family: 'Arial';
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_CodeExample /* Code Example */
{
 font-size: 8pt;
 font-family: 'Courier New';
 color: #000000;
}
span.f_Comment /* Comment */
{
}
span.f_CourierFixed /* Courier Fixed */
{
 font-size: 9pt;
 font-family: 'Courier New';
}
span.f_Heading1 /* Heading1 */
{
 font-size: 14pt;
 font-weight: bold;
 color: #ffffff;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_MyCourierFixed /* My Courier Fixed */
{
 font-size: 9pt;
 font-family: 'Courier New';
}
span.f_MyParagraphSeparator /* My Paragraph Separator */
{
 font-size: 8pt;
 font-family: 'Courier New';
}
span.f_My10ptText /* My10ptText */
{
}
span.f_MyBannerHeading /* MyBannerHeading */
{
 font-size: 14pt;
 color: #ffffff;
}
span.f_MyMemberName /* MyMemberName */
{
 font-weight: bold;
}
span.f_MyOverviewHeading /* MyOverviewHeading */
{
 font-size: 14pt;
}
span.f_MyQuote /* MyQuote */
{
 font-size: 12pt;
 font-family: 'Times New Roman';
 color: #800000;
}
span.f_MySubHeading /* MySubHeading */
{
 font-size: 12pt;
}
span.f_Notes /* Notes */
{
}
/* 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_ImageCaption /* Image Caption */
{
 margin: 0px 0px 0px 38px;
}
.p_MyCourierFixed /* My Courier Fixed */
{
 margin: 0px 10px 0px 48px;
}
.p_MyParagraphSeparator /* My Paragraph Separator */
{
 margin: 0px 10px 0px 48px;
}
.p_My10ptText /* My10ptText */
{
 line-height: 1.50;
 margin: 0px 14px 10px 48px;
}
.p_MyBannerHeading /* MyBannerHeading */
{
 margin: 0px 0px 0px 38px;
}
.p_MyMemberName /* MyMemberName */
{
 line-height: 1.50;
 margin: 0px 14px 0px 48px;
}
.p_MyOverviewHeading /* MyOverviewHeading */
{
 margin: 0px 14px 0px 48px;
}
.p_MyQuote /* MyQuote */
{
 line-height: 1.50;
 margin: 0px 14px 10px 48px;
}
.p_MySubHeading /* MySubHeading */
{
 margin: 0px 0px 0px 48px;
}
.p_Notes /* Notes */
{
}

