/* Text Styles */
hr { color: #000000}
body, table, tr, th /* Normal */
{
 font-size: 12pt;
 font-family: 'Arial';
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_Answer /* Answer */
{
}
span.f_Answerbullet /* Answer bullet */
{
}
span.f_Bullet /* Bullet */
{
}
span.f_CodeExample /* Code Example */
{
 font-size: 8pt;
 font-family: 'Courier New';
}
span.f_Comment /* Comment */
{
}
span.f_Heading1 /* Heading1 */
{
 font-size: 18pt;
 font-weight: bold;
}
span.f_Heading2 /* Heading2 */
{
 font-weight: bold;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_Newsitem /* News item */
{
 font-size: 10pt;
 color: #ff6300;
}
span.f_Notes /* Notes */
{
}
span.f_Question /* Question */
{
 font-style: italic;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 16px 0px 0px 0px;
}
.p_Answer /* Answer */
{
 margin: 16px 0px 0px 80px;
}
.p_Answerbullet /* Answer bullet */
{
 margin: 8px 0px 0px 80px;
}
.p_Bullet /* Bullet */
{
 margin: 8px 0px 0px 0px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
 margin: 0px 0px 0px 0px;
}
.p_Comment /* Comment */
{
}
.p_Heading1 /* Heading1 */
{
}
.p_Heading2 /* Heading2 */
{
 margin: 24px 0px 0px 0px;
}
.p_ImageCaption /* Image Caption */
{
}
.p_Newsitem /* News item */
{
 margin: 8px 0px 0px 0px;
}
.p_Notes /* Notes */
{
}
.p_Question /* Question */
{
}
