/* Text Styles */
hr { color: #000000}
body, table /* Normal */
{
 font-size: 8pt;
 font-family: 'Verdana';
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_CodeExample /* Code Example */
{
 font-family: 'Courier New';
 font-weight: bold;
 color: #000000;
}
span.f_CodeComment /* CodeComment */
{
 font-family: 'Courier New';
 font-weight: bold;
 color: #993300;
}
span.f_Comment /* Comment */
{
}
span.f_CourierFixed /* Courier Fixed */
{
 font-size: 9pt;
 font-family: 'Courier New';
 color: #000000;
}
span.f_Description /* Description */
{
}
span.f_DisplayedText /* DisplayedText */
{
 font-family: 'Arial';
 font-weight: bold;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 12pt;
 font-weight: bold;
 color: #ffffff;
}
span.f_Heading3 /* Heading3 */
{
 font-size: 10pt;
 font-weight: bold;
}
span.f_ImageCaption /* Image Caption */
{
 font-weight: bold;
}
span.f_Note /* Note */
{
}
span.f_Notes /* Notes */
{
}
span.f_Picture /* Picture */
{
 color: #ffffff;
 background-color: #ff0000;
}
span.f_SampleFile /* SampleFile */
{
 font-style: italic;
 font-weight: bold;
}
span.f_UserEntry /* UserEntry */
{
 font-family: 'Courier New';
 font-weight: bold;
 color: #000000;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 10px 0px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
 margin: 0px 0px 0px 0px;
}
.p_CodeComment /* CodeComment */
{
 white-space: nowrap;
 margin: 0px 0px 0px 0px;
}
.p_Comment /* Comment */
{
}
.p_Description /* Description */
{
 margin: 0px 0px 10px 24px;
}
.p_DisplayedText /* DisplayedText */
{
}
.p_Heading1 /* Heading1 */
{
}
.p_Heading3 /* Heading3 */
{
}
.p_ImageCaption /* Image Caption */
{
 text-align: center;
}
.p_Note /* Note */
{
 border-color: #000000;
 border-style: solid;
 border-width: 2px;
 border-right: none;
 border-left: none;
 padding: 2px 2px 2px 2px;
 margin: 8px -2px 12px -2px;
}
.p_Notes /* Notes */
{
}
.p_Picture /* Picture */
{
 text-align: center;
 margin: 10px 0px 10px 24px;
}
.p_SampleFile /* SampleFile */
{
}
.p_UserEntry /* UserEntry */
{
 white-space: nowrap;
 margin: 0px 0px 0px 0px;
}
