/* Text Styles */
hr { color: #000000}
body, table /* Normal */
{
 font-size: 10pt;
 font-family: 'Arial';
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_Arial10Bold /* Arial 10 Bold */
{
 font-weight: bold;
 color: #000000;
}
span.f_Arial10underlined /* Arial 10 underlined */
{
 color: #000000;
 text-decoration: underline;
}
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_h3 /* h3 */
{
 font-size: 14pt;
 font-family: 'Tahoma';
 font-weight: bold;
 color: #5199d3;
}
span.f_h4 /* h4 */
{
 font-size: 12pt;
 font-family: 'Tahoma';
 color: #5199d3;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 12pt;
 font-weight: bold;
 color: #5199d3;
}
span.f_Heading12 /* Heading12 */
{
 font-weight: bold;
 color: #5199d3;
}
span.f_Heading13 /* Heading13 */
{
 font-size: 12pt;
 font-style: italic;
 color: #5199d3;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_Notes /* Notes */
{
}
span.f_p_txt /* p_txt */
{
 font-size: 12pt;
 font-family: 'Tahoma';
}
span.f_txt /* txt */
{
 font-size: 12pt;
 font-family: 'Tahoma';
 color: #000000;
}
span.f_txt-bld /* txt-bld */
{
 font-size: 12pt;
 font-family: 'Tahoma';
 font-weight: bold;
 color: #000000;
}
/* 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_Heading12 /* Heading12 */
{
}
.p_Heading13 /* Heading13 */
{
}
.p_ImageCaption /* Image Caption */
{
}
.p_Notes /* Notes */
{
}
.p_p_txt /* p_txt */
{
}
