/* CSS Document */

BODY {
	SCROLLBAR-FACE-COLOR: #CED7A9;
	SCROLLBAR-HIGHLIGHT-COLOR: #EAEED5;
	SCROLLBAR-SHADOW-COLOR: #EAEED5;
	SCROLLBAR-3DLIGHT-COLOR: #EAEED5;
	SCROLLBAR-ARROW-COLOR: #9CA07F;
	SCROLLBAR-TRACK-COLOR: #CED7A9;
	SCROLLBAR-DARKSHADOW-COLOR: #9CA07F;
}

body {
	background-image: url(../img/background.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.borda_transparente {
	background-image:url(../img/bg_transparente.gif);
}

.fundo_cor {
	background-color:#CED7A9;
}

.fundo_proaloe {
	background-image:url(../img/background_contato.jpg);
}

.fundo_cartinha {
	background-image:url(../img/background_cartinha.jpg);
}

.texto_rodape {
	font-family: Arial;
	font-size: 10px;
	color: #979B7B;
}

.borda_foto {
	border: 5px solid #D2D7AB;
}

.link1 {
	font-family: Arial;
	font-size: 10px;
	color: #7C7D67;
	text-decoration:none;
}
.link1:link {
	text-decoration:none;
	color: #7C7D67;
}
.link1:visited {
	text-decoration:none;
	color: #7C7D67;
}
.link1:hover {
	text-decoration:underline;
	color: #7C7D67;
}
.link1:active {
	text-decoration:none;
	color: #7C7D67;
}

.produtos_titulo {
	font-family: Arial;
	font-weight:bold;
	font-size: 13px;
	color: #7C7D67;
}

.produtos_texto {
	font-family: Arial;
	font-size: 11px;
	color: #7C7D67;
}