/* Estils comuns */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
b, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}
a {
	color: #000E78;
	text-decoration: underline;
}
a:hover {
	color: #6A4300;
	text-decoration: underline;
}
input, textarea, select {
	font-size: 10px;
	color: #000000;
	background-color: #F0ECE5;
	border-top: 1px solid #6A4300;
	border-right: 1px solid #6A4300;
	border-bottom: 1px solid #6A4300;
	border-left: 1px solid #6A4300;
}

/* Estils d'elements */
.text {
	font-size: 11px;
	text-align: justify;
}
.textPetit {
	font-size: 9px;
	text-align: justify;
}
.textNJ {
	font-size: 11px;
}
A.menuN1 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
A.menuN2 {
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	left: 3px;
}
A.menuN3 {
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}
.titolPagina {
	font-size: 18px;
	font-weight: bold;
	text-indent: 5px;
}
.titolSeccio {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;

}

.titolAmbit {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	background-color: #F0ECE5;
}

.titolElement {
	font-size: 11px;
	background-color: #F0ECE5;
}

.titolFiltre {
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	letter-spacing: 1px;
}
.formBoto {
	font-size: 10px;
	font-weight: bold;
	color: #F0ECE5;
	background-color: #6A4300;
	border-top: 1px outset #000000;
	border-right: 1px outset #000000;
	border-bottom: 1px outset #000000;
	border-left: 1px outset #000000;
}
.linkLlistes {
	font-size: 10px;
	text-decoration: none;
}
