@charset "utf-8";
/* CSS Document */

	/* Inídio dos DESTAQUES */
	
	#destaques {
		margin: 10px 0 10px 0;
		position: relative;
		clear: both;
		width: 100%;
		text-align: center;
		border-top: 1px solid #0e4586;
		border-bottom: 1px solid #0e4586;		
	}
	
	#destaques p {
		font: 8pt Verdana, Geneva, sans-serif;
		text-align: center;
	}
	
	#destaques img {
		border-top: 3px solid #0E4586;
		border-left: none;
		border-bottom: 3px solid #0e4586;
		border-right: none;
	}
	
	#destaques h1, h2, h3, h4, h5,h6{
		text-decoration: none;
	}
	
	#destaques a, a visited, a actived {
		text-decoration: none;
		color: #0E4586;
	}
	
	#destaques h4:hover {
		text-decoration: underline;
	}
	
	/* Fim dos DESTAQUES */