.border {
	border: 1px solid #006699;
}
.fonsCuadro {
	background-image: url(img/cuadro.gif);
	background-repeat: no-repeat;

}
input {
	font-size: 8pt;
	color: #666666;
	background-color: #E5E5E5;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
}
.titol {
	font-size: 10pt;
	color: #336699;
}
.logoFons {
	background-image: url(img/logo_fons.jpg);
	background-repeat: no-repeat;
	background-position: center center;

}
.text {
	font-size: 8pt;
	color: #333333;
	text-align: justify;

}

.borderdot {
	border: 1px dotted #999999;
}
a:link {
	color: #0066CC;
	text-decoration: none;

}
a:visited {
	color: #006699;
	text-decoration: none;

}
a:active {
	color: #0066CC;
	text-decoration: none;

}
a:hover {
	font-weight: normal;
	color: #0033CC;
	text-decoration: underline;

}
.fonsRatlla {
	background-image: url(img/fons_ratlla.gif);
}
.borderBottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #777777;	
}

