/* CSS Document d'estils */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
input, textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	background-color: #FFFFFF;
	border: 1px solid #003399;
}
select, option{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	background-color: #FFFFFF;
	border: 1px solid #003399;
}
A { 
	font-size:10pt; 
	font-weight: normal;
	text-decoration:none;
}
A:hover { 
	font-size:10pt; 
	font-weight: normal;
	text-decoration:underline;
}
table { 
	background-color:#FFFFFF;
	
}
.taulafixada { 
	background-color:#FFFFFF;
}
.bordersota{ border-bottom: 1px solid #003399; padding:2px 2px 2px 0px;}
.bordersotav{ border-bottom: 1px solid #003399; padding:2px 2px 2px 0px;color:#003399; font-size:10pt; font-weight: bold;}
.bordersotap{ border-bottom: 1px solid #003399; padding:2px 2px 2px 0px;font-size:1px;}
.titol { color:#003399; font-size:16pt; font-weight: normal;}
.text { color:#000000; font-size:10pt; font-weight: normal;}
.text1, .text2 { color:#000000; font-size:10pt; font-weight: normal;}
/* .text2 { color:#000000; font-size:10pt; font-weight: bold;} */
.textn { color:#000000; font-size:10pt; font-weight: bold;}
.textv { color:#003399; font-size:10pt; font-weight: bold;}
.textr { color:#FF0000; font-size:10pt;}
.alerta { color:#FF0000; font-size:10pt; font-weight: bold;}
.tddreta { text-align: right;font-size:10pt; font-weight: bold}
.tddretagris { color: #000000; text-align:right; font-size:10pt; font-weight: bold; border: 0px; background-color: #E9E9E9}
.td1 { font-size:10pt; font-weight: bold; border: 0px; background-color: #BDDC9B}
.td2 { font-size:10pt; font-weight: normal; border: 0px; background-color: #D5E9C1}
.td0 {
	background-color: #7CC242;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}