.bg {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.bghome {
	background-attachment: fixed;
	background-image: url(images/bg_home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: 3D6791;
	text-decoration: none;
}
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 00235C;
	text-decoration: none;
}
a.email:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 00235C;
	text-decoration: none;
}
a.email:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 00235C;
	text-decoration: none;
}
a.email:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 00235C;
	text-decoration: underline;
}
a.email:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 00235C;
	text-decoration: underline;
}
.bgcontato {
	background-attachment: fixed;
	background-image: url(images/bg_contato.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bform {
	background-color: transparent;
	border: 1px solid #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 00235C;
	text-decoration: none;
}
