/* Foglio di stile per UsatoGratuito - Nuovo Annuncio
 * Written by Dmitri Sologoubenko
 * Copyright (c) 1999 by MediaCoop a.r.l.
 * Gall. L. Da Vinci, 33 54100 Massa (MS) Italy
 * http://www.mediacoop.com/
 * info@mediacoop.com
 */
 
.primariga {
	font-family: Arial;
	font-size: 10pt;
	font-weight: 700;
	color: #004B8C;
	background-color: rgb(112, 180, 242);
}
.secondariga {
	font-family: Arial;
	font-size: 9pt;
	font-weight: 700;
	color: #004B8C;
	background-color: rgb(196, 229, 250);
}
.terzariga {
	font-family: Arial;
	font-size: 9pt;
	font-weight: 700;
	color: #004B8C;
	background-color: rgb(196, 229, 250);
}
.ultimariga {
	font-family: Arial;
	font-size: 9pt;
	font-weight: 700;
	color: rgb(0%, 0%, 0%);
	background-color: rgb(112, 180, 242);
}
.titolo {
	font-family: Arial;
	font-size: 8pt;
	font-weight: 700;
	color: rgb(0%, 0%, 0%);
	background-color: rgb(159, 208, 250);
}
.valore {
	font-family: Arial;
	font-size: 8pt;
	color: rgb(0%, 0%, 0%);
	background-color: rgb(196, 229, 250);
}
.annotazioni {
	font-family: Arial;
	font-size: 8pt;
	color: #004B8C;
	width: 400px;
	align: center;
	background-color: rgb(196, 229, 250);
	margin-left: 10px;
}
.conbordino {
	border-color: #004B8C;
	border-width: thin thin thin thin;
	border-style: solid;
	align: center;
}