/* Text Styles */
hr { color: #000000}
body, table, tr, th /* Normal */
{
 font-size: 11pt;
 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';
}
span.f_Comment /* Comment */
{
}
span.f_Heading1 /* Heading1 */
{
 font-size: 14pt;
 color: #003c68;
}
span.f_ImageCaption /* Image Caption */
{
 font-style: italic;
}
span.f_Image_centered /* Image_centered */
{
}
span.f_Normal_text /* Normal_text */
{
}
span.f_Notes /* Notes */
{
}
span.f_Subheading /* Subheading */
{
 font-weight: bold;
}
span.f_T_Bold /* T_Bold */
{
 font-family: 'Verdana';
 font-weight: bold;
}
span.f_T_Italic /* T_Italic */
{
 font-family: 'Verdana';
 font-style: italic;
}
span.f_T_red /* T_red */
{
 font-family: 'Verdana';
 background-color: #ff0000;
}
span.f_T_Resources /* T_Resources */
{
 font-style: italic;
 font-weight: bold;
}
span.f_T_xml /* T_xml */
{
 font-family: 'Courier New';
}
span.f_T_yellow /* T_yellow */
{
 font-family: 'Verdana';
 background-color: #ffff00;
}
span.f_Table_section /* Table_section */
{
 font-style: italic;
}
span.f_Table_text /* Table_text */
{
}
span.f_Table_textB /* Table_textB */
{
 font-weight: bold;
}
span.f_XML_script /* XML_script */
{
 font-size: 10pt;
 font-family: 'Courier New';
}
/* 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 12px 0px;
}
.p_Image_centered /* Image_centered */
{
 margin: 24px 0px 24px 0px;
}
.p_Normal_text /* Normal_text */
{
 text-align: justify;
 margin: 0px 0px 9px 0px;
}
.p_Notes /* Notes */
{
}
.p_Subheading /* Subheading */
{
 margin: 19px 0px 6px 0px;
}
.p_Table_section /* Table_section */
{
}
.p_Table_text /* Table_text */
{
}
.p_Table_textB /* Table_textB */
{
}
.p_XML_script /* XML_script */
{
}
