/* Text Styles */
hr { color: #000000}
body, table, tr, th /* Normal */
{
 font-size: 10pt;
 font-family: 'Verdana';
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_BulletList /* Bullet List */
{
}
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';
}
span.f_Hangingindent /* Hanging indent */
{
}
span.f_Heading1 /* Heading1 */
{
 font-size: 13pt;
 font-weight: bold;
 color: #800000;
}
span.f_Heading2 /* Heading2 */
{
 font-size: 11pt;
 font-weight: bold;
 color: #004080;
}
span.f_Heading3 /* Heading3 */
{
 font-weight: bold;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_Notes /* Notes */
{
}
span.f_SeeAlso /* See Also */
{
 font-style: italic;
}
span.f_SpaceBefore /* Space Before */
{
}
span.f_TextLink /* Text Link */
{
 color: #008000;
 text-decoration: underline;
}
span.f_TextPopupLink /* Text Popup Link */
{
 color: #008000;
 text-decoration: underline;
}
span.f_TextWebLink /* Text Web Link */
{
 color: #333399;
 text-decoration: underline;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 5px 0px;
}
.p_BulletList /* Bullet List */
{
 margin: 0px 0px 0px 0px;
}
.p_CodeExample /* Code Example */
{
 margin: 0px 0px 0px 0px;
}
.p_Comment /* Comment */
{
}
.p_Hangingindent /* Hanging indent */
{
 text-indent: -47px;
 margin: 0px 0px 8px 47px;
}
.p_Heading1 /* Heading1 */
{
 margin: 0px 0px 6px 0px;
}
.p_Heading2 /* Heading2 */
{
 margin: 10px 0px 2px 0px;
}
.p_Heading3 /* Heading3 */
{
 margin: 7px 0px 2px 0px;
}
.p_ImageCaption /* Image Caption */
{
}
.p_Notes /* Notes */
{
}
.p_SeeAlso /* See Also */
{
 margin: 10px 0px 1px 0px;
}
.p_SpaceBefore /* Space Before */
{
 margin: 10px 0px 5px 0px;
}
