﻿.texto_azul_xx
{
    font-weight: bold;
    font-size: xx-small;
    text-transform: none;
    color: #0f70b4;
    font-style: normal;
    font-family: Arial, Verdana;
    font-variant: normal;
    text-decoration: none;
}
.texto_preto_xx
{
    font-weight: normal;
    font-size: xx-small;
    text-transform: none;
    color: Black;
    font-style: normal;
    font-family: Arial, Verdana;
    font-variant: normal;
    text-decoration: none;
    text-align: justify;    
}
.texto_preto_xxx
{
    font-weight: normal;
    font-size: 8px;
    text-transform: none;
    color: Black;
    font-style: normal;
    font-family: Arial, Verdana;
    font-variant: normal;
    text-decoration: none;
    text-align: justify;
}
.texto_cinza_xx
{
    text-transform: none;
    color: #747378;
    text-decoration: none;
    font: xx-small Arial, Verdana;
    vertical-align: top;
    direction: ltr;
    letter-spacing: normal;
    text-align: justify;
}
.texto_vermelho_xx
{
    text-transform: none;
    color: #ff0000;
    text-decoration: none;
    font: xx-small Arial, Verdana;
    vertical-align: top;
    direction: ltr;
    letter-spacing: normal;
    text-align: justify;
}
.texto_laranja_x
{
    text-transform: none;
    color: Orange;
    text-decoration: none;
    font: x-small Arial, Verdana;
    vertical-align: top;
    direction: ltr;
    letter-spacing: normal;
    text-align: justify;
}
.texto_preto_x
{
    text-transform: none;
    color: Black;
    text-decoration: none;
    font: x-small Arial, Verdana;
    vertical-align: top;
    direction: ltr;
    letter-spacing: normal;
    text-align: justify;
}
.texto_azul_x
{
    text-transform: none;
    color: #0f70b4;
    text-decoration: none;
    font: x-small Arial, Verdana;
    vertical-align: top;
    direction: ltr;
    letter-spacing: normal;
    text-align: justify;
}
.texto_valorProdutoLancamento_xx
{
    color: Orange;
    text-decoration: line-through;
    font: bold small Arial, Verdana;
    vertical-align: top;
    direction: ltr;
    letter-spacing: normal;
    text-align: justify;
}
.texto_valorProdutoLancamento_x
{
    text-transform: none;
    color: Red;
    text-decoration: none;
    font: bold large Arial, Verdana;
    vertical-align: top;
    direction: ltr;
    letter-spacing: normal;
    text-align: justify;
}
.bg_color_white
{
    background-color: #FFFFFF;
}
.bg_color_gray
{
    background-color: #EDEDED;
}