/* 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_Brown-Bold /* Brown - Bold */
{
 font-weight: bold;
 color: #993300;
}
span.f_BrownforLevels /* Brown for Levels */
{
 font-style: italic;
 color: #400000;
}
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_Heading1 /* Heading1 */
{
 font-size: 14pt;
 font-weight: bold;
 color: #005b5b;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_Normal2 /* Normal2 */
{
}
span.f_Notes /* Notes */
{
}
span.f_Paragraph1 /* Paragraph 1 */
{
}
span.f_PinkishBold /* Pinkish Bold */
{
 font-weight: bold;
 color: #b12375;
}
span.f_SmallText /* SmallText */
{
 font-size: 8pt;
}
span.f_SubHeading /* Sub Heading */
{
 font-weight: bold;
 color: #0000ff;
}
span.f_SubHeading2 /* Sub Heading2 */
{
 font-weight: bold;
 color: #033f63;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.p_Brown-Bold /* Brown - Bold */
{
 margin: 0px 0px 8px 48px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
}
.p_Comment /* Comment */
{
}
.p_Heading1 /* Heading1 */
{
 margin: 5px 0px 5px 0px;
}
.p_ImageCaption /* Image Caption */
{
}
.p_Normal2 /* Normal2 */
{
 margin: 0px 0px 8px 0px;
}
.p_Notes /* Notes */
{
}
.p_Paragraph1 /* Paragraph 1 */
{
 margin: 0px 0px 19px 0px;
}
.p_PinkishBold /* Pinkish Bold */
{
 margin: 0px 0px 8px 0px;
}
.p_SmallText /* SmallText */
{
}
.p_SubHeading /* Sub Heading */
{
 margin: 0px 0px 10px 0px;
}
.p_SubHeading2 /* Sub Heading2 */
{
 margin: 0px 0px 10px 0px;
}
