html { 
	height: 100%;
	margin-bottom: 1px;
}

body {
	margin:0px;
	background-image: url(../immagini/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#CC0000;
	padding:4px;
	margin-top:2px;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#000066;
	margin-bottom: 5px;
}

a.linkTitolo {
	color:#000099;
}

a.linkTitolo:hover {
	color:#FF6600;
	text-decoration:underline;
	}


a {
	color:#FF6600;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

hr {
	border:none;
	height: 1px;
	color:#cccccc;
}

li {
	margin-bottom: 5px;
}

/*----------------------------------------------------------------------------------------------------------*/

#divTestata {
	width:760px;
	height:151px;
}

/*----------------------------------------------------------------------------------------------------------*/

#divTestata2 {
	width:760px;
	height:36px !important;
	height /**/:49px;
	padding-top:12px;
	border-bottom:solid 1px #999999;
	background-image: url(../immagini/testata2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#testoLinkTestata2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	color:#000066;
	text-decoration:none;
	margin-left:10px;
}


/*----------------------------------------------------------------------------------------------------------*/

#divMain {
	position:relative;
	width:760px;
	margin-left:auto;
	margin-right:auto;
	border-bottom:solid 1px #dddddd;
	background-image: url(../immagini/bg-contenuto.jpg);
	background-repeat: repeat-y;
}

/*----------------------------------------------------------------------------------------------------------*/

#divMenuSX {
	width:183px !important;
	width /**/:183px;
	height:600px;
	float:left;
	text-align:left;
	margin-right:10px;
}

.divTopMenuSX {
	height:24px !important;
	height /**/:25px;
	width:181px;
	border-bottom:solid 1px #999999;
}

.divPulsanteMenuSX {
	height:35px !important;
	height /**/:45px;
	width: 171px !important;
	width /**/:181px;
	padding-top:15px;
	padding-left:10px;
	border-bottom:solid 1px #999999;
}

.divPulsanteMenuSXSel {
	height:30px !important;
	height /**/:45px;
	width: 172px !important;
	width /**/:183px;
	padding-top:15px;
	padding-left:10px;
	background-image: url(../immagini/bg-pulsanteSXSel.jpg);
	border-bottom:solid 1px #dddddd;
	border-left:solid 1px #dddddd;
}

a.testoMenuSX {
	color:#000066;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}

a.testoMenuSX:hover {
	color:#cc0000;
	text-decoration:none;
}

a.testoMenuSXSel {
	color:#CC0000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}

a.testoMenuSXSel:hover {
	text-decoration:none;
}

/*----------------------------------------------------------------------------------------------------------*/

#divMenuTop {
	width:538px;
	height:40px;
}

.divPulsanteTop {
	height:21px !important;
	height /**/:25px;
	width: 177px;
	padding-top:3px;
	border-bottom:solid 1px #cccccc;
	border-right:solid 1px #dfdfdf;
	background-color: #f5f5f5;
	text-align:center;
	float:left;
}

.divPulsanteTopSel {
	height:21px !important;
	height /**/:25px;
	width: 177px;
	padding-top:3px;
	border-top:solid 1px #cccccc;
	border-left:solid 1px #cccccc;
	border-right:solid 1px #cccccc;
	text-align:center;
	float:left;
}

.divPulsanteTopEmpty {
	height:24px !important;
	height /**/:25px;
	width: 177px;
	border-bottom:solid 1px #cccccc;
	float:left;
}

a.testoMenuTop {
	color:#666666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}

a.testoMenuTop:hover {
	color:#000066;
	text-decoration:none;
}

a.testoMenuTopSel {
	color:#CC0000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}

a.testoMenuTopSel:hover {
	text-decoration:none;
}

/*----------------------------------------------------------------------------------------------------------*/

#divContenuto {
	width:740px !important;
	width /**/:760px;
	/*font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-align:justify;*/
	background-image: url(../immagini/bg-contenutoDX.jpg);
	background-repeat: no-repeat;
	background-position: 270px 150px;
}

#divContenutoDX {
	width:540px;
	float:left;
	padding-top:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-align:justify;
}

/*----------------------------------------------------------------------------------------------------------*/

#divFooter {
	background-color:#FFFFFF;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#999999;
	text-align:center;
	clear:both;
}

/*----------------------------------------------------------------------------------------------------------*/

.cellatabella {
	background-color: #EEEEEE;
	text-align: right;
	vertical-align:top;
	padding: 3px;
	width: 150px;
	border: 1pt solid #CCCCCC;
}