.sombraHorizontal {
	background-attachment: scroll;
	background-image: url(images_a/sombra_horizontal.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.BkgConteudos {
	background-color: #EAF0F1;
	background-attachment: fixed;
	background-image: url(images_a/fundoconteudo.jpg);
	background-repeat: repeat-x;


}
.Txtcontactos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #815B2E;
}

.Forms {
	background-color: #ECEDDC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #39494D;
	height: 19px;
	width: 165px;
	border: #A19C84 1px solid;

}
.ComboBox {
	background-color: #ECEDDC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #39494D;
	height: 19px;
	width: 200px;
	border: 1px solid #A19C84;

}

}
.iframe{
	background-color: #ffffff;
	scrollbar-face-color: #F6F0E7;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #FA5B94;
	background-image: url(images_a/fundoconteudo.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
.Titulos {
	color: #FA5B94;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #815B2E;
}

a.link {
	color:#FA5B94;
	text-decoration:underline;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


a.link:hover {
	color:#FA5B94;
	text-decoration:none;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.button{
 	border: #A19C84 1px solid; 
 	font-size: 11px; 
	color: #86826E; 
	font-weight: normal; 
	font-family: arial;
	background-color: #ECEDDC;
	text-decoration:bold; 
} 
