body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	SCROLLBAR-SHADOW-COLOR: #00264E;    /*interne*/
	SCROLLBAR-HIGHLIGHT-COLOR: #00264E;
	
	SCROLLBAR-3DLIGHT-COLOR: #CCCCCC;     /*esterne*/
	SCROLLBAR-DARKSHADOW-COLOR: #CCCCCC;
	
	SCROLLBAR-ARROW-COLOR: #FFFFFF;
	SCROLLBAR-BASE-COLOR: #00264E;			/*barra*/
	SCROLLBAR-TRACK-COLOR: #CCCCCC;      /*tracciato*/
}
/*---*/
.bg_color_blue{
	background-color: #00264E;
}
.bg_color_gray1{
	background-color: #CCCCCC;
}
.bg_color_gray2{
	background-color: #EEEEEE;
}
.bg_color_red{
	background-color: #E20A17;
}
.bg_min_blue{
	background-repeat: repeat-x;
	background-image: url(images/bg_min_blue.jpg);
	background-position: bottom center;
}
.bg_min_gray1{
	background-repeat: repeat-x;
	background-image: url(images/bg_min_gray1.jpg);
	background-position: bottom center;
}
.bg_min_gray2{
	background-repeat: repeat-x;
	background-image: url(images/bg_min_gray2.jpg);
	background-position: bottom center;
}
.bg_min_red{
	background-repeat: repeat-x;
	background-image: url(images/bg_min_red.jpg);
	background-position: bottom center;
}

.bg_big_blue{
	background-repeat: repeat-x;
	background-image: url(images/bg_big_blue.jpg);
	background-position: bottom center;
}
.bg_big_gray1{
	background-repeat: repeat-x;
	background-image: url(images/bg_big_gray1.jpg);
	background-position: bottom center;
}
.bg_big_gray2{
	background-repeat: repeat-x;
	background-image: url(images/bg_big_gray2.jpg);
	background-position: bottom center;
}
.bg_big_red{
	background-repeat: repeat-x;
	background-image: url(images/bg_big_red.jpg);
	background-position: bottom center;
}
/*---*/

.bg_total{
	background-repeat: repeat-x;
	background-image: url(images/bg_total.jpg);
	background-position: top center;
}
.bg_total_sx{
	background-repeat: no-repeat;
	background-image: url(images/bg_total_sx.jpg);
	background-position: top right;
}
.bg_total_dx{
	background-repeat: no-repeat;
	background-image: url(images/bg_total_dx.jpg);
	background-position: top left;
}

.floatleft {
	FLOAT: left; MARGIN: 5px 10px 5px 0px;
}
.floatright {
	FLOAT: right; MARGIN: 5px 0px 5px 10px;
}

.borderimage{
	border:1px solid #00264E;
}
.borderimage2{
	border:1px solid #CCCCCC;
}

.campotesto{
	font-family: Arial;
	font-size: 11px;
	border-width: 0px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
	height: 17px;
	background-repeat: repeat-x;
	background-position: bottom center;
}
#campotesto_color1{
	background-color: #00264E;
	color: #FFFFFF;
	background-image: url(images/bg_min_blue.jpg);
}
#campotesto_color2{
	background-color: #E20A17;
	color: #FFFFFF;
	background-image: url(images/bg_min_red.jpg);
}
#campotesto_color3{
	background-color: #FFFFFF;
	color: #00264E;
}

/* ****************************** titolo ****************************** */
.title{
	color: #00264E;
 	font-family: Arial;
	font-size: 21px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing:-1px;
	word-spacing:0px;
}
.title2{
	color: #FFFFFF;
 	font-family: Arial;
	font-size: 21px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing:-1px;
	word-spacing:0px;
}
.title3{
	color: #999999;
 	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing:-1px;
	word-spacing:0px;
}
/* ****************************** fine titolo ****************************** */

/* ****************************** txt ****************************** */
#menu {
	width: 100%;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {	
	margin: 0px;
	padding: 0px;
	display: inline;
}
#menu a:link, #menu a:visited {	
	color: #00264E;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;
	background-color: transparent;
	border-bottom: 1px solid  #FFFFFF;
	display: block;
	background-repeat: repeat-x;
	background-image: url(images/bg_min_gray2.jpg);
	background-position: bottom center;
}
#menu a:hover, #menu a:focus, #menu a:active{
	color: #FFFFFF;
	background-color: #E20A17;	
	background-repeat: repeat-x;
	background-image: url(images/bg_min_red.jpg);
	background-position: bottom center;
}
/*---*/
#menu_2 a:link, #menu_2 a:visited {	
	background-color: #CCCCCC;
	background-repeat: repeat-x;
	background-image: url(images/bg_min_gray1.jpg);
	background-position: bottom center;
}
#menu_2 a:hover, #menu_2 a:focus, #menu_2 a:active{
	color: #FFFFFF;
	background-color: #E20A17;
	background-repeat: repeat-x;
	background-image: url(images/bg_big_red.jpg);
	background-position: bottom center;
}
/*---*/
#menu_3 a:link, #menu_3 a:visited {
	font-size: 12px;
	color: #CCCCCC;
	background-color: #00264E;
	background-repeat: repeat-x;
	background-image: url(images/bg_big_blue.jpg);
	background-position: bottom center;
}
#menu_3 a:hover, #menu_3 a:focus, #menu_3 a:active{
	color: #FFFFFF;
	background-color: #E20A17;
	background-repeat: repeat-x;
	background-image: url(images/bg_big_red.jpg);
	background-position: bottom center;
}
/*---*/
.txt{
	color: #00264E;
 	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}
.txt a:link, .txt a:visited{
 	color: #00264E;
	font-weight: bold;
	text-decoration: none;
}
.txt a:hover, .txt a:focus, .txt a:active{
 	color: #E20A17;
	text-decoration: none;
}
/*---*/
.txt2{
	color: #00264E;
 	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
.txt2 a:link, .txt2 a:visited{
 	color: #00264E;
	font-weight: bold;
	text-decoration: none;
}
.txt2 a:hover, .txt2 a:focus, .txt2 a:active{
 	color: #E20A17;
	text-decoration: none;
}
/*---*/
.txt3{
	color: #FFFFFF;
 	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
.txt3 a:link, .txt3 a:visited{
 	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.txt3 a:hover, .txt3 a:focus, .txt3 a:active{
 	color: #E20A17;
	text-decoration: none;
}
/*---*/
.txt4{
	color: #555555;
 	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}
.txt4 a:link, .txt4 a:visited{
 	color: #555555;
	font-weight: bold;
	text-decoration: none;
}
.txt4 a:hover, .txt4 a:focus, .txt4 a:active{
 	color: #E20A17;
	text-decoration: none;
}
/*---*/
.txt5{
	color: #555555;
 	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
.txt5 a:link, .txt5 a:visited{
 	color: #555555;
	font-weight: bold;
	text-decoration: none;
}
.txt5 a:hover, .txt5 a:focus, .txt5 a:active{
 	color: #E20A17;
	text-decoration: none;
}
/*---*/
.txt6{
	color: #FFFFFF;
 	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}
.txt6 a:link, .txt6 a:visited{
 	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.txt6 a:hover, .txt6 a:focus, .txt6 a:active{
 	color: #00264E;
	text-decoration: none;
}
/*---*/