/* CSS Document */
body {
	background-color: #EEEEEE;
	margin-top: 20px;
}
a:link {
	color: #2C7CAD;
	text-decoration: none;
	
}
a:visited {
	text-decoration: none;
	color: #2C7CAD;

}
a:hover {
	text-decoration: underline;
	color: #2C7CAD;
}
a:active {
	text-decoration: none;
	color: #2C7CAD;
}
h1 {
	font-size: 14px;
	font-style: normal;
}
h2 {
	font-size: 12px;
	font-style: normal;
}
h3 {
	font-size: 10px;
	font-style: normal;
}
h4 {
	font-size: 9px;
	font-style: normal;
}

.Taula_principal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
}
.text_benvinguts {color: #717078}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.text_blau {
	color: #2E7CAC;
	font-size: 12px;
}
.text_blau_peque {
	color: #2E7CAC;
	font-size: 11px;
}
.text_gris {
	color: #666666;
}
.taula_gris {
	background-color: #F5F5F5;
}
.quadret_verd {
	list-style-image: url(../images/quadret_verd.jpg);
	list-style-position: outside;
}
.quadret_blau {
	list-style-image: url(../images/quadret_blau.jpg);
	list-style-position: outside;
}
.quadret_taronja {
	list-style-image: url(../images/quadret_taronja.jpg);
	list-style-position: outside;
}
.quadret_gris {
	list-style-image: url(../images/quadret_gris.jpg);
	list-style-position: outside;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background:#FFFFFF;
	border: 1px solid #A5ACB2;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.text_gran {
	font-size: 12px;
	color:#67B85B;
}

