form {
margin:0;
padding:0;
} 
html { 
	height: 100%;
	margin-bottom: 1px;
}

body {
	margin:0px;
	background-color:#057DA0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	text-align:justify;
}

hr {
	border: none 0; 
	border-top: 1px solid #ccc;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 

h1 {
	margin-top:0px;
	font-size:20px;
}

h2 {
	margin-top:0px;
	font-size:16px;
}
	
a , a.visited, a.active {
	color:#FFCC00;
	text-decoration:none;
}

a:hover {
	color:#FF6600;
	text-decoration:underline;
}

li {
	margin-bottom:10px;
	/*list-style-image:url(../immagini/arrow-right.gif);*/
}
table.Scheda 
{
	
	vertical-align:top;
	border-style:solid;
	
	width:860px;
	height:300px; 
	border-width:1px;
	border-collapse:collapse;
}
td.scheda
{
	
}
/*----------------------------------------------------------------------------------------------------------*/

#divMain {
	position:relative;
	width:940px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../immagini/bg-body.jpg);
	background-repeat: repeat-y;
}

/*----------------------------------------------------------------------------------------------------------*/

#divTestata {
	width:940px;
	height:157px;
}

/*----------------------------------------------------------------------------------------------------------*/

#divMenu1 {
	width:900px !important;
	width /**/:940px;
	padding-left:40px;
	height:27px !important;
	height /**/:30px;
	padding-top:3px;
	background-color:#000;
	background-image:url(../immagini/bg-menu.jpg);
	background-repeat:no-repeat;
	background-position: left bottom;
}

a.testoMenu1, a.testoMenu1:visited, a.testoMenu1:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#cccccc;
	margin-right:30px;
}
	
a.testoMenu1:hover {
	color:#ffffff;
	text-decoration:none;
}

a.testoMenu1Sel, a.testoMenu1Sel:visited, a.testoMenu1Sel:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFCC00;
	margin-right:30px;
}

a.testoMenu1Sel:hover {
	text-decoration:none;
}

/*----------------------------------------------------------------------------------------------------------*/

.div1colHome {
	width:940px;
	background-color: #000000;
}

.div1col {
	width:900px !important;
	min-height: 500px;
	width /**/:940px;
	padding-left:20px;
	padding-right:20px;
	background-color: #004797;
	background-image:url(../immagini/bg-pagina.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

.divClear {
	clear:both;
}

/*----------------------------------------------------------------------------------------------------------*/

#divFooter {
	width:940px;
	height:50px !important;
	height /**/:70px;
	padding-top:20px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:20px;	
	color:#FFF;
}

#divFooter a, a:visited, a:active {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#006699;
	text-decoration:none;
}

#divFooter a:hover {
	text-decoration:underline;	
}

/*----------------------------------------------------------------------------------------------------------*/

.pulsante {
	border:solid 1px #ccc;
	background-color:#D3D8E7;
	color:#999999;
}

.pulsante:hover {
	border:solid 1px #ccc;
	background-color:#eaeaea;
	color:#FF6600;
}

 .pulsante:active {
	border:solid 2px #ccc;
	background-color:#eaeaea;
	color:#FF6600;
}


