/* Text Styles */
hr { color: #000000}
body, table /* Normal */
{
 font-size: 9pt;
 font-family: 'Verdana';
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_BodyText /* Body Text */
{
}
span.f_CExample /* C++ Example */
{
 font-size: 10pt;
 font-family: 'Lucida Console';
 color: #993300;
}
span.f_CExample2 /* C++ Example2 */
{
 font-family: 'Lucida Console';
 color: #993300;
}
span.f_CodeExample /* Code Example */
{
 font-size: 10pt;
 font-family: 'Lucida Console';
}
span.f_Comment /* Comment */
{
 font-size: 8pt;
}
span.f_Example /* Example */
{
 font-family: 'Lucida Console';
}
span.f_Example /* Example+ */
{
 font-size: 10pt;
 font-family: 'Lucida Console';
 color: #000000;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 16pt;
 font-weight: bold;
 color: #ffffff;
}
span.f_Heading2 /* Heading2 */
{
 font-size: 14pt;
 font-style: italic;
 font-weight: bold;
 color: #000080;
}
span.f_Heading2Sub /* Heading2 Sub */
{
 font-size: 13pt;
 font-style: italic;
 font-weight: bold;
 color: #000080;
}
span.f_ImageCaption /* Image Caption */
{
 font-style: italic;
}
span.f_Members /* Members */
{
 font-weight: bold;
 color: #800080;
}
span.f_NewStyle /* New Style */
{
 font-size: 10pt;
 color: #000000;
}
span.f_Notes /* Notes */
{
 font-size: 8pt;
}
span.f_Notes2 /* Notes2 */
{
 color: #ff0000;
}
span.f_Parameters /* Parameters */
{
 font-style: italic;
 font-weight: bold;
 color: #993300;
}
span.f_PowerBASICExample /* PowerBASIC Example */
{
 font-size: 10pt;
 font-family: 'Lucida Console';
 color: #000080;
}
span.f_VBExample /* VB Example */
{
 font-size: 10pt;
 font-family: 'Lucida Console';
 color: #008080;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.p_BodyText /* Body Text */
{
 text-align: justify;
}
.p_CExample /* C++ Example */
{
}
.p_CExample2 /* C++ Example2 */
{
 background: #fffeff;
 margin: 0px 0px 0px 24px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
}
.p_Comment /* Comment */
{
}
.p_Example /* Example */
{
}
.p_Example /* Example+ */
{
}
.p_Heading1 /* Heading1 */
{
}
.p_Heading2 /* Heading2 */
{
 margin: 19px 0px 10px 0px;
}
.p_Heading2Sub /* Heading2 Sub */
{
 margin: 5px 0px 10px 29px;
}
.p_ImageCaption /* Image Caption */
{
}
.p_Members /* Members */
{
 white-space: nowrap;
}
.p_Notes /* Notes */
{
}
.p_Notes2 /* Notes2 */
{
}
.p_Parameters /* Parameters */
{
 white-space: nowrap;
}
.p_PowerBASICExample /* PowerBASIC Example */
{
}
.p_VBExample /* VB Example */
{
}
