/* Text Styles */
hr { color: #000000}
body, table, tr, th /* Normal */
{
 font-size: 10pt;
 font-family: 'Arial Unicode MS';
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_Attention /* Attention */
{
 background-color: #c0c0c0;
}
span.f_Code /* Code */
{
 font-style: italic;
 font-weight: bold;
 color: #ff6600;
}
span.f_CodeExample /* Code Example */
{
 font-family: 'Courier New';
}
span.f_Comment /* Comment */
{
}
span.f_example /* example */
{
 font-size: 12pt;
 font-style: italic;
 font-weight: bold;
 color: #3366ff;
}
span.f_FieldsTable /* Fields Table */
{
 font-weight: bold;
}
span.f_firstheader /* first header */
{
 font-size: 14pt;
 font-family: '@Arial Unicode MS';
 font-weight: bold;
 color: #333399;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 16pt;
 font-weight: bold;
}
span.f_Heading2 /* Heading2 */
{
 font-size: 16pt;
 font-family: '@Arial Unicode MS';
 font-weight: bold;
 color: #008080;
}
span.f_Heading3 /* Heading3 */
{
 font-size: 12pt;
 font-family: '@Arial Unicode MS';
 font-weight: bold;
 color: #0000ff;
}
span.f_Heading4 /* Heading4 */
{
 font-weight: bold;
 color: #0000ff;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_NewStyle /* New Style */
{
 font-family: 'Arial';
 font-style: italic;
}
span.f_NewStyle2 /* New Style2 */
{
 font-family: 'Arial';
 font-style: italic;
}
span.f_Notes /* Notes */
{
}
span.f_TableHeader /* Table Header */
{
 font-size: 12pt;
 font-weight: bold;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: right;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.p_Attention /* Attention */
{
}
.p_Code /* Code */
{
}
.p_CodeExample /* Code Example */
{
 text-align: left;
 white-space: nowrap;
}
.p_Comment /* Comment */
{
}
.p_example /* example */
{
}
.p_FieldsTable /* Fields Table */
{
}
.p_firstheader /* first header */
{
}
.p_Heading1 /* Heading1 */
{
 text-align: center;
}
.p_Heading3 /* Heading3 */
{
 margin: 0px 0px 0px 6px;
}
.p_Heading4 /* Heading4 */
{
}
.p_ImageCaption /* Image Caption */
{
}
.p_NewStyle /* New Style */
{
 margin: 0px 0px 0px 6px;
}
.p_NewStyle2 /* New Style2 */
{
 margin: 0px 0px 0px 6px;
}
.p_Notes /* Notes */
{
}
.p_TableHeader /* Table Header */
{
}
