/* Text Styles */
hr { color: #000000}
body, table, tr, th /* Normal */
{
 font-size: 13px;
 font-family: 'Verdana';
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_bodytextbullet /* bodytextbullet */
{
 color: #0000ff;
}
span.f_CodeExample /* Code Example */
{
 font-size: 11px;
 font-family: 'Courier New';
}
span.f_Comment /* Comment */
{
}
span.f_CourierFixed /* Courier Fixed */
{
 font-size: 12px;
 font-family: 'Courier New';
}
span.f_Heading1 /* Heading1 */
{
 font-size: 19px;
 font-family: 'Arial';
 font-weight: bold;
 color: #ffffff;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 11px;
 font-weight: bold;
}
span.f_NormalBold /* Normal Bold */
{
 font-weight: bold;
}
span.f_Normalnumbered /* Normal numbered */
{
}
span.f_Notes /* Notes */
{
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 line-height: 1.50;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 6px 0px;
}
.p_bodytextbullet /* bodytextbullet */
{
}
.p_CodeExample /* Code Example */
{
 line-height: 1.0;
 white-space: nowrap;
 margin: 0px 0px 0px 0px;
}
.p_Comment /* Comment */
{
}
.p_Heading1 /* Heading1 */
{
 margin: 10px 0px 10px 12px;
}
.p_ImageCaption /* Image Caption */
{
}
.p_NormalBold /* Normal Bold */
{
}
.p_Normalnumbered /* Normal numbered */
{
 text-indent: -34px;
 margin: 0px 0px 6px 34px;
}
.p_Notes /* Notes */
{
}
