@charset "utf-8";
/* CSS Document */

.DataClara {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
}
.DataEscura {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
a.linkfuturo:link {
	color:#333333;
	text-decoration:none;
	font-family: Tahoma;
	font-size: 11px;
}
a.linkfuturo:visited {
	color:#333333;
	text-decoration:none;
	font-family: Tahoma;
	font-size: 11px;
}
a.linkfuturo:hover {
	color:#FF0000;
	text-decoration:underline;
}
a.linkfuturo:active {
	color:#FFFFFF;
	text-decoration:underline;
	background-color:#FF0000;
}
a.linkpassado:link {
	color:#999999;
	text-decoration:none;
	font-family: Tahoma;
	font-size: 11px;
}
a.linkpassado:visited {
	color:#999999;
	text-decoration:none;
	font-family: Tahoma;
	font-size: 11px;
}
a.linkpassado:hover {
	color:#FF0000;
	text-decoration:underline;
}
a.linkpassado:active {
	color:#FFFFFF;
	text-decoration:underline;
	background-color:#006666;
}