.texto_branco {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.links_menu {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #006666;
	text-decoration: none;
	line-height: 120%;
}

.links_menu a:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #006666;
	text-decoration: underline;
}

.texto_azul {
	font-family: Tahoma;
	font-size: 11px;
	color: #006666;
	text-decoration: none;
	line-height: 15px;
}

.texto_azul a:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #006666;
	text-decoration: underline;
	line-height: 15px;
}

A:hover {
	text-decoration: underline;
}

.texto_verde {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #009900;
	text-decoration: none;
}

.newsletter_campos {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #006666;
	border: 1px solid #006666;
	background-color: #FFFFFF;
}

.busca_campos {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #009900;
	border: 2px solid #FFFF00;
	background-color: #FFFFFF;
}

.busca_ok {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border: 2px solid #FFFF00;
	background-color: #009900;
	width:25px;
}

.borda_imagens {
	border: 1px solid #006666;
}