body {
	text-align: center;
	vertical-align: top;
	background-color: #FFF;
	background-image: url(img/fundo.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #144d29;
	text-decoration: none;
}
a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #144d29;
	text-decoration: none;
}
a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #144d29;
	text-decoration: underline;
}
a:active {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #144d29;
	text-decoration: none;
}

.bg_degrade {
	background-image: url(img/degrade.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.bg_degrade_baixo {
	background-image: url(img/degrade_baixo.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.texto {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
}
.texto_verde {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #144d29;
}
.texto_azul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #007cc3;
}
.texto_rosa {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C42C79;
}


.tit_azul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #007cc3;
}

.tit_verde {
	color: #144d29;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.form {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #007CC3;
	background-color: #FFF;
	border: 1px solid #007CC3;
	height: 16px;
}
.form2 {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #007CC3;
	background-color: #FFF;
	border: 1px solid #007CC3;
}

