@charset "utf-8";
/* CSS Publicacao - Fontes */

/* Fonte Conteudo*/
.Pub_Con{
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#555555;
	}

/* Link */
.Pub_Con a{
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#555555;
	text-decoration:none;
	}
	.Pub_Con a:hover{
		font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
		color:#555555;
		text-decoration:underline;
		}
