@charset "utf-8";
/* CSS Noticias Pagina 002 - Fontes - Links */

/* Titulo Link */
.Not_Pag_002_Cha_Tit{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#2d8638;
	text-decoration:none;
	}
	.Not_Pag_002_Cha_Tit:hover{
		color:#2d8638;
		text-decoration:underline;
		}
	.Not_Pag_002_Cha_Tit:visited{
		color:#2d8638;
		}

/* Chamada Link */
.Not_Pag_002_Cha_Cha{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#4c4f4c;
	word-spacing:1px;
	text-decoration:none;
	}
	.Not_Pag_002_Cha_Cha:hover{
		color:#4c4f4c;
		text-decoration:underline;
		}
	.Not_Pag_002_Cha_Cha:visited{
		color:#4c4f4c;
		}

