body{
	margin: 0px;
	background-color : #888888;
	background-image: url(../images/sfondo.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: verdana, tahoma, arial;
	color: #ffffff;
	}
	
a {	
	color: #cccccc;
	}
	
img{
	margin: 0px;
	}
	
p{
	font-size: 12px;
	}
	
h4{
	font-size: 15px;
	font-weight: bold;
	}

ul li{
	padding: 3px;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
ul li a:hover, p a:hover {
	color: #333333;
	background-color: #cccccc;
	}


form.standard label{
	font-size: 10px;
	font-weight: bold;
	color: #333333;	

}

form.standard input.text, select.text{
	font-size: 13px;
	color: #333333;
	border: 1px solid #000000;
	background-color: #ffffff;
	padding: 4px;
}

form.standard input.button{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	border: 1px solid #000000;
	
	background-color: #e8e8e8;
	background-image: url(../images/greyBg.gif);
	background-repeat: repeat-x;
	padding: 5px;
}


div.boxInterrogazione{
	/*border: 1px solid #ffffff;*/
	margin-bottom: 20px;
	padding: 5px;
	background-color: #e8e8e8;
}

div.divLinguetta{
	background-image: url(../images/greyBg.gif);
	background-repeat: repeat-x;
	background-color: #e8e8e8;
	margin-top: 10px;
	font-size: 11px;
	width: 180px;
	padding: 5px;
	font-weight: bold;
	
}

div.divLinguetta a{
	text-decoration: none;
	color: #ff0000;
	
}

table.standard {
	width: 100%;
}

table.standard th{
	background-color: #e8e8e8;
	color: #666666;
	font-size: 10px;
	text-align: left;
	padding: 3px;
}

table.standard td{
	background-color: #ffffff;
	color: #333333;
	font-size: 12px;
	text-align: left;
	padding: 3px;
	vertical-align: top;
}


.print_only{
	display: none;
}
