@charset "utf-8";
/* CSS Document */
body{
	background-color:#FFF;
}
td, th{
cursor: default;
}
td a{
    color: black;
}
.listing_trMain, .listing_trMain a{
	background-color:#333;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	color:#FFF;
}

.listing_trMain a:hover{
	text-decoration:underline;
	color:#9B5CA3;
}

.top_ten1{
	background:#EAEAEA;
	font-size:11px;
	text-align:center;
}

.top_ten2{
	background:#F9F9F9;
	font-size:11px;
	text-align:center;
}

tr.top_ten1:hover, tr.top_ten2:hover{
	background-color: #98CC00;
}

tr.top_ten1:hover a, tr.top_ten2:hover a{
	color: #004E82;
}

.navegation{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10pt;
	width: 680px;
	float: right;
	margin-right: 60px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

.table_listing{
	float: right;
	margin-right: 60px;
}

.table_listing table{
	border: 1px solid rgb(204, 204, 204);
	margin-bottom: 5px;
	margin-top: 10px;
}