/* 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';
}
span.f_Comment /* Comment */
{
}
span.f_CourierFixed /* Courier Fixed */
{
 font-family: 'Courier New';
}
span.f_Heading1 /* Heading1 */
{
 font-size: 10pt;
 font-weight: bold;
}
span.f_Heading2 /* Heading2 */
{
 font-weight: bold;
}
span.f_Hyperlink /* Hyperlink */
{
 color: #0000ff;
 text-decoration: underline;
}
span.f_ImageCaption /* Image Caption */
{
 font-weight: bold;
}
span.f_NormalSpaceAbove /* NormalSpaceAbove */
{
}
span.f_Notes /* Notes */
{
}
span.f_Numbered /* Numbered */
{
}
span.f_Seealso /* See also */
{
 font-style: italic;
 font-weight: bold;
}
span.f_Title /* Title */
{
 font-size: 12pt;
 font-weight: bold;
 color: ;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 12px 0px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
 margin: 0px 0px 0px 0px;
}
.p_Comment /* Comment */
{
}
.p_Heading1 /* Heading1 */
{
 margin: 24px 0px 6px 0px;
}
.p_Heading2 /* Heading2 */
{
 margin: 24px 0px 0px 0px;
}
.p_Hyperlink /* Hyperlink */
{
}
.p_ImageCaption /* Image Caption */
{
}
.p_NormalSpaceAbove /* NormalSpaceAbove */
{
 margin: 12px 0px 12px 0px;
}
.p_Notes /* Notes */
{
 text-indent: -50px;
 border-color: #000000;
 border-style: solid;
 border-width: 1px;
 border-right: none;
 border-left: none;
 padding: 5px 5px 5px 5px;
 margin: 7px -5px 7px 45px;
}
.p_Numbered /* Numbered */
{
 text-indent: -19px;
 margin: 0px 0px 12px 19px;
}
.p_Seealso /* See also */
{
 margin: 24px 0px 6px 0px;
}
.p_Title /* Title */
{
 margin: 0px 0px 0px 10px;
}
