/* Text Styles */
hr { color: #000000}
body, table /* Normal */
{
 font-size: 9pt;
 font-family: 'Verdana';
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_CodeExample /* Code Example */
{
 font-size: 8pt;
 font-family: 'Courier New';
 color: #000000;
}
span.f_Comment /* Comment */
{
}
span.f_DividerHeading /* Divider Heading */
{
 font-size: 10pt;
 font-weight: bold;
}
span.f_DividerLinks /* Divider Links */
{
 font-weight: bold;
}
span.f_HeadingControl /* Heading Control */
{
 font-size: 10pt;
 font-weight: bold;
 color: #000080;
}
span.f_HeadingKeystroke /* Heading Keystroke */
{
 font-size: 10pt;
 font-weight: bold;
 color: #008000;
}
span.f_HeadingMenu /* Heading Menu */
{
 font-size: 10pt;
 font-weight: bold;
 color: #800080;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 14pt;
 font-family: 'Tahoma';
 font-weight: bold;
 color: ;
}
span.f_Heading2 /* Heading2 */
{
 font-size: 10pt;
 font-weight: bold;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_ItemControl /* Item Control */
{
 color: #000080;
}
span.f_ItemKeystroke /* Item Keystroke */
{
 color: #008000;
}
span.f_ItemMenu /* Item Menu */
{
 color: #800080;
}
span.f_Notes /* Notes */
{
 font-size: 8pt;
 font-family: 'Tahoma';
}
/* 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_DividerHeading /* Divider Heading */
{
 text-align: right;
 border-color: #000000;
 border-style: solid;
 border-width: 1px;
 border-top: none;
 border-right: none;
 border-left: none;
 padding: 3px 3px 3px 3px;
 margin: -3px -3px -3px -3px;
}
.p_DividerLinks /* Divider Links */
{
 margin: 2px 0px 2px 0px;
}
.p_HeadingControl /* Heading Control */
{
 margin: 0px 0px 4px 0px;
}
.p_HeadingKeystroke /* Heading Keystroke */
{
 margin: 0px 0px 4px 0px;
}
.p_HeadingMenu /* Heading Menu */
{
 margin: 0px 0px 4px 0px;
}
.p_Heading1 /* Heading1 */
{
 margin: 4px 0px 4px 0px;
}
.p_Heading2 /* Heading2 */
{
 margin: 0px 0px 4px 0px;
}
.p_ImageCaption /* Image Caption */
{
}
.p_ItemControl /* Item Control */
{
}
.p_ItemKeystroke /* Item Keystroke */
{
}
.p_ItemMenu /* Item Menu */
{
}
.p_Notes /* Notes */
{
}
