/* Comment out the class that needs to be displayed */
#indicator_default,
/* #indicator_athletes, */
#indicator_coaches,
#indicator_medicos,
#indicator_organisations {
	display: none;
}


/* Comment out the class that needs to be highlighted */

.default a, .default a:visited {
	color: #C99100;
}
/*.athletes a, .athletes a:visited {
	color: #C99100;
}*/
.coaches a, .coaches a:visited {
	color: #C99100;
}
.medicos a, .medicos a:visited {
	color: #C99100;
}
.organisations a, .organisations a:visited {
	color: #C99100;
}

