/* Text Styles */
hr { color: #333333}
body, table /* Normal */
{
 font-size: 10pt;
 font-family: 'Verdana';
 font-style: normal;
 font-weight: normal;
 color: #000;
 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';
 color: #000000;
}
span.f_Footer /* Footer */
{
 font-size: 8pt;
 color: #808080;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 22pt;
 font-family: Georgia, Times, Times New Roman, New York, Garamond, serif;
 font-weight: lighter;
 color: #0164e5;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
}
span.f_Note1 /* Note 1 */
{
}
span.f_Notes /* Notes */
{
}
span.f_QuickLink /* Quick Link */
{
 font-size: 8pt;
}
span.f_SpecialBullet1 /* Special Bullet 1 */
{
}
span.f_Sub-Header1 /* Sub-Header 1 */
{
 font-weight: bold;
 color: #0164e5;
}
span.f_Sub-Header2 /* Sub-Header 2 */
{
 font-weight: bold;
}
span.f_Sub-Header3 /* Sub-Header 3 */
{
 font-weight: bold;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 6px 0px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
 margin: 0px 0px 0px 0px;
}
.p_Comment /* Comment */
{
}
.p_Footer /* Footer */
{
 margin: 5px 0px 5px 0px;
}
.p_Heading1 /* Heading1 */
{
 margin: 14px 0px 14px 0px;
}
.p_ImageCaption /* Image Caption */
{
 margin: 0px 0px 0px 0px;
}
.p_Note1 /* Note 1 */
{
 background: #ccccff;
 margin: 0px 24px 0px 12px;
}
.p_Notes /* Notes */
{
}
.p_QuickLink /* Quick Link */
{
 text-align: justify;
 background: #ffffc9;
 margin: 0px 0px 0px 0px;
}
.p_SpecialBullet1 /* Special Bullet 1 */
{
 text-indent: -22px;
 margin: 0px 0px 6px 22px;
}
.p_Sub-Header1 /* Sub-Header 1 */
{
 margin: 14px 0px 6px 0px;
}
.p_Sub-Header2 /* Sub-Header 2 */
{
 margin: 10px 0px 6px 0px;
}
.p_Sub-Header3 /* Sub-Header 3 */
{
 margin: 10px 0px 6px 0px;
}

