/* 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_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_Heading1 /* Heading1 */
{
 font-size: 12pt;
 font-weight: bold;
}
span.f_Heading2 /* Heading2 */
{
 font-weight: bold;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_MenuItem /* Menu Item */
{
 font-weight: bold;
 color: #000080;
}
span.f_NormalBold /* Normal Bold */
{
 font-weight: bold;
 color: #1f497d;
}
span.f_Normal2 /* Normal2 */
{
}
span.f_Notes /* Notes */
{
}
span.f_PageHeader /* Page Header */
{
 font-size: 14pt;
 font-weight: bold;
}
span.f_Prompt /* Prompt */
{
 font-style: italic;
 text-decoration: underline;
}
span.f_PromptValue /* Prompt Value */
{
 font-style: italic;
 font-weight: bold;
 color: #000080;
}
span.f_Warning /* Warning */
{
 font-weight: bold;
 color: #ff0000;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 10px 0px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
 margin: 0px 0px 0px 0px;
}
.p_Comment /* Comment */
{
}
.p_Heading1 /* Heading1 */
{
 margin: 10px 0px 10px 0px;
}
.p_Heading2 /* Heading2 */
{
 margin: 10px 0px 10px 0px;
}
.p_ImageCaption /* Image Caption */
{
 margin: 0px 0px 0px 0px;
}
.p_MenuItem /* Menu Item */
{
}
.p_NormalBold /* Normal Bold */
{
}
.p_Normal2 /* Normal2 */
{
}
.p_Notes /* Notes */
{
 text-indent: -72px;
 margin: 0px 0px 10px 96px;
}
.p_PageHeader /* Page Header */
{
 margin: 10px 0px 10px 0px;
}
.p_Prompt /* Prompt */
{
}
.p_PromptValue /* Prompt Value */
{
}
.p_Warning /* Warning */
{
}
