
a{
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #000000;
    TEXT-DECORATION: underline;
}
a:hover{
    COLOR: #FF0000;
	TEXT-DECORATION: underline;

}

.rodape {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF0000;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.img_prod {
	border: 1px solid #B4B4B4;
}
.main_content {
	padding: 18px; 
	/*padding-right: 18px; 
	padding-top: 10px;*/ 
	background-image: url(../img/logo_backg.gif); 
	background-repeat: no-repeat;
	background-position: 240px 33px;
}



/* OLD STYLES


.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
}
.texto_branco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
}
.texto_claro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	font-weight: normal;
}
.texto_input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
}
a{
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #666666;
    TEXT-DECORATION: none;
}
a:hover{
    COLOR: #000000;
	TEXT-DECORATION: none;

}
a.prod{
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #000000;
    TEXT-DECORATION: none;
}
a.prod:hover{
    COLOR: #000000;
	TEXT-DECORATION: none;

}
.preco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999999;
	font-weight: normal;
}

*/