body {
	background-color: #010F2A;
	background-image: url(immagini/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0;
}
TD, TH {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #010F2A;
}
A {
    color: #010F2A;
    text-decoration: none;
}
A.hover {
    color: #FF6000;
    text-decoration: underline;
}

.menu_top {
    font-size: 12px;
    color: #FFFFFF;
}
.menu_top A {
    font-size: 12px;
    color: #FFFFFF;
}
.titolo {
	background-image: url(immagini/bg_tit.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	padding: 10px;
	text-align: left;
}
.sottotitolo {
    color: #158EC3;
    font-weight: bold;
}

.menu_left {
	background-image: url(immagini/bg_menu_sx.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 16px;
}
.menu_left th {
    font-size: 12px;
    font-weight: bold;
    padding: 3px;
}
.menu_left td {
    padding: 3px;
}
.menu_left a {
	color: #FFFFFF;
	font-weight: bold;
}
.menu_left a.hover {
	color: #000000;
	font-weight: bold;
	
}
.contatti_sx th {
	background-image: url(immagini/contact.gif);
	background-repeat: no-repeat;
	background-position: top;
    color: #ffffff;
    font-weight: bold;
    padding: 16px 6px 10px 6px;
}
.contatti_sx td {
    padding: 0px 6px;
    color: #ffffff;
    line-height: 16px;
}
.contatti_sx a {
    color: #ffffff;
}

.menu_right th {
	background-image: url(immagini/bg_tit_dx.gif);
	background-repeat: no-repeat;
	background-position: left;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	padding: 4px 6px;
}
.menu_right td {
    padding: 3px;
}