/* CSS Document */
body {
	background-color: #d8d8d8;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/fondo.jpg);
	background-repeat:repeat-x;
}
td { font-family: "Lucida Sans Unicode", Arial, "Trebuchet MS"; font-size: 11px; line-height:1.5em;}
.Stile1 { font-family: "Lucida Sans Unicode", Arial, "Trebuchet MS"; font-size: 11px; line-height:1.5em; color: #949DA0;}
.Stile2 {font-family: "Lucida Sans Unicode", Arial, "Trebuchet MS"; font-size: 20px; color: #949DA0; }
.Stile3 {font-family: "Lucida Sans Unicode", Arial, "Trebuchet MS"; font-size: 20px; color:#015B92; }
.Stile4 { font-family: "Lucida Sans Unicode", Arial, "Trebuchet MS"; font-size: 10px; color:#949DA0; line-height:1.7em; font-weight:100; }

/*----Footer Panel----*/
#footermainPan{background:url(img/bg-footer.jpg) 0 0 repeat-x #3e3a37; color:#000; position:relative; margin:0 auto; height:160px; clear: both;}
#footerPan{position:relative; margin:0; font:11px/13px "Trebuchet MS",Arial, Helvetica, sans-serif; font-weight:normal; top:10px;}

#footerPan a{padding:0 10px 0; color:#036; border:1px #015B92; text-decoration:none; font-size:11px;}
#footerPan a:hover{text-decoration:underline;}

#footerPan p.copyright{
	background:#303030;
	color:#F3F1DF;
	position:relative;
	top:15px;
}

A:link, A:active, A:visited {
	font-family: "Lucida Sans Unicode", Arial, "Trebuchet MS"; font-size: 11px;
	text-decoration: none;
	color: #015B92;
	line-height: 1.5em;
	font-weight:500;
}
A:hover {
	color: #093051;
}

