@charset "utf-8";
/* CSS Noticias Exibicao - Fontes */

/* Fonte Categoria */
.Not_Exi_Cat{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#4c4f4c;
	word-spacing:1px;
	}

/* Fonte Titulo da Noticia */
.Not_Exi_Tit{
	font-family:Trebuchet MS;
	font-weight:bold;
	font-size:18px;
	color:#2d8638;
	}

/* Fonte Data */
.Not_Exi_Dat{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	word-spacing:1px;
	}
	
/* Fonte Noticia */
#Not_Exi_Tex{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#4c4f4c;
	word-spacing:1px;
	}

/* Fonte */
.Not_Exi_Fon{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	word-spacing:1px;
	text-align:right;
	}
	

