/* Text Styles */
hr { color: #000000}
body, table, tr, th /* Normal */
{
 font-size: 10pt;
 font-family: 'Arial';
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_BlockBold /* Block Bold */
{
 font-weight: bold;
}
span.f_BlockContent /* Block Content */
{
}
span.f_BlockItalic /* Block Italic */
{
 font-style: italic;
}
span.f_BlockSpecialContent /* Block Special Content */
{
 font-family: 'Courier New';
}
span.f_CodeExample /* Code Example */
{
 font-size: 8pt;
 font-family: 'Courier New';
}
span.f_Comment /* Comment */
{
}
span.f_CourierFixed /* Courier Fixed */
{
 font-size: 9pt;
 font-family: 'Courier New';
}
span.f_HeadRowContent /* Head Row Content */
{
 font-size: 8pt;
 color: #ffffff;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 14pt;
 font-weight: bold;
 color: #ffffff;
}
span.f_Heading2 /* Heading2 */
{
 font-weight: bold;
 color: #ffffff;
}
span.f_ImageCaption /* Image Caption */
{
 font-style: italic;
}
span.f_ImageContent /* Image Content */
{
 font-size: 8pt;
 font-style: italic;
}
span.f_NormalBold /* Normal Bold */
{
 font-weight: bold;
}
span.f_NormalItalic /* Normal Italic */
{
 font-style: italic;
}
span.f_Notes /* Notes */
{
}
span.f_SpecialContent /* Special Content */
{
 font-family: 'Courier New';
}
span.f_TableContent /* Table Content */
{
 font-size: 8pt;
}
span.f_TableSpecialContent /* Table Special Content */
{
 font-size: 8pt;
 font-family: 'Courier New';
}
span.f_Title /* Title */
{
 font-weight: bold;
}
span.f_Title1 /* Title1 */
{
 font-size: 12pt;
 font-weight: bold;
}
span.f_Title2 /* Title2 */
{
 font-weight: bold;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.p_BlockBold /* Block Bold */
{
 margin: 0px 0px 0px 50px;
}
.p_BlockContent /* Block Content */
{
 margin: 0px 0px 0px 50px;
}
.p_BlockItalic /* Block Italic */
{
 margin: 0px 0px 0px 50px;
}
.p_BlockSpecialContent /* Block Special Content */
{
 margin: 0px 0px 0px 50px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
}
.p_Comment /* Comment */
{
}
.p_HeadRowContent /* Head Row Content */
{
 text-align: center;
}
.p_Heading1 /* Heading1 */
{
}
.p_Heading2 /* Heading2 */
{
}
.p_ImageCaption /* Image Caption */
{
}
.p_ImageContent /* Image Content */
{
 text-align: center;
}
.p_NormalBold /* Normal Bold */
{
}
.p_NormalItalic /* Normal Italic */
{
}
.p_Notes /* Notes */
{
}
.p_SpecialContent /* Special Content */
{
}
.p_TableContent /* Table Content */
{
 text-align: center;
}
.p_TableSpecialContent /* Table Special Content */
{
 text-align: center;
}
.p_Title /* Title */
{
}
.p_Title1 /* Title1 */
{
}
.p_Title2 /* Title2 */
{
}
