/* Text Styles */
hr { color: #000000}
body, table /* Normal */
{
 font-size: 10pt;
 font-family: 'Arial';
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.fnt1 /* Code Example */
{
 font-size: 8pt;
 font-family: 'Courier New';
 color: #000000;
}
span.fnt2 /* Comment */
{
}
span.fnt3 /* Courier Fixed */
{
 font-size: 9pt;
 font-family: 'Courier New';
 color: #000000;
}
span.fnt4 /* Heading Custom */
{
 font-size: 12pt;
 font-weight: bold;
}
span.fnt5 /* Heading1 */
{
 font-size: 14pt;
 font-weight: bold;
 color: #ffffff;
}
span.fnt6 /* Heading2 */
{
 font-size: 12pt;
 font-weight: bold;
}
span.fnt7 /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.fnt8 /* Normal Idented */
{
}
span.fnt9 /* Notes */
{
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 line-height: 1.50;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.par1 /* Code Example */
{
 line-height: 1.0;
 white-space: nowrap;
}
.par2 /* Comment */
{
}
.par3 /* Heading Custom */
{
 border-color: #000000;
 border-style: solid;
 border-width: 1px;
 border-right: none;
 border-bottom: none;
 border-left: none;
 padding: 1px 1px 1px 1px;
 margin: -1px -1px -1px -1px;
}
.par4 /* Heading1 */
{
}
.par5 /* Heading2 */
{
}
.par6 /* Image Caption */
{
}
.par7 /* Normal Idented */
{
 margin: 0px 0px 0px 24px;
}
.par8 /* Notes */
{
}

