/* CSS Document */


a:link.nav {
	color:#666666;
	text-decoration:none;
	font-weight: bold;
		font-size:12px;
}

a:visited.nav {
	color:#666666;
	text-decoration:none;
	font-weight: bold;
		font-size:12px;
}

a:active.nav {
	color:#666666;
	text-decoration:none;
	font-weight: bold;
		font-size:12px;
}

a:hover.nav {
	color:#01859E;
	font-weight:bold;
		font-size:12px;
}

.titol {
	color:#01859E;
	font-size:18px;
	font-weight:bold;
}

.seccio {
	color:#666666;
	font-size:13px;
	font-weight:bold;
}

