.titulo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #FFF;
	font-style: normal;
	font-weight: bold;
}
.titulo_MAIOR {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-style: normal;
	font-weight: bold;
}

.texto {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
}
.textoGrande {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #999;
	font-weight: bold;
}
body {
	background-image: url(fundo.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}



a:link {
	color: #09F;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
}


a:hover {
	color: #06F;
	text-decoration: underline;
	font-size: 12px;
}
a:visited {
	color: #09F;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}


a.link2:link {
	color:#FFF; 
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
}

a.link2:hover {
	color:#FFF; 
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	text-decoration: underline;
	font-size: 12px;
}
a.link2:visited {
	color:#EEE;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
}


.titulo_contato {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #C00;
}
.texto_contato {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}
.texto_pacote {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
}

.texto_contato_GRANDE {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 19px;
	color: #fff;
}
.texto_simples {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}
.texto_mini {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #333;
}
.texto_mini_azul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #006;
}

.texto_sauipe {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #0047B3;
}
.texto_azul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #0033cc;
}
.texto_azul_GRANDE {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #0033cc;
}

.texto_vermelho {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #990000;
}
.texto_vermelho_Grande {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #C30;
}


.style-1 input[type="text"] {
  display: block;
  margin: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 18px;
  color:#00f;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border-color: #B9DCFF;
  border: solid 1px #B9DCFF;
}

.style-1 input[type=text]:hover, textarea:hover{ 
         background: #E8F3FF; border:1px solid #990000;
}
