/* Text Styles */
hr { color: #000000}
body, table, tr, th /* Normal */
{
 font-size: 11pt;
 font-family: 'Verdana';
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_CodeExample /* Code Example */
{
 font-size: 10pt;
 font-family: 'Courier New';
}
span.f_Comment /* Comment */
{
}
span.f_CourierFixed /* Courier Fixed */
{
 font-size: 12pt;
 font-family: 'Courier New';
}
span.f_Explanation /* Explanation */
{
}
span.f_Heading1 /* Heading1 */
{
 font-size: 14pt;
 font-weight: bold;
 color: #ffffff;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_Inlineheading /* Inline heading */
{
 font-size: 13pt;
 color: #000080;
}
span.f_Notes /* Notes */
{
}
span.f_Parameter /* Parameter */
{
 font-style: italic;
}
span.f_TableDescriptionHeading /* Table Description Heading */
{
 color: #ffffff;
 background-color: #ff0000;
}
span.f_TopicList /* Topic List */
{
}
/* 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_Explanation /* Explanation */
{
 margin: 0px 0px 0px 19px;
}
.p_Heading1 /* Heading1 */
{
}
.p_ImageCaption /* Image Caption */
{
}
.p_Inlineheading /* Inline heading */
{
 margin: 19px 0px 10px 0px;
}
.p_Notes /* Notes */
{
}
.p_Parameter /* Parameter */
{
 margin: 0px 0px 6px 0px;
}
.p_TableDescriptionHeading /* Table Description Heading */
{
}
.p_TopicList /* Topic List */
{
 line-height: 1.50;
 margin: 0px 0px 0px 19px;
}
