body
{
	font-family: Arial;
	font-size: 12px;
}

h1
{
	padding: 10px;
	font-family: verdana;
	font-size: 20px;
	text-align: right;
	font-style: italic;
	text-decoration: underline;
}

a{
    color: #000000;
    text-decoration: none;
}

a:hover{
    color: #FF0000;
    text-decoration: none;
}

.titulo{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    font-family: verdana;
}


.titulo_menu
{
    font-family: verdana;
    text-align: right;
	font-size: 12px;
	font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 3px;	
}


.menu a{
	line-height:200%;
    color: #000000;
    text-decoration: none;
}

.menu a:hover{
    color: #FF0000;
    text-decoration: none;
}

#publicidade a
{
    color: #555555;
    text-decoration: none;
}

#publicidade a:hover
{
    color: #555555;
    text-decoration: underline;
}


/*  Abaixo somente para VELAS */
.texto_velas {
    font-size: 13px;
    font-family: verdana;
}

.texto_destaque_velas {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    font-family: verdana;
}

.titulo_velas {
	background-color: #DDDDDD;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    font-family: verdana;
}
/*  Fim do somente para VELAS */

.titulo_marcas 
{
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    font-family: verdana;
}

.botao 
{
    border: 1px solid #000000;
}

.formularios {
    font-family: arial;
    font-size: 11px;
    color: #666666;
    text-decoration: none;
    border: 1px solid #000000;
    background:#FFFFEE;     /* Cor Fundo Formulario */
}

.formularios:focus 
{
    background:#FFFF80; /* Cor Formulario Foco */
}

.txt_paginacao_selecionado
{
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    color: #FF0000;
    text-decoration: none;
}