/* 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_BigHeader /* Big Header */
{
 font-size: 11pt;
}
span.f_CodeExample /* Code Example */
{
 font-size: 8pt;
 font-family: 'Courier New';
 color: #000000;
}
span.f_Comment /* Comment */
{
}
span.f_CourierFixed /* Courier Fixed */
{
 font-family: 'Courier New';
}
span.f_Heading1 /* Heading1 */
{
 font-size: 12pt;
 font-family: 'Arial';
 font-weight: bold;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_List /* List */
{
 font-size: 10pt;
 font-family: 'Arial';
 color: #000000;
}
span.f_MenuStyle /* Menu Style */
{
 font-weight: bold;
}
span.f_NeedsCorrection /* Needs Correction */
{
 background-color: #ff9900;
}
span.f_Notes /* Notes */
{
}
span.f_Proonlymark /* Pro only mark */
{
 font-weight: bold;
 background-color: #d7d7d7;
}
span.f_SmallHeader /* Small Header */
{
 font-size: 10pt;
}
span.f_TabbedText /* Tabbed Text */
{
 font-size: 10pt;
 font-family: 'Arial';
 color: #000000;
}
span.f_WebLink /* Web Link */
{
 color: #0000ff;
}
span.f_WIDINote /* WIDI Note */
{
 color: #707070;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.p_BigHeader /* Big Header */
{
 text-indent: 120px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
}
.p_Comment /* Comment */
{
}
.p_Heading1 /* Heading1 */
{
}
.p_ImageCaption /* Image Caption */
{
}
.p_List /* List */
{
 text-indent: 12px;
 margin: 0px 0px 0px 12px;
}
.p_MenuStyle /* Menu Style */
{
}
.p_NeedsCorrection /* Needs Correction */
{
}
.p_Notes /* Notes */
{
}
.p_Proonlymark /* Pro only mark */
{
}
.p_SmallHeader /* Small Header */
{
 text-indent: 12px;
}
.p_TabbedText /* Tabbed Text */
{
}
.p_WIDINote /* WIDI Note */
{
}

