/* Text Styles */
hr { color: #000000}
body, table, tr, th /* Normal */
{
 font-size: 10pt;
 font-family: 'Arial';
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_CenterDiv /* CenterDiv */
{
 font-size: 16pt;
 color: #003300;
 letter-spacing: 5px;
}
span.f_CodeExample /* Code Example */
{
 font-size: 8pt;
 font-family: 'Courier New';
}
span.f_Comment /* Comment */
{
}
span.f_CourierFixed /* Courier Fixed */
{
 font-size: 9pt;
 font-family: 'Courier New';
}
span.f_Define /* Define */
{
 font-size: 12pt;
 font-weight: bold;
}
span.f_Heading /* Heading */
{
 font-size: 14pt;
 font-weight: bold;
 color: #008000;
 text-decoration: underline;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 14pt;
 font-weight: bold;
 color: #ffffff;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_More /* More */
{
 font-family: 'Arial Black';
 font-weight: bold;
}
span.f_Notes /* Notes */
{
}
span.f_ParaJust /* ParaJust */
{
 font-size: 12pt;
}
span.f_PJHanging /* PJHanging */
{
 font-size: 12pt;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.p_CenterDiv /* CenterDiv */
{
 text-align: center;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
}
.p_Comment /* Comment */
{
}
.p_Define /* Define */
{
}
.p_Heading /* Heading */
{
}
.p_Heading1 /* Heading1 */
{
}
.p_ImageCaption /* Image Caption */
{
 text-align: center;
}
.p_More /* More */
{
 margin: 0px 0px 0px 24px;
}
.p_Notes /* Notes */
{
}
.p_ParaJust /* ParaJust */
{
 text-align: justify;
}
.p_PJHanging /* PJHanging */
{
 text-align: justify;
 text-indent: -48px;
 margin: 0px 0px 0px 48px;
}
