@charset "UTF-8";
/* CSS Document */
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #173D88;
}
.tit_tab {
	font-weight: bold;
	color: #FFFFFF;
}
.tit_viola {
	color: #864091;
	font-weight: bold;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../immagini/bgr_completo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 280px;
}
a:link {
	color: #173D88;
	text-decoration: none;
}
a:visited {
	color: #173D88;
	text-decoration: none;
}
a:hover {
	color: #173D88;
	text-decoration: underline;
}
a:active {
	color: #173D88;
	text-decoration: none;
}
.bgr_siluette {
	/*background-image: url(immagini/bgr_siluette.jpg);
	background-repeat: no-repeat;
	background-position: left top;*/
}
.bgr_contenuti {
	/*background-image: url(immagini/bgr_contenuti.jpg);
	background-repeat: no-repeat;
	background-position: left top;*/
}
.bgr_infinito {
	/*background-image: url(immagini/bgr_infinito.jpg);
	background-repeat: repeat-x;
	background-position: left top;*/
}
.txt_footer {
	color: #666666;
	font-size: 9px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #173D88;
	padding-top: 20px;
}
.txt_footer a:link {
	color: #333333;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
.txt_footer a:visited {
	color: #333333;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
.txt_footer a:hover {
	color: #173D88;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
.txt_footer a:active {
	color: #333333;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
.grigio {
	color: #666666;
	font-size: 10px;
}
.divisore {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AEBEDA;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sottomenu_on {
	background-image: url(../immagini/img_bot.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-weight: bold;
	height: 30px;
	padding-top: 10px;
}
.sottomenu_off {
	background-image: url(../immagini/img_bot2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-weight: bold;
	height: 30px;
	padding-top: 10px;
}
.segue {
	background-image: url(../immagini/img_bot3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-weight: bold;
	height: 40px;
	padding-top: 10px;
}
.divisore_tab {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
.tit_rosso {
	color: #d73f1c;
	font-weight: bold;
}

