@charset "utf-8";
/* CSS Links - Lista - Fontes - Links */

/* Titulo */
.Lin_Lis_Tit{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#111;
	word-spacing:1px;
	font-weight:bold;
	text-decoration:none;
	}
	.Lin_Lis_Tit:hover{
		text-decoration:underline;
		}

/* Link */
.Lin_Lis_Lin{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#111;
	text-decoration:none;
	}
	.Lin_Lis_Lin:hover{
		text-decoration:underline;
		}

