/* Text Styles */
hr { color: #000000}
body, table /* Normal */
{
 font-size: 12px;
 font-family: 'Arial';
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.fnt1 /* Apresentacao */
{
 font-size: 16px;
 font-weight: bold;
 color: #ff6600;
}
span.fnt2 /* Code Example */
{
 font-size: 11px;
 font-family: 'Courier New';
 color: #000000;
}
span.fnt3 /* Comment */
{
}
span.fnt4 /* Courier Fixed */
{
 font-family: 'Courier New';
}
span.fnt5 /* Destaque */
{
 font-size: 13px;
 color: #ff0000;
}
span.fnt6 /* Dicas */
{
 font-size: 13px;
 font-weight: bold;
 color: #008000;
}
span.fnt7 /* Exemplos */
{
}
span.fnt8 /* Explicacao */
{
 font-family: 'Tahoma';
 font-weight: bold;
}
span.fnt9 /* Figura */
{
 font-size: 13px;
 font-family: 'MS Sans Serif';
 color: #3366ff;
}
span.fnt10 /* Heading1 */
{
 font-size: 19px;
 font-weight: bold;
 color: #ffffff;
}
span.fnt11 /* Image Caption */
{
 font-size: 11px;
 font-weight: bold;
}
span.fnt12 /* Notes */
{
}
span.fnt13 /* NrTopico */
{
 font-size: 16px;
 font-weight: bold;
 color: #ff6600;
}
span.fnt14 /* Topico */
{
 font-size: 16px;
 font-weight: bold;
 color: #0000ff;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 10px;
}
.par1 /* Apresentacao */
{
 margin: 0px 0px 0px 0px;
}
.par2 /* Code Example */
{
 white-space: nowrap;
 margin: 0px 0px 0px 0px;
}
.par3 /* Comment */
{
}
.par4 /* Destaque */
{
}
.par5 /* Exemplos */
{
 text-indent: -48px;
 margin: 0px 0px 0px 78px;
}
.par6 /* Explicacao */
{
}
.par7 /* Heading1 */
{
}
.par8 /* Image Caption */
{
}
.par9 /* Notes */
{
}
.par10 /* NrTopico */
{
 margin: 0px 0px 0px 0px;
}
.par11 /* Topico */
{
 margin: 0px 0px 0px 0px;
}

