.categoria {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
.categoria a{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
.categoria:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #E57F7F;
	text-decoration: none;
}
.sub_categoria {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #0066DD;
	text-decoration: none;
}
.sub_categoria a{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #0066DD;
	text-decoration: none;
}
.sub_categoria:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #7FB2EE;
	text-decoration: none;
}
.atividade {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #4C4C4C;
	text-decoration: none;
}
.atividade a{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #4C4C4C;
	text-decoration: none;
	padding: 2px 3px 2px 3px;
}
.atividade a:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #4C4C4C;
	padding: 2px 3px 2px 3px;
}