/* Text Styles */
hr { color: #333399}
body, table, tr, th /* Normal */
{
 font-size: 10pt;
 font-family: 'Arial';
 font-style: normal;
 font-weight: normal;
 color: #333399;
 text-decoration: none;
}
span.f_CodeExample /* Code Example */
{
 font-size: 8pt;
 font-family: 'Courier New';
 color: #000000;
}
span.f_Comment /* Comment */
{
}
span.f_Default_Text_Parag_Sal /* Default_Text_Parag_Sal */
{
 color: #000080;
}
span.f_Headingredunderlined /* Heading, red underlined */
{
 font-size: 12pt;
 font-weight: bold;
 color: #ff0000;
 text-decoration: underline;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 12pt;
 font-weight: bold;
 color: #ffffff;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_Intra_Topic_Heading_Sal /* Intra_Topic_Heading_Sal */
{
 font-size: 11pt;
 font-weight: bold;
 color: #0000ff;
}
span.f_ItalicBoldItem /* ItalicBoldItem */
{
 font-style: italic;
 font-weight: bold;
 color: #000080;
}
span.f_Notes /* Notes */
{
}
span.f_PageBoilerPlateText /* PageBoilerPlateText */
{
 font-size: 11pt;
 color: #000080;
}
span.f_Sals_Indented_List /* Sals_Indented_List */
{
 color: #000000;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
}
.p_Comment /* Comment */
{
}
.p_Default_Text_Parag_Sal /* Default_Text_Parag_Sal */
{
 text-indent: 14px;
}
.p_Headingredunderlined /* Heading, red underlined */
{
}
.p_Heading1 /* Heading1 */
{
 text-indent: 5px;
}
.p_ImageCaption /* Image Caption */
{
}
.p_Intra_Topic_Heading_Sal /* Intra_Topic_Heading_Sal */
{
 text-indent: 14px;
}
.p_Notes /* Notes */
{
}
.p_PageBoilerPlateText /* PageBoilerPlateText */
{
 text-indent: 10px;
 margin: 0px 10px 0px 0px;
}
.p_Sals_Indented_List /* Sals_Indented_List */
{
 text-indent: 72px;
 margin: 0px 0px 0px 24px;
}
