/* Text Styles */
hr { color: #171717}
body, table /* Normal */
{
 font-size: 9pt;
 font-family: 'Verdana';
 font-style: normal;
 font-weight: normal;
 color: #171717;
 text-decoration: none;
}
span.f_CodeExample /* Code Example */
{
 font-size: 10pt;
 font-family: 'Courier New';
 color: #000000;
}
span.f_Comment /* Comment */
{
}
span.f_Heading1 /* Heading1 */
{
 font-size: 14pt;
 font-weight: bold;
 color: #ffffff;
}
span.f_Heading2 /* Heading2 */
{
 font-size: 11pt;
 font-family: 'Arial';
 font-weight: bold;
 color: #2c2c2c;
}
span.f_Heading3 /* Heading3 */
{
 font-size: 11pt;
 font-family: 'Arial';
 font-weight: bold;
 color: #2c2c2c;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_List /* List */
{
}
span.f_NoBR /* NoBR */
{
}
span.f_NotePanel /* NotePanel */
{
}
span.f_Notes /* Notes */
{
}
span.f_Paragraph1 /* Paragraph1 */
{
 font-size: 11pt;
 font-family: 'Arial';
 font-weight: bold;
 color: #2c2c2c;
}
span.f_SummaryPanel /* SummaryPanel */
{
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 line-height: 1.50;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 14px 0px;
}
.p_CodeExample /* Code Example */
{
 line-height: 1.0;
 white-space: nowrap;
 border-color: #c0c0c0;
 border-style: solid;
 border-width: 1px;
 background: #f4f4f4;
 padding: 6px 6px 6px 6px;
 margin: -6px 4px 8px 4px;
}
.p_Comment /* Comment */
{
}
.p_Heading1 /* Heading1 */
{
 margin: 3px 0px 5px 0px;
}
.p_Heading2 /* Heading2 */
{
 border-color: #000000;
 border-style: solid;
 border-width: 1px;
 border-right: none;
 border-bottom: none;
 border-left: none;
 padding: 4px 4px 4px 4px;
 margin: 6px -4px 1px -4px;
}
.p_Heading3 /* Heading3 */
{
}
.p_ImageCaption /* Image Caption */
{
}
.p_List /* List */
{
 margin: 0px 0px 14px 10px;
}
.p_NoBR /* NoBR */
{
 white-space: nowrap;
}
.p_NotePanel /* NotePanel */
{
 border-color: #f0c000;
 border-style: solid;
 border-width: 1px;
 background: #ffffce;
 padding: 6px 6px 6px 6px;
 margin: -6px 42px 8px 42px;
}
.p_Notes /* Notes */
{
 margin: 0px 48px 14px 48px;
}
.p_Paragraph1 /* Paragraph1 */
{
 line-height: 1.0;
}
.p_SummaryPanel /* SummaryPanel */
{
 border-color: #3c78b5;
 border-style: solid;
 border-width: 1px;
 background: #edf7ff;
 padding: 6px 6px 6px 6px;
 margin: -6px 42px 8px 42px;
}

