/* CSS Document */
/**************************************************************************************************/
#destaque {

margin:0px auto 0px auto;
width:440px;
height:197px;

}

#destaque-left {

margin:0px auto 0px auto;
width:212px;
height:147px;
float:left;

}

#destaque-right {

margin:0px auto 0px auto;
width:225px;
height:147px;
float:right;

}

.destaque-tit {

font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
font-weight:bold;

}

.destaque-text {

font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;

}

.hist1 {font-size: 11px; color: #0099CC; font-family: "Trebuchet MS";}

.hist2 {font-size: 11px; color: #006699; font-family: "Trebuchet MS";}


/*********************** LINK NOTICIA ************************************/
a.destaque:link {
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	font-weight:bold;
	text-decoration: none;
	
}
a.destaque:visited {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	font-weight:bold;
	text-decoration: none;

}
a.destaque:hover {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	font-weight:bold;
	text-decoration:underline;
	
}

a.destaque:active {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	font-weight:bold;
	text-decoration: none;

}