/* 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.f_BlinkText /* Blink Text */
{
 letter-spacing: 4px;
}
span.f_CodeExample /* Code Example */
{
 font-size: 8pt;
 font-family: 'Lucida Console';
 font-style: italic;
 color: #ff6600;
}
span.f_Comment /* Comment */
{
 font-style: italic;
 font-weight: bold;
 color: #333333;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 16pt;
 font-family: 'Arial Black';
 font-weight: bold;
}
span.f_Heading2 /* Heading2 */
{
 font-size: 14pt;
 font-style: italic;
 font-weight: bold;
}
span.f_Heading3 /* Heading3 */
{
 font-size: 12pt;
 font-weight: bold;
}
span.f_Heading4 /* Heading4 */
{
 font-size: 11pt;
 font-style: italic;
 font-weight: bold;
}
span.f_Heading5 /* Heading5 */
{
 font-style: italic;
 font-weight: bold;
 text-decoration: underline;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_List /* List */
{
}
span.f_Notes /* Notes */
{
 color: #c9332b;
}
span.f_Ordenmenú /* Orden menú */
{
 font-style: italic;
 color: #587498;
}
span.f_Tabla /* Tabla */
{
 font-size: 8pt;
 font-style: italic;
 color: #333333;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: justify;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 3px 8px 3px 19px;
}
.p_BlinkText /* Blink Text */
{
 text-align: center;
 border-color: #000080;
 border-style: double;
 border-width: 2px;
 border-right: none;
 border-bottom: none;
 border-left: none;
 background: #99ccff;
 margin: 3px 0px 3px 0px;
}
.p_CodeExample /* Code Example */
{
 text-align: left;
 margin: 0px 0px 0px 57px;
}
.p_Comment /* Comment */
{
 text-indent: 19px;
 border-color: #000080;
 border-style: solid;
 border-width: 1px;
 background: #d5eaff;
 padding: 6px 6px 6px 6px;
 margin: 9px 70px 9px 70px;
}
.p_Heading1 /* Heading1 */
{
 margin: 3px 8px 3px 10px;
}
.p_Heading2 /* Heading2 */
{
}
.p_Heading3 /* Heading3 */
{
 margin: 3px 8px 3px 38px;
}
.p_Heading4 /* Heading4 */
{
}
.p_Heading5 /* Heading5 */
{
}
.p_ImageCaption /* Image Caption */
{
 text-align: center;
}
.p_List /* List */
{
 margin: 1px 8px 0px 28px;
}
.p_Notes /* Notes */
{
 margin: 3px 8px 3px 76px;
}
.p_Ordenmenú /* Orden menú */
{
 text-indent: -288px;
 margin: 3px 8px 3px 422px;
}
.p_Tabla /* Tabla */
{
 margin: 0px 4px 0px 4px;
}

