/* Text Styles */
hr { color: #363636}
body, table /* Normal */
{
 font-size: 8pt;
 font-family: 'Verdana';
 font-style: normal;
 font-weight: normal;
 color: #363636;
 text-decoration: none;
}
span.f_BulletPoints /* Bullet Points */
{
}
span.f_CodeExample /* Code Example */
{
 font-family: 'Courier New';
 color: #000000;
}
span.f_Comment /* Comment */
{
}
span.f_Field /* Field */
{
 font-weight: bold;
 color: #800000;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 13pt;
 font-family: 'Arial';
 font-weight: bold;
 color: #808080;
}
span.f_Heading2 /* Heading2 */
{
 font-size: 10pt;
 font-family: 'Arial';
 font-weight: bold;
 color: #517095;
}
span.f_ImageCaption /* Image Caption */
{
 font-weight: bold;
}
span.f_MenuCommands /* Menu Commands */
{
 background-color: #99ccff;
}
span.f_Notes /* Notes */
{
}
span.f_Numbering /* Numbering */
{
}
span.f_Tips /* Tips */
{
 font-style: italic;
 color: #ff0000;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 4px 0px 0px 10px;
}
.p_BulletPoints /* Bullet Points */
{
 text-indent: -12px;
 margin: 5px 0px 10px 31px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
 margin: 0px 0px 0px 0px;
}
.p_Comment /* Comment */
{
}
.p_Field /* Field */
{
}
.p_Heading1 /* Heading1 */
{
 margin: 5px 0px 3px 0px;
}
.p_Heading2 /* Heading2 */
{
 margin: 4px 0px 0px 0px;
}
.p_ImageCaption /* Image Caption */
{
}
.p_MenuCommands /* Menu Commands */
{
}
.p_Notes /* Notes */
{
}
.p_Numbering /* Numbering */
{
 text-indent: -34px;
 margin: 5px 0px 14px 53px;
}
.p_Tips /* Tips */
{
}
