/* CSS Document */
#table2 
{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#L4 {
    font-family: Tahoma, Verdana, Arial;
    font-size: 11px;
    font-weight: normal;
    color: #FF0000;
    text-decoration: underline;
    vertical-align: middle;
    text-align: left;
}
.titulos 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.titulos_medios
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.titulos_medios_vermelho
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.titulos_pequenos_b
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.titulos_pequenos
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.preto 
{
      font-family: Arial, Tahoma, Verdana;
      font-size: 11px;
      font-weight: normal;
      color: #000000;
      text-decoration: none;
      text-indent: 3px;
}
.preto_b 
{
      font-family: Arial, Tahoma, Verdana;
      font-size: 11px;
      font-weight: bold;
      color: #000000;
      text-decoration: none;
      text-indent: 3px;
}
a:link 
{
 text-decoration: underline; 
 color:#0000FF;
}
a:visited 
{
 text-decoration: underline; 
 color:#0000FF;
}
a:hover 
{
 text-decoration: underline; 
 color: #FF0000;
}
a:active 
{
 text-decoration: none;
}

.caixa_texto
{
      border: 1px solid #202020;
      font-family: Arial, Tahoma, Verdana;
      font-size: 11px;
      color: #202020;
      text-decoration: none;
      height: 18px;
}

.text_area 
{
      font-family: Arial, Tahoma, Verdana;
      font-size: 11px;
      color: #202020;
      text-decoration: none;
}

/*Necessario para a validação do cnpj*/
.clear
{
   clear:both;
   margin-bottom:5px;
}

label.error
{ 
 color:#FF0000; 
 width:250px;    
 font-family: Arial, Tahoma, Verdana;
 font-size: 11px;
}
