/* 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_Answer /* Answer */
{
}
span.f_Code /* Code */
{
 font-size: 9pt;
 font-family: 'Courier New';
}
span.f_CodeExample /* Code Example */
{
 font-size: 9pt;
 font-family: 'Courier New';
}
span.f_Comment /* Comment */
{
}
span.f_GUICommands /* GUI Commands */
{
 font-style: italic;
 font-weight: bold;
}
span.f_GUI-Elements /* GUI-Elements */
{
 font-weight: bold;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 14pt;
 font-weight: bold;
 color: #c86400;
}
span.f_Heading2 /* Heading2 */
{
 font-weight: bold;
}
span.f_Heading3 /* Heading3 */
{
 color: #800000;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_News /* News */
{
}
span.f_Notes /* Notes */
{
}
span.f_Popup /* Popup */
{
 font-size: 9pt;
}
span.f_Question /* Question */
{
 font-weight: bold;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: justify;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 10px 0px;
}
.p_Answer /* Answer */
{
 text-indent: -19px;
 margin: 0px 0px 12px 19px;
}
.p_CodeExample /* Code Example */
{
 text-align: left;
}
.p_Comment /* Comment */
{
}
.p_Heading1 /* Heading1 */
{
 text-align: left;
}
.p_Heading2 /* Heading2 */
{
 margin: 10px 0px 6px 0px;
}
.p_Heading3 /* Heading3 */
{
 text-align: left;
}
.p_ImageCaption /* Image Caption */
{
 text-align: center;
}
.p_News /* News */
{
 margin: 0px 0px 0px 0px;
}
.p_Notes /* Notes */
{
 margin: 0px 0px 0px 0px;
}
.p_Popup /* Popup */
{
 text-align: left;
 margin: 0px 0px 0px 0px;
}
.p_Question /* Question */
{
 text-indent: -19px;
 margin: 0px 0px 0px 19px;
}
