/* 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_alert /* alert */
{
 font-weight: bold;
 color: #ffffff;
}
span.f_Banner /* Banner */
{
 font-size: 48pt;
 font-weight: bold;
 color: #999999;
}
span.f_Banner2 /* Banner2 */
{
 font-size: 48pt;
 font-weight: bold;
 color: #333333;
}
span.f_codebold /* code bold */
{
 font-family: 'Courier New';
 font-weight: bold;
 color: #ff99cc;
 background-color: #000000;
}
span.f_codecategory /* code category */
{
 font-family: 'Courier New';
 color: #00ff00;
 background-color: #000000;
}
span.f_Codedate /* Code date */
{
 font-family: 'Courier New';
 font-weight: bold;
 color: #ff8080;
 background-color: #000000;
}
span.f_CodeExample /* Code Example */
{
 font-family: 'Courier New';
 color: #ffffff;
}
span.f_CodeExampleinline /* Code Example inline */
{
 font-family: 'Courier New';
 color: #ffffff;
 background-color: #000000;
}
span.f_CodeExamplesmall /* Code Example small */
{
 font-size: 8pt;
 font-family: 'Courier New';
 color: #ffffff;
}
span.f_codefilter /* code filter */
{
 font-family: 'Courier New';
 font-weight: bold;
 color: #ff99cc;
 background-color: #000000;
}
span.f_coderow0 /* code row 0 */
{
 font-family: 'Courier New';
 color: #33cccc;
 background-color: #000000;
}
span.f_coderow02 /* code row 02 */
{
 font-family: 'Courier New';
 color: #ff00ff;
 background-color: #000000;
}
span.f_Codetask /* Code task */
{
 font-family: 'Courier New';
 font-weight: bold;
 color: #00ff00;
 background-color: #000000;
}
span.f_Comment /* Comment */
{
}
span.f_CourierFixed /* Courier Fixed */
{
 font-size: 9pt;
 font-family: 'Courier New';
 color: #000000;
}
span.f_Gnucopyright /* Gnu copyright */
{
}
span.f_Heading1 /* Heading1 */
{
 font-size: 14pt;
 font-weight: bold;
 color: #ffffff;
}
span.f_HeadingBlack /* HeadingBlack */
{
 font-size: 14pt;
 font-weight: bold;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_keys /* keys */
{
 font-weight: bold;
 color: #993366;
}
span.f_Notes /* Notes */
{
}
span.f_specialterm /* special term */
{
 font-style: italic;
}
span.f_subheading /* subheading */
{
 font-size: 12pt;
 font-weight: bold;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.p_alert /* alert */
{
 text-align: center;
 background: #808080;
 margin: 3px 0px 3px 0px;
}
.p_Banner /* Banner */
{
}
.p_Banner2 /* Banner2 */
{
}
.p_codebold /* code bold */
{
 white-space: nowrap;
 background: #000000;
}
.p_codecategory /* code category */
{
 white-space: nowrap;
 background: #000000;
}
.p_Codedate /* Code date */
{
 white-space: nowrap;
 background: #000000;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
 background: #000000;
}
.p_CodeExampleinline /* Code Example inline */
{
 white-space: nowrap;
 background: #000000;
}
.p_CodeExamplesmall /* Code Example small */
{
 white-space: nowrap;
 background: #000000;
}
.p_codefilter /* code filter */
{
 white-space: nowrap;
 background: #000000;
}
.p_coderow0 /* code row 0 */
{
 white-space: nowrap;
 background: #000000;
}
.p_coderow02 /* code row 02 */
{
 white-space: nowrap;
 background: #000000;
}
.p_Codetask /* Code task */
{
 white-space: nowrap;
 background: #000000;
}
.p_Comment /* Comment */
{
}
.p_Gnucopyright /* Gnu copyright */
{
 border-color: #000000;
 border-style: solid;
 border-width: 1px;
 background: #c0c0c0;
}
.p_Heading1 /* Heading1 */
{
}
.p_HeadingBlack /* HeadingBlack */
{
}
.p_ImageCaption /* Image Caption */
{
}
.p_keys /* keys */
{
}
.p_Notes /* Notes */
{
}
.p_specialterm /* special term */
{
}
.p_subheading /* subheading */
{
}
