body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
#bodyDiv {
	font-size: 10pt;
	color: #333;
}
/*Grosso problema:
se associo le caratteristiche del bottone al link, sfrutto il text-align, ma ho difficoltà a mettere in valori assoluto l'img come sfondo
se associo le caratteristiche ad un div (al cui interno c'è il link), ho difficoltà a fare un loro allineamento  centrato..*/
.bottone100 {
	color: #FFF;
	text-decoration: none;
	background-image: url(/img/costr/bottone_100x30.png);
	text-align: center;
	height: 29px;
	width: 110px;
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 37px;
	padding-bottom: 10px;
	padding-left: 22px;
	margin: 10px;
	}
.button {
 border-top: 1px solid #f5d0d0;
 background: #732222;
 background: -webkit-gradient(linear, left top, left bottom, from(#db2c2c), to(#732222));
 background: -moz-linear-gradient(top, #db2c2c, #732222);
 padding: 6.5px 13px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
 -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
 box-shadow: rgba(0,0,0,1) 0 1px 0;
 text-shadow: rgba(0,0,0,.4) 0 1px 0;
 color: white;
 font-size: 14px;
 font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
 text-decoration: none;
 vertical-align: middle;
 }
.button:hover {
 border-top-color: #780c0c;
 background: #780c0c;
 color: #cccccc;
 }
.button:active {
 border-top-color: #5c0909;
 background: #5c0909;
 }
h2 {
	font-size: 12pt;
	font-weight: bold;
	color: #009;
	margin-top: 20px;
	margin-bottom: 10px;
}#bodyDiv h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 30pt;
}
p.completo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-image: url(/img/costr/bottone_completo.gif);
	background-repeat: no-repeat;
	text-align: center;
	float: left;
	height: 60px;
	width: 52px;
	clear: both;
	padding-top: 4px;
	margin:6px;
}
p.exp{
	height: 70px;
}
