/* CSS Document */

html, body {
margin-bottom:0;
margin-left:0;
margin-right:0;
margin-top:0;
	margin: 0px;
	height: 100%;
	width: 100%;
	background-image: url(imagens/back_degrade.jpg);
	background-color: #FAF9BB;
	background-repeat:repeat-x;
}

.barra_branca_sup{
background-image: url(imagens/barra_branca_sup.jpg);
background-repeat:repeat-x;
}

.texto_normal{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}

.texto_normal_negrito{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
font-weight:bold;

}

.texto_preco_negrito{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#009900;
font-weight:bold;

}

.texto_normal_negrito_topo{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#5C5729;
font-weight:bold;

}

.texto_rodape{
font-family:Tahoma,arial;
font-size:11px;
}

a{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#0570D3;
	text-decoration:none;
}
