/* Estils de les pàgines centrals  */
body {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF;
	width: 700px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;

}
.titol {
	font: bold normal 18px Verdana, Arial, Helvetica, sans-serif;
	color: #7CC242;
}
.titol:first-letter 
{
	letter-spacing: 0px;
	font-size: 200%;
}
.text, td {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000000;
}
.subtitol {
	font: bold normal 14px Arial, Helvetica, sans-serif;
	color: #7CC242;
}
.rallestaula {
	border: 1px solid #000000;
}
.td0 {
	background-color: #7CC242;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.td1 {
	background-color: #D5E9C1;
	font-size: 11px;
	color: #000000;
}
.td2 {
	background-color: #BDDC9B;
	font-size: 11px;
	color: #000000;
}
.td3 {
	background-color: #FFFFFF;
	font-size: 11px;
	color: #000000;
}
input, textarea, select{
	border: 1px solid #000000;
	font-size: 11px;
	font-weight: bold;
}
.verd{
color:#7CC242;
}
a, a:link, a:active{
	font-weight:bold;
	text-decoration:none;
	color:#666666;
}
a:hover{
	text-decoration:underline;
	color:#000000;
}
