/* Text Styles */
hr { color: #000000}
body, table /* Normal */
{
 font-size: 10pt;
 font-family: 'Arial';
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_ALittleDown /* A Little Down */
{
}
span.f_Body /* Body */
{
}
span.f_CodeExample /* Code Example */
{
 font-size: 8pt;
 font-family: 'Courier New';
 color: #000000;
}
span.f_Comment /* Comment */
{
}
span.f_FirstandLast /* First and Last */
{
}
span.f_FirstParagraph /* First Paragraph */
{
}
span.f_Heading1 /* Heading1 */
{
 font-size: 14pt;
 font-weight: bold;
 color: #003366;
}
span.f_Heading12 /* Heading12 */
{
 font-size: 14pt;
 font-weight: bold;
 color: #0000ff;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_LastParagraph /* Last Paragraph */
{
}
span.f_NormalSpace /* Normal Space */
{
}
span.f_Notes /* Notes */
{
}
span.f_Popup01 /* Popup01 */
{
 font-weight: bold;
 color: #339966;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.p_ALittleDown /* A Little Down */
{
 margin: 0px 0px 3px 0px;
}
.p_Body /* Body */
{
 margin: 0px 0px 5px 0px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
}
.p_Comment /* Comment */
{
}
.p_FirstandLast /* First and Last */
{
 margin: 0px 0px 10px 0px;
}
.p_FirstParagraph /* First Paragraph */
{
}
.p_Heading1 /* Heading1 */
{
 margin: 10px 0px 0px 0px;
}
.p_Heading12 /* Heading12 */
{
 margin: 10px 0px 5px 0px;
}
.p_ImageCaption /* Image Caption */
{
}
.p_LastParagraph /* Last Paragraph */
{
 margin: 0px 0px 10px 0px;
}
.p_NormalSpace /* Normal Space */
{
 margin: 10px 0px 0px 0px;
}
.p_Notes /* Notes */
{
}
.p_Popup01 /* Popup01 */
{
 margin: 5px 0px 5px 0px;
}

