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