.texto {
	font-family: Trebuchet, Arial, Helvetica;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #000000;
}
/*Links Comuns:  COPIADOS TEMPORARIMAENTE DO COMUNICA */

a:link {
	font-family: Trebuchet, Arial, Helvetica;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #99CC00;
	text-decoration: none;

}


/*Links já visitados: */
a:visited {
	font-family: Trebuchet, Arial, Helvetica;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #339999;
	text-decoration: none;

}

/*Links ao passar do mouse */
a:hover {
	font-family: Trebuchet, Arial, Helvetica;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #006600;
	text-decoration: none;

}

/*Links no momento do clique */
a:active {
	font-family: Trebuchet, Arial, Helvetica;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

hr {
      color: #99CC00;
      height: 2px;
    }

