.destaque_VERDE {
	font-weight: bold;
	color: #3E973B;
}
.destaque_CINZA {
	font-weight: normal;
	color: #666666;
	font-size: 10px;
}

.borda
{
	border:1px solid #CCCCCC;
}

a:link {
	text-decoration: none;
	color: #005984;
	font-weight:normal;
}
a:visited {
	text-decoration: none;
	color: #005984;
	font-weight:normal;
}
a:hover {
	text-decoration: underline;
	color: #005984;
	font-weight:normal;	
}
a:active {
	text-decoration: none;
	color: #005984;
	font-weight:normal;	
}
