/* CSS Document */

.texto {
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
}
.textobold {
	font-family: Verdana;
	font-size: 10px;
	color: #FF9900;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
}
a:link {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF9900;
	text-decoration: underline;
}
a:visited {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FF9933;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FF5015;
	text-decoration: underline;
}
a:active {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FF9900;
	text-decoration: underline;
}
