/* Text Styles */
hr { color: #000000}
body, table, tr, th /* Normal */
{
 font-size: 11pt;
 font-family: 'Arial';
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_BodyText /* Body Text */
{
}
span.f_BodyTextBold /* Body Text Bold */
{
 font-weight: bold;
}
span.f_BodyTextBulleted /* Body Text Bulleted */
{
}
span.f_BodyTextIndented /* Body Text Indented */
{
}
span.f_BodyTextIntented2 /* Body Text Intented 2 */
{
}
span.f_CodeExample /* Code Example */
{
 font-size: 10pt;
 font-family: 'Courier New';
}
span.f_Comment /* Comment */
{
}
span.f_Contact /* Contact */
{
 font-size: 12pt;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 16pt;
 font-weight: bold;
 color: #ffffff;
}
span.f_Heading2 /* Heading2 */
{
 font-size: 14pt;
 color: #004080;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_Notes /* Notes */
{
 font-size: 10pt;
 color: #333333;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.p_BodyText /* Body Text */
{
 margin: 0px 0px 10px 0px;
}
.p_BodyTextBold /* Body Text Bold */
{
 margin: 0px 0px 10px 0px;
}
.p_BodyTextBulleted /* Body Text Bulleted */
{
 text-indent: -12px;
 margin: 6px 0px 10px 27px;
}
.p_BodyTextIndented /* Body Text Indented */
{
 margin: 0px 0px 10px 19px;
}
.p_BodyTextIntented2 /* Body Text Intented 2 */
{
 margin: 0px 0px 10px 38px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
}
.p_Comment /* Comment */
{
}
.p_Contact /* Contact */
{
 margin: 5px 0px 5px 0px;
}
.p_Heading1 /* Heading1 */
{
}
.p_Heading2 /* Heading2 */
{
 border-color: #c0c0c0;
 border-style: solid;
 border-width: 1px;
 border-top: none;
 border-right: none;
 border-left: none;
 padding: 1px 1px 1px 1px;
 margin: 14px -1px 9px -1px;
}
.p_ImageCaption /* Image Caption */
{
}
.p_Notes /* Notes */
{
}

