/* Text Styles */
hr { color: #000000}
body, table { color:#000000;
              font-family:'Arial';
              font-size:18px;
              font-weight:normal;
              font-style:normal;
              text-decoration:none;
              line-height:125%; }
a:link { color:#8000FF; text-decoration:underline; }
a:visited { color:#8000FF; text-decoration:underline; }
a:hover { color:#008080; text-decoration:underline; }

span.f_boldblue /* boldblue */
{
 font-weight: bold;
 color: #0000ff;
}
span.f_bolditalic /* bolditalic */
{
 font-style: italic;
 font-weight: bold;
}
span.f_CodeExample /* Code Example */
{
 font-size: 11px;
 font-family: 'Courier New';
 color: #000000;
}
span.f_Comment /* Comment */
{
}
span.f_CourierFixed /* Courier Fixed */
{
 font-size: 18px;
 font-family: 'Courier New';
 font-weight: bold;
 color: #000000;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 19px;
 font-weight: bold;
 color: #ffffff;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 11px;
 font-weight: bold;
}
span.f_info_header /* info_header */
{
 font-size: 19px;
 font-style: italic;
}
span.f_keys /* keys */
{
 font-size: 18px;
 font-family: 'Courier New';
 font-weight: bold;
 color: #0000ff;
}
span.f_Notes /* Notes */
{
}
span.f_small_text /* small_text */
{
 font-size: 12px;
}
span.f_toggle_heading /* toggle_heading */
{
 font-size: 20px;
 font-style: italic;
}
span.f_toggle_link /* toggle_link */
{
 font-weight: bold;
 color: #0000ff;
}
span.f_toggle_table /* toggle_table */
{
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 12px 0px 0px 0px;
}
.p_boldblue /* boldblue */
{
}
.p_bolditalic /* bolditalic */
{
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
 margin: 0px 0px 0px 0px;
}
.p_Comment /* Comment */
{
}
.p_Heading1 /* Heading1 */
{
}
.p_ImageCaption /* Image Caption */
{
}
.p_info_header /* info_header */
{
 text-indent: 12px;
 background: #ffffe8;
 margin: 0px 0px 0px 0px;
}
.p_keys /* keys */
{
}
.p_Notes /* Notes */
{
}
.p_small_text /* small_text */
{
 text-align: right;
 margin: 0px 0px 0px 0px;
}
.p_toggle_heading /* toggle_heading */
{
 margin: 4px 0px 0px 0px;
}
.p_toggle_link /* toggle_link */
{
 margin: 0px 0px 0px 72px;
}
.p_toggle_table /* toggle_table */
{
 margin: 0px 0px 0px 24px;
}

