/* 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.fnt1 /* Code Example */
{
 font-size: 8pt;
 font-family: 'Courier New';
}
span.fnt2 /* Comment */
{
}
span.fnt3 /* Heading1 */
{
 font-size: 16pt;
 font-weight: bold;
}
span.fnt4 /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.fnt5 /* Notes */
{
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.par1 /* Code Example */
{
 white-space: nowrap;
}
.par2 /* Comment */
{
}
.par3 /* Heading1 */
{
}
.par4 /* Image Caption */
{
}
.par5 /* Notes */
{
}
