body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	SCROLLBAR-SHADOW-COLOR: #999999;    /*interne*/
	SCROLLBAR-HIGHLIGHT-COLOR: #999999;
	
	SCROLLBAR-3DLIGHT-COLOR: #999999;     /*esterne*/
	SCROLLBAR-DARKSHADOW-COLOR: #999999;
	
	SCROLLBAR-ARROW-COLOR: #E4E4E4;
	SCROLLBAR-BASE-COLOR: #999999;			/*barra*/
	SCROLLBAR-TRACK-COLOR: #E4E4E4;      /*tracciato*/
}

.sfondo{
	background-repeat: no-repeat;
	background-image: url(images/sfondo.jpg);
	background-position: top center;
}

.floatleft {
	FLOAT: left; MARGIN: 5px 10px 10px 0px;
}
.floatright {
	FLOAT: right; MARGIN: 5px 0px 10px 10px;
}
.cell_menu{
	WIDTH: 100%;
	HEIGHT: 100%;
	DISPLAY: block;
}
.cell_menu A {
	WIDTH: 100%;
	HEIGHT: 100%;
	CURSOR: hand;
}
.cell_menu A:hover {
	WIDTH: 100%;
	HEIGHT: 100%;
	background-color: #E4E4E4;
}

.borderimage{
	border:1px solid #244973;
}

.campotesto {
	BACKGROUND-COLOR: #244973;
	COLOR: #E4E4E4;
	FONT-FAMILY: Arial;
	FONT-SIZE: 10px;
	border: none;
}

.tastoinvio {
	BACKGROUND-COLOR: #244973;
	COLOR: #E4E4E4;
	FONT-FAMILY: Arial;
	FONT-SIZE: 10px;
	border: none;
}

.campotesto2 {
	BACKGROUND-COLOR: #E4E4E4;
	COLOR: #244973;
	FONT-FAMILY: Arial;
	FONT-SIZE: 10px;
	border: none;
	width: 90px;
	height: 11px;
}

.tastoinvio2 {
	BACKGROUND-COLOR: #E4E4E4;
	COLOR: #244973;
	FONT-FAMILY: Arial;
	FONT-SIZE: 10px;
	font-weight: bold;
	border: none;
	width: 60px;
	height: 11px;
}

/* ****************************** titolo ****************************** */
.titolo{
	color: #244973;
 	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing:-1px;
	word-spacing:5px;
}
/* ****************************** fine titolo ****************************** */

/* ****************************** txt ****************************** */
.txt{
	color: #244973;
 	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.txtlink{
	color: #244973;
 	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.txtlink a{
 	color: #244973;
 	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.txtlink a:hover{
 	color: #244973;
 	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
/* ************************** fine: txt ********************* */

/* ****************************** txtmenu ****************************** */
.txtmenu{
	color: #FFFFFF;
 	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
.txtmenulink{
	color: #FFFFFF;
 	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
.txtmenulink a{
 	color: #FFFFFF;
 	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
.txtmenulink a:hover{
 	color: #244973;
 	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
/* ************************** fine: txtmenu mini ********************* */
