/* Text Styles */
hr { color: #000000}
body, table /* Normal */
{
 font-size: 13px;
 font-family: 'Arial';
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_BorderedNote /* Bordered Note */
{
 font-size: 12px;
 color: #000000;
}
span.f_CodeExample /* Code Example */
{
 font-size: 11px;
 font-family: 'Courier New';
 color: #000000;
}
span.f_CodeExampleGraybg /* Code Example Gray bg */
{
 font-size: 11px;
 font-family: 'Courier New';
 color: #000000;
}
span.f_Comment /* Comment */
{
}
span.f_CourierFixed /* Courier Fixed */
{
 font-size: 12px;
 font-family: 'Courier New';
 color: #000000;
}
span.f_Grayed /* Grayed */
{
 color: #cecece;
 letter-spacing: 4px;
}
span.f_Heading2 /* Heading 2 */
{
 font-weight: bold;
 color: #000000;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 19px;
 font-weight: bold;
 color: #ffffff;
}
span.f_Heading2 /* Heading2 */
{
 font-size: 17px;
 font-style: italic;
 font-weight: bold;
}
span.f_Heading3 /* Heading3 */
{
 font-size: 15px;
 font-weight: bold;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 11px;
 font-weight: bold;
}
span.f_LicenseBase /* License Base */
{
 font-size: 11px;
 color: #000000;
}
span.f_NormalIndent25 /* Normal Indent 25 */
{
}
span.f_NormalIndent25TableUsage /* Normal Indent 25 Table Usage */
{
}
span.f_Notes /* Notes */
{
}
span.f_PopupBox /* Popup Box */
{
 font-size: 12px;
}
span.f_TableText /* Table Text */
{
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 5px 0px 5px 0px;
}
.p_BorderedNote /* Bordered Note */
{
 border-color: #000000;
 border-style: solid;
 border-width: 1px;
 border-right: none;
 border-left: none;
 padding: 5px 5px 5px 5px;
 margin: 9px 19px 9px 19px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
 margin: 0px 0px 0px 0px;
}
.p_CodeExampleGraybg /* Code Example Gray bg */
{
 white-space: nowrap;
 background: #d2d2d2;
 margin: 0px 0px 0px 0px;
}
.p_Comment /* Comment */
{
}
.p_Grayed /* Grayed */
{
 background: #808080;
 margin: 10px 0px 10px 0px;
}
.p_Heading2 /* Heading 2 */
{
 margin: 8px 0px 3px 0px;
}
.p_Heading1 /* Heading1 */
{
}
.p_Heading2 /* Heading2 */
{
 margin: 14px 0px 5px 0px;
}
.p_Heading3 /* Heading3 */
{
 margin: 12px 0px 5px 0px;
}
.p_ImageCaption /* Image Caption */
{
}
.p_LicenseBase /* License Base */
{
 margin: 5px 0px 0px 0px;
}
.p_NormalIndent25 /* Normal Indent 25 */
{
 margin: 5px 24px 5px 24px;
}
.p_NormalIndent25TableUsage /* Normal Indent 25 Table Usage */
{
 margin: 10px 24px 10px 24px;
}
.p_Notes /* Notes */
{
}
.p_PopupBox /* Popup Box */
{
 margin: 3px 0px 3px 0px;
}
.p_TableText /* Table Text */
{
 margin: 5px 0px 5px 5px;
}

