body,td,th {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2d4669;
	line-height: 1.3em;
}
A:link, A:active {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2d4669;
	line-height: 1.3em;
	text-decoration: underline;
}
A:visited {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2d4669;
	line-height: 1.3em;
	text-decoration: underline;
}
A:hover {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3399F3;
	line-height: 1.3em;
}

/******************************* GRAFICA *****************************/
.ombra_bianco_destra {
	background-color: #FFFFFF;
	background-image: url("images/om_lat_des_bianco.gif");
	background-position:left;
	background-repeat:repeat-y;
}
.ombra_bianco_sinistra {
	background-color: #FFFFFF;
	background-image: url("images/om_lat_sin_bianco.gif");
	background-position:right;
	background-repeat:repeat-y;
}
.ombra_arancio_destra {
	background-color: #FE8B24;
	background-image: url("images/om_lat_des_arancio.gif");
	background-position:left;
	background-repeat:repeat-y;
}
.ombra_arancio_sinistra {
	background-color: #FE8B24;
	background-image: url("images/om_lat_sin_arancio.gif");
	background-position:right;
	background-repeat:repeat-y;
}
.ombra_azzurro_destra {
	background-color: #3399F3;
	background-image: url("images/om_lat_des_azzurro.gif");
	background-position:left;
	background-repeat:repeat-y;
}
.ombra_azzurro_sinistra {
	background-color: #3399F3;
	background-image: url("images/om_lat_sin_azzurro.gif");
	background-position:right;
	background-repeat:repeat-y;
}
.ombra_verde_destra {
	background-color: #2F972B;
	background-image: url("images/om_lat_des_verde.gif");
	background-position:left;
	background-repeat:repeat-y;
}
.ombra_verde_sinistra {
	background-color: #2F972B;
	background-image: url("images/om_lat_sin_verde.gif");
	background-position:right;
	background-repeat:repeat-y;
}
.ombra_blu_destra {
	background-color: #000033;
	background-image: url("images/om_lat_des_blu.gif");
	background-position:left;
	background-repeat:repeat-y;
}
.ombra_blu_sinistra {
	background-color: #000033;
	background-image: url("images/om_lat_sin_blu.gif");
	background-position:right;
	background-repeat:repeat-y;
}
.ombra_giallo_destra {
	background-color: #FFCC33;
	background-image: url("images/om_lat_des_giallo.gif");
	background-position:left;
	background-repeat:repeat-y;
}
.ombra_giallo_sinistra {
	background-color: #FFCC33;
	background-image: url("images/om_lat_sin_giallo.gif");
	background-position:right;
	background-repeat:repeat-y;
}
.ombra_rosso_destra {
	background-color: #cc3300;
	background-image: url("images/om_lat_des_rosso.gif");
	background-position:left;
	background-repeat:repeat-y;
}
.ombra_rosso_sinistra {
	background-color: #cc3300;
	background-image: url("images/om_lat_sin_rosso.gif");
	background-position:right;
	background-repeat:repeat-y;
}
.ombra_arancio_destra2 {
	background-color: #FF6600;
	background-image: url("images/om_lat_des_arancio2.gif");
	background-position:left;
	background-repeat:repeat-y;
}
.ombra_arancio_sinistra2 {
	background-color: #FF6600;
	background-image: url("images/om_lat_sin_arancio2.gif");
	background-position:right;
	background-repeat:repeat-y;
}
.linea_blu {
	background-color: #EBEBEB;
	background-image: url(images/line_blu.gif);
	background-position:top;
	background-repeat:repeat-x;
}
A.citta:link, A.citta:active, A.citta:visited {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
A.citta:hover {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FFCC66;
	text-decoration: none;
	font-weight: normal;
}
/******************************* STRUTTURE ********************************/
.rubrica_titolo  {
	font-family: Georgia, Garamond, serif;
	font-size: 8pt;
	color: #2d4669;
	line-height: 15px;
	font-weight: bolder;
	text-transform: capitalize;
}
img.dx {
	float:left;
	border:0;
	width: 118px;
	height: 56px;
}
img.struttura {
	padding:0;
	border:0;
	margin:0;
	width: 95px;
	height: 45px;
}
.struttura_categoria {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1A1508;
	text-align: left;
	vertical-align: bottom;
}
.struttura_nome {
	font-family: "Trebuchet MS", Georgia, Garamond, serif;
	font-size: 9pt;
	color: #2d4669;
	line-height: 1.3em;
	text-align: left;
	font-weight: bolder;
	vertical-align: top;
	text-decoration: underline;
}
.struttura_descrizione {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #59614E;
	line-height: 14px;
	text-align: left;
	vertical-align: top;
}
.Titolo_struttura {
	font-family: Georgia, serif;
	font-size: 12pt;
	color: #FF6600;
	line-height: 15px;
	font-weight: bold;
}
.Sottotitolo_struttura {
	font-family: Georgia, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3663CF;
	line-height: 1.3em;
	font-weight: bold;
	font-style: italic;
}
/***************************** BANNER **************************************/
img.banner {
	padding:0;
	border:0;
	margin:0;
	width: 145px;
	height: 65px;
	border-color: #1A1508;
}
/******************************* NEWS **************************************/
.positio {
	position: absolute; top:317px; left:15px;
}
.positio_continua {
	position: relative;
	top: 90px;
	left: 0px;	
}
.titolo_pagina  {
	font-family: Georgia, Garamond, serif;
	font-size: 12pt;
	color: #FFFFFF;
	line-height: 12pt;
	font-weight: bolder;
	padding-left: 5px;
	text-align: left;
}
.titolo_sommario_pagina {
	font-family: Trebuchet MS, Helvetica, Arial,sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	line-height: 12pt;
	padding-left: 5px;
	text-align: left;
}
img.news01 {
	padding:0;
	border:0;
	margin:0;
	width: 120px;
	height: 70px;
}
.news_titolo_principale  {
	font-family: Georgia, serif;
	font-size: 9pt;
	color: #000033;
	line-height: 12pt;
	font-weight: bolder;
}
.news_testo12 {
	font-family: Trebuchet MS, Helvetica, Arial,sans-serif;
	font-size: 8,5pt;
	color: #000033;
	line-height: 14px;
}
.news_titolo_verde  {
	font-family: Georgia, serif;
	font-size: 9pt;
	color: #2F972B;
	line-height: 15px;
	font-weight: bolder;
}
.news_titolo_BIANCO  {
	font-family: Georgia, serif;
	font-size: 9pt;
	color: #FFFFFF;
	line-height: 15px;
	font-weight: bolder;
}
.news_titolo_arancio  {
	font-family: Georgia, serif;
	font-size: 7pt;
	color: #FF6600;
	font-weight: bolder;
}
.news_titolo_giallo  {
	font-family: Georgia, serif;
	font-size: 9pt;
	color: #E5B015;
	line-height: 15px;
	font-weight: bolder;
}
A.titolo_archivio_news:link, A.titolo_archivio_news:active, A.titolo_archivio_news:visited {
	font-family: "Trebuchet MS", Georgia, Garamond, serif;
	font-size: 7pt;
	color: #2d4669;
	line-height: 12px;
	text-decoration: none;
}
A.titolo_archivio_news:hover {
	font-family: "Trebuchet MS", Georgia, Garamond, serif;
	font-size: 7pt;
	color: #E46E09;
	line-height: 12px;
	text-decoration: underline;
}
/********************* EVENTI MAGGIORI ***********************/
A.titolo_eventi_maggiori:link, A.titolo_eventi_maggiori:active {
	font-family: "Trebuchet MS", Georgia, Garamond, serif;
	font-size: 9pt;
	color: #E46E09;
	line-height: 15px;
	font-weight: bolder;
	text-decoration: underline;
}
A.titolo_eventi_maggiori:visited {
	font-family: "Trebuchet MS", Georgia, Garamond, serif;
	font-size: 9pt;
	color: #7992B5;
	line-height: 15px;
	font-weight: bolder;
	text-decoration: underline;
}
A.titolo_eventi_maggiori:hover {
	font-family: "Trebuchet MS", Georgia, Garamond, serif;
	font-size: 9pt;
	color: #3399F3;
	line-height: 15px;
	font-weight: bolder;
	text-decoration: underline;
}
/********************* EVENTI MINORI ***************************/
img.img_eventi_minori {
	padding:0;
	border:0;
	margin:0;
	width: 50px;
	height: 54px;
}
.data_evento {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2d4669;
	text-align: left;
	vertical-align: bottom;
}
A.titolo_eventi_minori:link, A.titolo_eventi_minori:active {
	font-family: "Trebuchet MS", Georgia, Garamond, serif;
	font-size: 8pt;
	color: #E46E09;
	line-height: 15px;
	font-weight: bolder;
	text-decoration: underline;
}
A.titolo_eventi_minori:visited {
	font-family: "Trebuchet MS", Georgia, Garamond, serif;
	font-size: 8pt;
	color: #7992B5;
	line-height: 15px;
	font-weight: bolder;
	text-decoration: underline;
}
A.titolo_eventi_minori:hover {
	font-family: "Trebuchet MS", Georgia, Garamond, serif;
	font-size: 8pt;
	color: #3399F3;
	line-height: 15px;
	font-weight: bolder;
	text-decoration: underline;
}
.news_testo10 {
	font-family: Tahoma, Helvetica, Arial,sans-serif;
	font-size: 10px;
	color: #000033;
	line-height: 14px;
}
/***************** Itinerari ***************************/
A.macroarea:link, A.macroarea:visited, A.macroarea:active {
	font-family: Georgia, serif;
	font-size: 8pt;
	color: #000033;
	line-height: 12pt;
	font-weight: bolder;
	text-decoration: none;
}
A.macroarea:hover {
	font-family: Georgia, serif;
	font-size: 8pt;
	color: #3399F3;
	line-height: 12pt;
	font-weight: bolder;
	text-decoration: underline;
}
.Titolo_itinerario {
	font-family: Georgia, serif;
	font-size: 9pt;
	color: #FF6600;
	line-height: 15px;
	font-weight: bolder;
}
.Sottotitolo_itinerario {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	line-height: 1.3em;
	font-weight: bolder;
}
/***************** MENU BASSO ***************************/
.text_bianco {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	line-height: 1.3em;
}
A.menu_basso:link, A.menu_basso:visited, A.menu_basso:active {
	font-family: "Trebuchet MS", Georgia, Garamond, serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 1.3em;
	font-weight: bolder;
	text-decoration: underline;
}
A.menu_basso:hover {
	font-family: "Trebuchet MS", Georgia, Garamond, serif;
	font-size: 10px;
	color: #3399F3;
	line-height: 1.3em;
	font-weight: bolder;
	text-decoration: underline;
}
/****************** ECARD ******************************/
.form_cartolina {
	width: 200px;
	height: 180px;
	BACKGROUND-COLOR: #FFFFFF;
	BORDER-BOTTOM: #D0BE94 1px solid;
	BORDER-LEFT: #000033 1px solid;
	BORDER-RIGHT: #D0BE94 1px solid;
	BORDER-TOP: #000033 1px solid;
	COLOR: #000033;
	FONT: 10px "Trebuchet MS", Verdana, sans-serif;
	TEXT-DECORATION: none;
	TEXT-TRANSFORM: none;
}
A.ecard:link, A.ecard:visited, A.ecard:active {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2d4669;
	line-height: 1.3em;
	text-decoration: underline;
}
A.ecard:hover {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3399F3;
	line-height: 1.3em;
	text-decoration: underline;
}

/****************** FORMBOX ******************************/
.formbox {
	width: 140px;
	height: 16px;
	BACKGROUND-COLOR: #FFFFFF;
	BORDER-BOTTOM: #D0BE94 1px solid;
	BORDER-LEFT: #000033 1px solid;
	BORDER-RIGHT: #D0BE94 1px solid;
	BORDER-TOP: #000033 1px solid;
	COLOR: #000033;
	FONT: 10px "Trebuchet MS", Verdana, sans-serif;
	TEXT-DECORATION: none;
	TEXT-TRANSFORM: none;
}
.formbox2 {
	width: 200px;
	height: 20px;
	BACKGROUND-COLOR: #FFFFFF;
	BORDER-BOTTOM: #D0BE94 1px solid;
	BORDER-LEFT: #000033 1px solid;
	BORDER-RIGHT: #D0BE94 1px solid;
	BORDER-TOP: #000033 1px solid;
	COLOR: #000033;
	FONT: 10px "Trebuchet MS", Verdana, sans-serif;
	TEXT-DECORATION: none;
	TEXT-TRANSFORM: none;
}
.formbox3 {
	width: 250px;
	height: 20px;
	BACKGROUND-COLOR: #FFFFFF;
	BORDER-BOTTOM: #D0BE94 1px solid;
	BORDER-LEFT: #000033 1px solid;
	BORDER-RIGHT: #D0BE94 1px solid;
	BORDER-TOP: #000033 1px solid;
	COLOR: #000033;
	FONT: 10px "Trebuchet MS", Verdana, sans-serif;
	TEXT-DECORATION: none;
	TEXT-TRANSFORM: none;
}
.formbox_data{
	width: 90px;
	height: 20px;
	BACKGROUND-COLOR: #FFFFFF;
	BORDER-BOTTOM: #D0BE94 1px solid;
	BORDER-LEFT: #000033 1px solid;
	BORDER-RIGHT: #D0BE94 1px solid;
	BORDER-TOP: #000033 1px solid;
	COLOR: #000033;
	FONT: 10px "Trebuchet MS", Verdana, sans-serif;
	TEXT-DECORATION: none;
	TEXT-TRANSFORM: none;
}
.formbottom {
	BACKGROUND-COLOR: #E57413;
	COLOR: #ffffff;
	FONT: 10px "Trebuchet MS", Verdana, sans-serif;
	TEXT-DECORATION: none;
	TEXT-TRANSFORM: none;
	font-weight: bold;
}
/****************** Newsletter ******************************/
A.menu_news:link, A.menu_news:active, A.menu_news:visited {
	font-family: Georgia, Garamond, serif;
	font-size: 9pt;
	color: #000099;
	text-decoration: none;
}
A.menu_news:hover {
	font-family: Georgia, Garamond, serif;
	font-size: 9pt;
	color: #000066;
	text-decoration: none;
}
.10_newsletter {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2d4669;
	line-height: 16px;
}