@charset "utf-8";
/* CSS per la sola home page contiene i titoli */

.title-blu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #006699;
	line-height: 18pt;
}
.table-line-blu {
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
	padding: 1px;
}
.title-ambra {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #F99500;
	line-height: 18pt;
}
.table-line-ambra {
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #F99500;
	padding: 1px;
}
.footer-blu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #006699;
	border-left-color: #006699;
}
.footer-gray {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.link_title_blu	 			{ font-size:14px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
a.link_title_blu:link 		{ text-decoration:none; color:#000099;}
a.link_title_blu:visited 	{ text-decoration:none; color:#000099;}
a.link_title_blu:hover 		{ text-decoration:none;	color:red;}
a.link_title_blu:active 	{ text-decoration:none; color:#000099;}

.table_titolo_home {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBDBDB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
	text-align: left;
	color: #F99500;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DBDBDB;
	border-left-color: #DBDBDB;
}
.colonna_destra_home {
	width: 140px;
	vertical-align: top;
	text-align: center;
}