/* Text Styles */
hr { color: #6f6f6f}
body, table /* Normal */
{
 font-size: 12pt;
 font-family: 'Palatino Linotype';
 font-style: normal;
 font-weight: normal;
 color: #6f6f6f;
 text-decoration: none;
}
span.f_BodyEmphasis /* Body Emphasis */
{
 font-style: italic;
 font-weight: bold;
 color: #000000;
}
span.f_BoldBodyHighlights /* Bold Body Highlights */
{
 font-family: 'Arial Black';
 color: #000000;
}
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: 18pt;
 font-family: 'Microsoft Sans Serif';
 font-weight: bold;
 color: #ffffff;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 9pt;
 font-style: italic;
 font-weight: bold;
}
span.f_MainSub-Heads /* Main Sub-Heads */
{
 font-size: 16pt;
 font-family: 'Microsoft Sans Serif';
 font-style: italic;
 color: #ffffff;
}
span.f_No /* No */
{
 font-size: 18pt;
 font-family: 'Arial Black';
 color: #ff0000;
 text-decoration: underline;
}
span.f_Notes /* Notes */
{
 font-size: 11pt;
 font-style: italic;
 color: #333333;
}
span.f_Yes /* Yes */
{
 font-size: 18pt;
 font-family: 'Arial Black';
 color: #34a923;
 text-decoration: underline;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 10px 10px 0px 24px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
 margin: 0px 0px 0px 0px;
}
.p_Comment /* Comment */
{
}
.p_Heading1 /* Heading1 */
{
 margin: 10px 10px 0px 10px;
}
.p_ImageCaption /* Image Caption */
{
}
.p_MainSub-Heads /* Main Sub-Heads */
{
 background: #a6c1ca;
 margin: 14px 10px 0px 5px;
}
.p_Notes /* Notes */
{
 margin: 10px 10px 0px 48px;
}
