body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #00AAE8;
}
a {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#FF0000;
	text-decoration:underline;
}
.box {
	border: 1px solid #000000;
}
.box_dx_sx {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
.box_sotto {
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
}
.box_dx_sx_sotto {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-bottom-style: solid;
}
.box_sotto {
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
}
.small_nero {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
.small_bianco {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
}
.centro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.pagina {
	font-size: 12pt;
}
.menu_voce {
	font-family: Comic Sans MS,verdana,Arial;
	font-size: 12px;
	color: #FFFFFF;
}
.menu_voce a:link {
	font-family: Comic Sans MS,verdana,Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
}
.menu_voce a:visited {
	font-family: Comic Sans MS,verdana,Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
}
.menu_voce a:hover {
	font-family: Comic Sans MS,verdana,Arial;
	font-size: 12px;
	color: #000000;
	text-decoration:none;
	background-color: #33CCFF;
}
.menu_gruppo {
	font-family: Comic Sans MS,verdana,Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

/*
.NessunEL = DIV
.TabellaElemento = TABLE
.DataEL = TD
.TitoloEL = TD
.AbstractEL = DIV
.AbstractEL_A = A
.DescrizioneEL = DIV
.ListaAllegatoIMG = DIV
.AllegatoIMG = DIV
.AllegatoEL = DIV
.AllegatoEL_A = A
.GoToBack = DIV
*/

.NessunEL  {
	text-align: center;
	border: 1px solid #5E7496;
	background-color: #BAC3D2;
	padding: 16px 4px;
	color: #215589;
	font-weight: bold;
}

.TabellaElemento  {
	border-bottom: 1px dashed #003366;
	width: 98%;
	margin-bottom: 8px;
	background-color: #FFFFFF;
}

.DataEL {
}

.TitoloEL  {
	color: #FF0000;
	font: bold 14px Tahoma, Arial, Helvetica, sans-serif;
	margin: 2px;
}

.AbstractEL {

}

.AbstractEL_A  {
	color: #000000;
	text-decoration: none;
}

.AbstractEL_A img  {
	display: inline;
	border: none;
	vertical-align: middle;
}

.DescrizioneEL {
}

/* Per mettere l'immagine a sinistra 

.ListaAllegatoIMG, .AllegatoIMG {
	font-size: smaller;
	clear: both;
	margin: 0 13px 0 0;
	padding: 0 13px; 0 0;
	float: left;
} */

/* Per mettere l'immagine a destra*/

.ListaAllegatoIMG, .AllegatoIMG {
	font-size: smaller;
	clear: both;
	margin: 0 0 0 13px;
	padding: 0 0 0 13px;
	float: right;
}

.AllegatoIMG {
}

.AllegatoEL_A {
	color: #cc0033;
}

.AllegatoEL_A img {
	border: none
}

.GoToBack a:link, .GoToBack a:visited {
	color: #000000;
}

.GoToBack a:hover {
	color: #999999;
}


/* leftbox and rightbox toolbar buttons */
/*
.leftbox, .rightbox {
	font-size: smaller;
	clear: both;
}
.leftbox {
	margin: 0 13px 0 0;
	padding: 0 13px; 0 0;
	float: left;
}
.rightbox {
	margin: 0 0 0 13px;
	padding: 0 0 0 13px;
	float: right;
}
.rightbox .screenshot { border: solid 5px #F1F4F6}
.rightbox .screenshot img { background-color: #fff; padding: 5px; border: solid 1px #D5D8D9; }

*/