/* Text Styles */
hr { color: #333333}
body, table /* Normal */
{
 font-size: 12pt;
 font-family: 'Arial';
 font-style: normal;
 font-weight: normal;
 color: #333333;
 text-decoration: none;
}
span.f_Boxed_Comment /* Boxed_Comment */
{
}
span.f_CodeExample /* Code Example */
{
 font-family: 'Courier New';
 font-weight: bold;
 color: #000000;
}
span.f_Comment /* Comment */
{
}
span.f_CourierFixed /* Courier Fixed */
{
 font-size: 9pt;
 font-family: 'Courier New';
 color: #000000;
}
span.f_Emphasize /* Emphasize */
{
 font-style: italic;
 font-weight: bold;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 16pt;
 font-weight: bold;
 color: ;
}
span.f_Heading2 /* Heading2 */
{
 font-size: 14pt;
 font-weight: bold;
 color: ;
}
span.f_Heading3 /* Heading3 */
{
 font-size: 11pt;
 font-weight: bold;
 color: #000000;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_NormalBullets /* Normal Bullets */
{
}
span.f_Notes /* Notes */
{
}
span.f_Table /* Table */
{
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 background: #ffffff;
 padding: 0px 0px 0px 0px;
 margin: 8px 0px 13px 0px;
}
.p_Boxed_Comment /* Boxed_Comment */
{
 border-color: #000000;
 border-style: solid;
 border-width: 2px;
 background: #ffffdc;
 padding: 6px 6px 6px 6px;
 margin: -1px 4px 7px 4px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
 background: transparent;
 margin: 0px 0px 0px 0px;
}
.p_Comment /* Comment */
{
}
.p_Emphasize /* Emphasize */
{
}
.p_Heading1 /* Heading1 */
{
 border-style: solid;
 border-width: 1px;
 border-top: none;
 border-right: none;
 border-bottom: none;
 border-left: none;
 background: transparent;
 margin: 6px 0px 6px 0px;
}
.p_Heading2 /* Heading2 */
{
 border-style: solid;
 border-width: 1px;
 border-top: none;
 border-right: none;
 border-bottom: none;
 border-left: none;
 background: transparent;
 margin: 6px 0px 6px 0px;
}
.p_Heading3 /* Heading3 */
{
 border-style: solid;
 border-width: 1px;
 border-top: none;
 border-right: none;
 border-bottom: none;
 border-left: none;
 margin: 6px 0px 6px 0px;
}
.p_ImageCaption /* Image Caption */
{
}
.p_NormalBullets /* Normal Bullets */
{
 margin: 3px 0px 3px 0px;
}
.p_Notes /* Notes */
{
}
.p_Table /* Table */
{
}

