/* Text Styles */
hr { color: #292929}
body, table, tr, th /* Normal */
{
 font-size: 12pt;
 font-family: 'Times New Roman';
 font-style: normal;
 font-weight: normal;
 color: #292929;
 text-decoration: none;
}
span.f_CodeExample /* Code Example */
{
 font-family: 'Courier New';
 color: #000000;
}
span.f_Comment /* Comment */
{
}
span.f_Defines /* Defines */
{
 font-size: 14pt;
 font-style: italic;
 font-weight: bold;
 color: #539d37;
 text-transform: uppercase;
}
span.f_EntryHeader /* EntryHeader */
{
 font-size: 18pt;
 color: #c60000;
}
span.f_EntryPage /* EntryPage */
{
}
span.f_EntryText /* EntryText */
{
 font-size: 14pt;
 color: #333333;
}
span.f_Header /* Header */
{
 font-size: 16pt;
 font-weight: bold;
 color: #333333;
}
span.f_Header2 /* Header2 */
{
 font-size: 14pt;
 color: #993300;
}
span.f_Header3 /* Header3 */
{
 font-size: 13pt;
 font-weight: bold;
 color: #333399;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 14pt;
 font-weight: bold;
 color: #ffffff;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_Normal_margin /* Normal_margin */
{
}
span.f_Notes /* Notes */
{
 font-style: italic;
 color: #3366ff;
}
span.f_Notes2 /* Notes2 */
{
 font-size: 11pt;
 font-style: italic;
 font-weight: bold;
 color: #ff0000;
}
/* 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_Defines /* Defines */
{
}
.p_EntryHeader /* EntryHeader */
{
 margin: 0px 0px 10px 0px;
}
.p_EntryPage /* EntryPage */
{
}
.p_EntryText /* EntryText */
{
}
.p_Header /* Header */
{
 margin: 5px 0px 5px 0px;
}
.p_Header2 /* Header2 */
{
 margin: 10px 0px 5px 0px;
}
.p_Header3 /* Header3 */
{
 margin: 10px 0px 10px 0px;
}
.p_Heading1 /* Heading1 */
{
}
.p_ImageCaption /* Image Caption */
{
}
.p_Normal_margin /* Normal_margin */
{
 margin: 5px 0px 5px 0px;
}
.p_Notes /* Notes */
{
}
.p_Notes2 /* Notes2 */
{
}
