/* Text Styles */
hr { color: #666666}
body, table, tr, th /* Normal */
{
 font-size: 12pt;
 font-family: 'Arial';
 font-style: normal;
 font-weight: normal;
 color: #666666;
 text-decoration: none;
}
span.f_Actiononly /* Action only */
{
 color: #ffffff;
}
span.f_Body /* Body */
{
}
span.f_CodeExample /* Code Example */
{
 font-size: 8pt;
 font-family: 'Courier New';
 color: #000000;
}
span.f_Comment /* Comment */
{
}
span.f_Epiconly /* Epic only */
{
 color: #ffffff;
}
span.f_Heading2 /* Heading 2 */
{
 font-size: 18pt;
 font-family: 'Arial Black';
 font-weight: bold;
}
span.f_Heading3 /* Heading 3 */
{
 font-size: 16pt;
 font-family: 'Arial Black';
 font-weight: bold;
}
span.f_Heading4 /* Heading 4 */
{
 font-size: 14pt;
 font-family: 'Arial Black';
 font-weight: bold;
}
span.f_Heading5 /* Heading 5 */
{
 font-family: 'Arial Black';
 font-weight: bold;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 20pt;
 font-family: 'Arial Black';
 font-weight: bold;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 10pt;
 font-weight: bold;
 color: #333333;
}
span.f_Notes /* Notes */
{
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 10px 0px;
}
.p_Actiononly /* Action only */
{
 background: #993300;
}
.p_Body /* Body */
{
 margin: 0px 0px 10px 24px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
}
.p_Comment /* Comment */
{
}
.p_Epiconly /* Epic only */
{
 background: #000080;
}
.p_Heading2 /* Heading 2 */
{
 margin: 0px 0px 5px 0px;
}
.p_Heading3 /* Heading 3 */
{
 margin: 0px 0px 5px 0px;
}
.p_Heading4 /* Heading 4 */
{
 margin: 0px 0px 5px 0px;
}
.p_Heading5 /* Heading 5 */
{
 margin: 0px 0px 5px 0px;
}
.p_Heading1 /* Heading1 */
{
 margin: 0px 0px 5px 0px;
}
.p_ImageCaption /* Image Caption */
{
}
.p_Notes /* Notes */
{
}
