@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	background-color:#173981;
	color: #333333;
	margin:auto;
}
a:link, a:visited, a:active
{
	color: #0088cc;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.hoverstyle
{
	font-weight: bold;
}

.obbligo_titolo
{
	background-color: #efefef;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
}

.titoli_campi
{
	font-style:italic;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
	width:180px;
}


.contenuto_campi
{
	font-style:normal;
	font-weight:normal;
	font-size: 12px;
	color: #333333;
	width: 755px;
}

.obbligatorio
{
    font-weight:bold;
}

.dataTable
{
	border-collapse: collapse;
}
.copertina 
{
	width: 100%;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #173981;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #fff;
	border:none;
}

.copertina TD
{
	background-color: #A1BDD9;
	padding:0px;
}


