body {
	margin : 0px 0px 0px 0px;
	background-color: #ffffff;
	font-family: verdana, arial, helvetica, geneva;
	font-size: 9px;
	color: #5a5a5a;
	line-height: 15px;
	overflow: hidden;
}
body.fons_index {
	background-color: #0247b6;
	background-image : url(imatges/fons.gif);
}
.indent {
	text-indent: 20px;
}
table, td {
	font-family: verdana, arial, helvetica, geneva;
	font-size: 9px;
	color: #5a5a5a;
}
a {
	color: #0247b6;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
input,select {
	height: 18;
	border: 1px solid #80a3da;
	background: #ffffff;
	font-family: arial, verdana, helvetica, geneva;
	font-size: 11px;
	color: #000000;
}
input.boto {
	height: 18;
	border: 1px solid #80a3da;
	background: #80a3da;
	font-family: arial, verdana, helvetica, geneva;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
textarea {
	width: 150;
	height: 100;
	border: 1px solid #80a3da;
	background: #ffffff;
	overflow: auto;
	font-family: arial, verdana, helvetica, geneva;
	font-size: 11px;
	color: #000000;
}