@charset "utf-8";
/* CSS Document */

a:link {
	color: #0033CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0033CC;
}
a:hover {
	text-decoration: none;
	color: #006633;
}
a:active {
	text-decoration: none;
	color: #0033CC;
}

.traconot{
background-image: url(../imagens/palheta_noticias.png);  background-repeat:repeat-x; width:auto;   background-repeat:no-repeat-y; height:8px; 
}



/*cores font indicador da noticia hib*/
.not {
	color: #006600;
	text-align: justify;
	font-family:Arial;
	font-size: 16px;
	
}
.not1 {
	color: #000000;
	text-align: justify;
	font-family: Arial;
	font-size: 14px;
	
}
/*titulo da noticia cadastrada cores e font*/
.not2 {
	font-style:bold;
	color: #000000;
	text-align: left;
	font-family:Arial;
	font-size: 12px;
	
}
/*texto da noticia cadastrada cores e font*/
.not3 {
	color: #333333;
	margin-top:auto;
	text-align:justify;
	font-family:Arial;
	font-size: 11px;
	
}
/*foco na noticia*/
table.table_lista tbody tr:hover {
	background-color: #EEEEEE;
}
