@charset "utf-8";
.FundoGeral {
	background-attachment: fixed;
	background-color: #FFF;
	background-image: url(../imagens/back01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.menu-logo {
	background-attachment: scroll;
	background-image: url(../imagens/menu-logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 47px;
	width: 100%;
}
.menu-texto {
	font-family: Candara, Verdana, Arial;
	font-size: 12px;
	font-weight: lighter;
	color: #000000;
	letter-spacing: 0;
}
.titulo-cinza {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #333;
	letter-spacing: 0;
	text-transform: none;
}
.titulo-bege {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #e8dfdf;
	letter-spacing: 2px;
	text-transform: none;
}
.titulo-goiaba {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #ca4b4b;
	letter-spacing: 2px;
	text-transform: none;
}


.titulo-cinza2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: lighter;
	color: #333;
	letter-spacing: 2px;
	text-transform: none;
}

.texto-cinza {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	letter-spacing: 2px;
	text-transform: none;
}
.texto-cinza2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	letter-spacing: 2px;
	text-transform: none;
}
.texto-branco {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 0;
	text-transform: none;
}
.texto-preto {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	letter-spacing: 0;
	text-transform: none;
}
.texto-preto2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	letter-spacing: 0;
	text-transform: none;
}
.texto-vermelho {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
	letter-spacing: 0;
	text-transform: none;
}
.texto-vermelho2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	letter-spacing: 0;
	text-transform: none;
}
.texto-bege2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #E8DFDF;
	letter-spacing: 2px;
	text-transform: none;
}
a:link {
	color: #006666;
	text-decoration: none;
	font-family: Candara, Verdana, Arial;
	font-weight: bold;
}
a:visited {
	color: #006666;
	font-family: Candara, Verdana, Arial;
	font-weight: bold;
}
a:hover {
	color: #006666;
	font-family: Candara, Verdana, Arial;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #006666;
	font-family: Candara, Verdana, Arial;
	font-weight: bold;
}
