/* CSS Document */
.txtPie{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.txtGral{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 12px;
	text-align: justify;
}
a {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:visited {
	text-decoration: none;
	color: #666666;
}

