
/* CSS Document */
a.texto:link {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #939393;
	border-style:none;
	font-weight: bold;
	padding:5px 0px 5px 0px;
	text-decoration:none;		
}

a.texto:visited {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #939393;
	border-style:none;
	font-weight: bold;
	padding:5px 0px 5px 0px;
	text-decoration:none;	
}

a.texto:active {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #939393;
	border-style:none;
	font-weight: bold;
	padding:5px 0px 5px 0px;
	text-decoration:none;	
}

a.texto:hover {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cc0000;
	border-style:none;
	font-weight: bold;
	padding:5px 0px 5px 0px;
	text-decoration:none;	
}

