/* Text Styles */
hr { color: #000000}
body, table /* Normal */
{
 font-size: 10pt;
 font-family: 'Arial';
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_CodeExample /* Code Example */
{
 font-size: 8pt;
 font-family: 'Courier New';
 color: #000000;
}
span.f_Comment /* Comment */
{
}
span.f_CourierFixed /* Courier Fixed */
{
 font-size: 9pt;
 font-family: 'Courier New';
 color: #000000;
}
span.f_CourierFixedIndented /* Courier Fixed Indented */
{
 font-size: 9pt;
 font-family: 'Courier New';
 color: #000000;
}
span.f_ExampleTextStyle /* Example Text Style */
{
 font-weight: bold;
 color: #008000;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 11pt;
 font-family: 'Verdana';
 font-weight: bold;
 color: #ffffff;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_Normalwithaddedspace /* Normal with added space */
{
}
span.f_Notes /* Notes */
{
}
span.f_Parameters /* Parameters */
{
 font-size: 9pt;
 font-family: 'Tahoma';
 color: #000000;
}
span.f_Prototypes /* Prototypes */
{
 font-size: 9pt;
 font-family: 'Tahoma';
 font-weight: bold;
 color: #000000;
}
span.f_Tablecontent /* Table content */
{
 font-size: 9pt;
 font-family: 'Tahoma';
 color: #000000;
}
span.f_VersionInformation /* Version Information */
{
}
/* 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_CourierFixedIndented /* Courier Fixed Indented */
{
 margin: 0px 0px 0px 10px;
}
.p_Heading1 /* Heading1 */
{
}
.p_ImageCaption /* Image Caption */
{
}
.p_Normalwithaddedspace /* Normal with added space */
{
 margin: 0px 0px 6px 0px;
}
.p_Notes /* Notes */
{
}
.p_Parameters /* Parameters */
{
 margin: 0px 0px 0px 180px;
}
.p_Prototypes /* Prototypes */
{
 text-indent: -180px;
 margin: 5px 0px 0px 180px;
}
.p_VersionInformation /* Version Information */
{
 text-indent: -162px;
 margin: 0px 0px 0px 162px;
}
