@charset "utf-8";
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #004B79;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #004B79;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #004B79;
	text-decoration: none;
}

.textoDestaque {
	color: #0080BF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.preco {
	color: #CC0000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.titulo {
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	color: #006393;
}

.subTitulo {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

.txtDetalhes {
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

.precoCombo {
	color: #CC0000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.tituloCombo {
	font-size: 22px;
	font-family: Arial;
	font-weight: bold;
	color: #006393;
}

.caixasFormCombo{
	font-size:10px;
	font-family: Arial;
	color: #000000;
}