/* Text Styles */
hr { color: #333333}
body, table /* Normal */
{
 font-size: 10pt;
 font-family: 'Verdana';
 font-style: normal;
 font-weight: normal;
 color: #333333;
 text-decoration: none;
}
span.f_boldlink /* bold link */
{
 font-weight: bold;
 color: #000000;
}
span.f_CodeExample /* Code Example */
{
 font-size: 8pt;
 font-family: 'Courier New';
 color: #000000;
}
span.f_Comment /* Comment */
{
}
span.f_Heading1 /* Heading1 */
{
 font-weight: bold;
 color: #4d6185;
}
span.f_heading2 /* heading2 */
{
 font-weight: bold;
 color: #4d6185;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_link1 /* link1 */
{
 color: #438142;
}
span.f_normalbold /* normal bold */
{
 font-weight: bold;
}
span.f_Notes /* Notes */
{
}
span.f_play_button /* play_button */
{
 font-weight: bold;
 color: #4d6185;
 vertical-align: sub;
}
span.f_sectionheading /* sectionheading */
{
 font-weight: bold;
 color: #4d6185;
 background-color: #dce2f1;
}
span.f_subheading /* subheading */
{
 color: #4d6185;
}
span.f_tabheading /* tabheading */
{
 font-weight: bold;
 color: #ffffff;
 background-color: #8fa0c4;
}
span.f_tableheading /* tableheading */
{
 font-weight: bold;
 color: #4d6185;
 background-color: #e5e5e5;
}
span.f_vid_header /* vid_header */
{
 font-weight: bold;
 color: #4d6185;
 vertical-align: super;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.p_boldlink /* bold link */
{
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
}
.p_Comment /* Comment */
{
}
.p_Heading1 /* Heading1 */
{
}
.p_heading2 /* heading2 */
{
}
.p_ImageCaption /* Image Caption */
{
}
.p_link1 /* link1 */
{
}
.p_normalbold /* normal bold */
{
}
.p_Notes /* Notes */
{
}
.p_play_button /* play_button */
{
 margin: 0px 0px 2px 0px;
}
.p_sectionheading /* sectionheading */
{
}
.p_subheading /* subheading */
{
}
.p_tabheading /* tabheading */
{
}
.p_tableheading /* tableheading */
{
}
.p_vid_header /* vid_header */
{
 margin: 0px 0px 2px 0px;
}
