/******************************************************************/
/*                                         Definizione style LINK                                        */
/******************************************************************/

/************ default ************/
a {
	background-color: transparent;
	color : #FF0000;
	text-decoration : underline;
}

a:visited {
	color : #CC9933;
}

a:hover {
	background-color: transparent;
	color : #FF0000;
	text-decoration : none;
}

/**************** link sito accessibile ****************/
a.sitoAccessibile {
	background-color: transparent;
	color : #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
}

a.sitoAccessibile:visited {
	background-color: transparent;
	color : #EAEAEA;
}

a.sitoAccessibile:hover {
	background-color: transparent;
	color : #FFCC33;
	text-decoration : none;
}




/******************************************************************/
/*                                                ELEMENT                                                   */
/******************************************************************/

body {
	background-color : #FFFFFF;
	margin : -10px 0px 0px -10px;
}

td {
	color : #000000;
	background-color: transparent;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	color : #148AC5;
	background-color: transparent;
	font-family : "Times New Roman", Times, serif;
	font-weight : normal;
}

h2 {
	color : #003366;
	background-color: transparent;
	font-family : "Times New Roman", Times, serif;
	font-weight : normal;
}

h3 {
	color : #003366;
	background-color: transparent;
	font-family : "Times New Roman", Times, serif;
}

h4 {
	color : #003366;
	background-color: transparent;
	font-family : "Times New Roman", Times, serif;
}

h5 {
	color : #003366;
	background-color: transparent;
	font-family : "Times New Roman", Times, serif;
}

h6 {
	color : #003366;
	background-color: transparent;
	font-family : "Times New Roman", Times, serif;
}

/************ oggetti FORM ************/

input, select, textarea {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}


/******************************************************************/
/*                                     ALLINEAMENTO dei slto                                          */
/******************************************************************/

DIV.allineamentoSito {
	text-align : left;
}



/******************************************************************/
/*                                                  HEADER                                                  */
/******************************************************************/

TD.headerSX {
	background-color : #FFFFFF;
	color: #000000;
}

TD.headerDX {
	background-color : #FFFFFF;
	color: #000000;
}


/******************************************************************/
/*                                                  UTILITY                                                  */
/******************************************************************/

a.utility {
	color : #FFFFFF;
	background-color: transparent;
	text-decoration : none;
}

a.utility:visited {
	color : #CCCCCC;
	background-color: transparent;
}

a.utility:hover {
	color: #FFCC33;
	text-decoration : none;
}

TD.utilitySX {
	background-image : url(/public/_img/bkg/utilitySX.gif);
	padding-bottom : 0px;
	padding-left : 2px;
	padding-right : 0px;
	padding-top : 0px;
}

TD.utilityDX {
	background-image : url(/public/_img/bkg/utilityDX.gif);
	color : #FFFFFF;
	padding-right : 5px;
	padding-top : 3px;
	text-align : left;
}




/******************************************************************/
/*                                               CONTENUTI                                                */
/******************************************************************/

/************ TD contenitore ************/
.boxContent {
	background-color : #FFFFFF;
	padding-top : 0px;
}

/************ TD a sinistra (VUOTO) dei contenuti per dare la spaziatura dal del menu di navigazione ************/
TD.spaceSXboxContent {
	padding-left : 0px;
}

/************ TD a destra (VUOTO) dei contenuti ************/
TD.spaceDXboxContent {
	padding-right : 0px;
}




/******************************************************************/
/*                                                  FOOTER                                                  */
/******************************************************************/

TD.footerSX {
	background-image : url(/public/_img/bkg/footerSX.gif);
	padding-left : 2px;
}

TD.footerDX {
	background-image : url(/public/_img/bkg/footerDX.gif);
	font-family : Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	padding-bottom : 4px;
	padding-left : 5px;
	padding-right : 0px;
	padding-top : 3px;
	text-align : right;
}




/******************************************************************/
/*                                                   ALTRO                                                    */
/******************************************************************/

/************ Didascalia della foto della news ************/
.newsDidascalia {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.bkgGray {
	background-color: #808080;
	color: #000000;
}

.txtThanks {
	font-weight: bold;
}