
body {
	background-color: #fff;
	font-family: verdana, arial, helvetica, sans-serif;
	background-image: url('../sfondo.gif');
	background-repeat: repeat-y;
	background-attachment: fixed;
	font-size: 1em;
	color: #005180;
}
h1 {
	text-align: center;
}
h2 {
	text-align: center;
}
h3 {
	text-align: center;
}
div {
text-align: center;
}
div.left {
	text-align: left;
	font-size: 0,5em;
	border-left: 100px;
}
table {
	width: 80%;
	vertical-align: top;
}
td {
	vertical-align: top;
}
td.gr {
	width: 50%;
	
}
td.pc {
	width: 12%;
	text-align: center;
	
}
input,textarea,select,checkbox,radio,file {
font-weight: bold;
color: #005180;
background-color: #ffffff;
font-size: 1em;
padding-left: 0.1em;
text-align: left;
}
