.destaques {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0px;
  background-image: url("http://www.tecpar.br/img/borda_destaques.jpg");
  background-repeat: no-repeat;
}

.destaques caption{
	color: #FF8C00;
	font-weight: bold;
	font-size: 12px;
}

.destaques td{
	font-size: 11px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	text-align: justify;
}

.destaques tr{
	height: 50px;
}

.destaquesTitulo{
	color: #26145E;
	font-weight: bold;
	font-size: 12px;
}

.destaques a{
	text-decoration: none;
	color: #26145E;
}

.destaques a:visited{
	text-decoration: none;
	color: #26145E;
}

.destaques a:hover{
	text-decoration: none;
	color: #FF8C00;
}




/*NOTICIAS*/

.noticias {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0px;	
  background-image: url("http://www.tecpar.br/img/borda_noticias.jpg");
  background-repeat: no-repeat;
  padding-bottom: 20px;
  padding-top: 0px;
}

.noticias caption{
	color: #FF8C00;
	font-weight: bold;
	font-size: 12px;
}

.noticias td{
	font-size: 11px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: justify;
}

.noticias tr{
	height: 20px;
}

.noticiasTitulo{
	color: #26145E;
	font-weight: bold;
	font-size: 12px;
}

.noticias a{
	text-decoration: none;
	color: #26145E;
}

.noticias a:visited{
	text-decoration: none;
	color: #26145E;
}

.noticias a:hover{
	text-decoration: none;
	color: #FF8C00;
}




