/* Text Styles */
hr { color: #000000}
body, table /* Normal */
{
 font-size: 15px;
 font-family: 'Arial';
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_captal /* captal */
{
 font-weight: bold;
 color: #000080;
}
span.f_CodeExample /* Code Example */
{
 font-size: 11px;
 font-family: 'Courier New';
}
span.f_Comment /* Comment */
{
 color: #555555;
}
span.f_expand_con /* expand_con */
{
}
span.f_expand_title /* expand_title */
{
 font-family: 'ËÎÌå';
 font-weight: bold;
}
span.f_funcName /* funcName */
{
 font-weight: bold;
 color: #333399;
}
span.f_Heading1 /* Heading1 */
{
}
span.f_highlight /* highlight */
{
 color: #ff0000;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 11px;
 font-weight: bold;
}
span.f_intend /* intend */
{
}
span.f_Notes /* Notes */
{
}
span.f_Quote /* Quote */
{
 font-size: 12px;
 color: #3e3e3e;
}
/* 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 */
{
 line-height: 1.50;
 margin: 0px 19px 0px 38px;
}
.p_expand_con /* expand_con */
{
 margin: 5px 0px 5px 19px;
}
.p_expand_title /* expand_title */
{
 border-color: #c0c0c0;
 border-style: solid;
 border-width: 1px;
 background: #f6f6f6;
 padding: 2px 2px 2px 2px;
 margin: -2px -2px -2px -2px;
}
.p_Heading1 /* Heading1 */
{
}
.p_ImageCaption /* Image Caption */
{
}
.p_intend /* intend */
{
 text-indent: 19px;
 line-height: 1.50;
 margin: 3px 0px 3px 0px;
}
.p_Notes /* Notes */
{
}
.p_Quote /* Quote */
{
 margin: 6px 0px 6px 19px;
}
