/* Text Styles */
hr { color: #000000}
body, table /* Normal */
{
 font-size: 11pt;
 font-family: 'Arial';
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_AdvancedEdition /* Advanced Edition */
{
 font-size: 9pt;
 color: #ffff00;
}
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_Heading2 /* Heading 2 */
{
 font-size: 14pt;
 font-style: italic;
}
span.f_Heading3 /* Heading 3 */
{
 font-style: italic;
 font-weight: bold;
 background-color: #ffcc99;
}
span.f_Heading4 /* Heading 4 */
{
 font-weight: bold;
 text-decoration: underline;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 14pt;
 font-weight: bold;
 color: #ffffff;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_Link /* Link */
{
 color: #000000;
}
span.f_Notes /* Notes */
{
}
span.f_ReachedFrom /* Reached From */
{
 font-family: 'Tahoma';
 color: #990000;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 7px 30px;
}
.p_AdvancedEdition /* Advanced Edition */
{
 margin: 19px 0px 0px 0px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
 margin: 0px 0px 0px 0px;
}
.p_Comment /* Comment */
{
}
.p_Heading2 /* Heading 2 */
{
 margin: 0px 0px 7px 0px;
}
.p_Heading3 /* Heading 3 */
{
 margin: 0px 0px 7px 0px;
}
.p_Heading4 /* Heading 4 */
{
 margin: 0px 0px 0px 30px;
}
.p_Heading1 /* Heading1 */
{
}
.p_ImageCaption /* Image Caption */
{
}
.p_Notes /* Notes */
{
}
.p_ReachedFrom /* Reached From */
{
 margin: 13px 0px 18px 35px;
}

