/* CSS Document */

.txt-verde
 {
	font-family: Tahoma;
	font-size: 11px;
	color: #006600;
	text-decoration: none;
}
.txt-verde:hover
 {
	font-family: Tahoma;
	font-size: 11px;
	color: #003300;
	text-decoration: underline;
}

.tit-marrom {
	font-family: Tahoma;
	font-size: 14px;
	color: #996600;
	font-weight: bold;
}
.tit-marrom1 {
	font-family: Tahoma;
	font-size: 14px;
	color: #FF6600;
	font-weight: bold;
}

.txt-azul
 {
	font-family: Tahoma;
	font-size: 11px;
	color: #003399;
	text-decoration: none;
}
.txt-azul:hover
 {
	font-family: Tahoma;
	font-size: 11px;
	color: #003333;
	text-decoration: underline;
}

.txt-newsletter
 {
	font-family: Tahoma;
	font-size: 11px;
	color: #003399;
	text-decoration: none;
	}

.botao-form {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #00ABF4;
	padding: 1px;
	font-weight: bold;
}

.txt
 {
	font-family: Tahoma;
	font-size: 11px;
	color: #003399;
	text-decoration: none;
	}