/* 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_ChapterName /* Chapter Name */
{
 font-size: 8pt;
 font-style: italic;
}
span.f_ChapterTitle /* ChapterTitle */
{
 font-size: 8pt;
 font-style: italic;
}
span.f_CodeExample /* Code Example */
{
 font-size: 8pt;
 font-family: 'Courier New';
 color: #000000;
}
span.f_Comment /* Comment */
{
}
span.f_Header2 /* Header 2 */
{
 font-size: 12pt;
 font-weight: bold;
 color: #000080;
}
span.f_Headingredunderlined /* Heading, red underlined */
{
 font-size: 12pt;
 font-weight: bold;
 color: #ff0000;
 text-decoration: underline;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 18pt;
 font-weight: bold;
 color: #ffffff;
}
span.f_Heading2 /* Heading2 */
{
 font-size: 12pt;
 font-weight: bold;
 color: #000080;
}
span.f_Heading3 /* Heading3 */
{
 font-weight: bold;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-style: italic;
}
span.f_Leftindentto72 /* Left indent to 72 */
{
 color: #000000;
}
span.f_Normalwithintable /* Normal within table */
{
}
span.f_Notes /* Notes */
{
}
span.f_Numbered /* Numbered */
{
 color: #000000;
}
span.f_ProgramIdentifier /* Program Identifier */
{
 font-style: italic;
}
span.f_Sourcecode /* Source code */
{
 font-size: 9pt;
 font-family: 'Courier New';
 color: #333399;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 4px 0px;
}
.p_ChapterName /* Chapter Name */
{
 margin: 0px 0px 0px 0px;
}
.p_ChapterTitle /* ChapterTitle */
{
 margin: 0px 0px 0px 0px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
 margin: 0px 0px 0px 0px;
}
.p_Comment /* Comment */
{
}
.p_Header2 /* Header 2 */
{
}
.p_Headingredunderlined /* Heading, red underlined */
{
 margin: 0px 0px 0px 0px;
}
.p_Heading1 /* Heading1 */
{
}
.p_Heading2 /* Heading2 */
{
 margin: 8px 0px 4px 0px;
}
.p_Heading3 /* Heading3 */
{
}
.p_ImageCaption /* Image Caption */
{
}
.p_Leftindentto72 /* Left indent to 72 */
{
 margin: 0px 0px 0px 96px;
}
.p_Normalwithintable /* Normal within table */
{
 margin: 4px 4px 4px 4px;
}
.p_Notes /* Notes */
{
}
.p_Numbered /* Numbered */
{
 margin: 0px 0px 0px 19px;
}
.p_Sourcecode /* Source code */
{
 margin: 0px 0px 4px 14px;
}

