/*######################################################
					FONTS
#######################################################*/

.centro {
	text-align: center;
}

.recomendacao_quadro {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#000;
	font-size:0.7em;
	line-height:1.33em;
}

.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#000;
	font-size:0.9em;
	line-height:1.33em;
}

.texto_cinza {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#666666;
	font-size:0.8em;
	line-height:1.33em;
}

.texto_bold_dicas {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#000;
	font-size:0.8em;
	line-height:1.33em;
}

.produto_nome {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#000;
	font-size:0.7em;
	line-height:1.33em;
}

.recomendacao {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#FFFFFF;
	font-weight: bold;
	font-size:0.9em;
	line-height:1.33em;
}

.texto_forumlario {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#000;
	font-size:0.8em;
	line-height:1.33em;
}

.texto_formulario_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#000;
	font-size:0.8em;
	line-height:1.33em;
}

.texto_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#000;
	font-size:0.9em;
	line-height:1.33em;
}

.vermelho {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#FF0000;
	font-size:0.9em;
	line-height:1.33em;
}

.input {
	font-family:Arial, Helvetica, sans-serif;
	border: 1px solid #0C6E02;
	background:#D6FAB1;
	font-size:0.8em;
	color:#000000;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-weight: bold;
	color: #000000;
	border: 1px solid #0C6E02;
	background: #D6FAB1;
}


/*######################################################
					LINKS
#######################################################*/

a.claro:link
{
	font: bold 12px Arial, Verdana, Sans-Serif, Helvetica;
	color: #000000;
	text-decoration: none;
	cursor: hand;
}

a.claro:visited
{
	font: bold 12px Arial, Verdana, Sans-Serif, Helvetica;
	color: #82C639; 
	text-decoration: none;
	cursor: hand;
}

a.claro:hover
{
	font: bold 12px Arial, Verdana, Sans-Serif, Helvetica;
	color: #82C639;
	text-decoration: none;
	cursor: hand;
}

