body {
	background-color: Silver;
}
td {
	text-decoration: none;
	font-family: sans-serif;
	font-size: x-small;
}
.Capcalera {
	font-size: smaller;
	font-weight: bolder;
}
.OpcioPrincipalMenu {
	background-color: Blue;
	color: White;
	font-weight: bold;
	font-size: smaller;
}
.OpcioPrincipalSeleccionada {
	background-color: Blue;
	color: White;
	text-decoration: underline;
	cursor: hand;
	font-weight: bolder;
	font-size: smaller;
}
.OpcioSubMenu {
	background-color: Silver;
	color: Black;
	font-size: x-small;
	text-decoration: none;
	cursor: hand;
	font-weight: normal;
}
.OpcioSubMenuSeleccionada {
	background-color: Silver;
	color: Black;
	font-size: x-small;
	cursor: hand;
	font-weight: normal;
	text-decoration: underline;
}
.OpcioSubMenuSeccio {
	background-color: Gray;
	color: Black;
	font-size: x-small;
	text-decoration: none;
	cursor: hand;
	font-weight: normal;
}
.OpcioSubMenuSeccioSeleccionada {
	background-color: Silver;
	color: Black;
	font-size: x-small;
	cursor: hand;
	font-weight: normal;
	text-decoration: underline;
}
.TitolSeccio {
	font: bolder 105%;
	background: Gray;
}
.Apartat {
	font-weight: bold;
}
.Notas {
	text-decoration: underline;
	font: smaller sans-serif;
}
.MissatgeEmergent {
	background-color: #FFFFE0;
	border: thin solid Silver;
}
.ApartatFAQs {
	font-size: x-small;
	font-weight: bold;
}