body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	SCROLLBAR-SHADOW-COLOR: #004685;    /*interne*/
	SCROLLBAR-HIGHLIGHT-COLOR: #004685;
	
	SCROLLBAR-3DLIGHT-COLOR: #002C53;     /*esterne*/
	SCROLLBAR-DARKSHADOW-COLOR: #002C53;
	
	SCROLLBAR-ARROW-COLOR: #FFFFFF;
	SCROLLBAR-BASE-COLOR: #004685;			/*barra*/
	SCROLLBAR-TRACK-COLOR: #0082B9;      /*tracciato*/
}

.sfondo_laterale{
	background-repeat: no-repeat;
	background-image: url(images/sfondo_laterale.jpg);
	background-position: top center;
}
.sfondo_laterale_loop{
	background-repeat: repeat-y;
	background-image: url(images/sfondo_laterale_loop.jpg);
	background-position: top center;
}
.sfondo_centro{
	background-repeat: no-repeat;
	background-image: url(images/sfondo_centro.jpg);
	background-position: top center;
}
.sfondo_centro_loop{
	background-repeat: repeat-y;
	background-image: url(images/sfondo_centro_loop.jpg);
	background-position: top center;
}
.sfondo_centro_top{
	background-repeat: no-repeat;
	background-image: url(images/sfondo_centro_top.jpg);
	background-position: top center;
}

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

.borderimage{
	border:1px solid #FFFFFF;
}
.borderimage2{
	border:1px solid #002C53;
}

.campotesto {
	BACKGROUND-COLOR: #004685;
	COLOR: #FFFFFF;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 10px;
	border: 1px solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-color: #002C53;
}

.tastoinvio {
	BACKGROUND-COLOR: #004685;
	COLOR: #FFFFFF;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 10px;
	border: 1px solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-color: #002C53;
}

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

/* ****************************** txt ****************************** */
.txt{
	color: #FFFFFF;
 	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}
.txtlink{
	color: #FFFFFF;
 	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}
.txtlink a{
 	color: #FFFFFF;
 	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
}
.txtlink a:hover{
 	color: #FACF00;
 	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
}

/* ---- */

.txtmini{
	color: #FACF00;
 	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
.txtminilink{
	color: #FACF00;
 	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
.txtminilink a{
 	color: #FACF00;
 	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}
.txtminilink a:hover{
 	color: #FFFFFF;
 	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}
/* ************************** fine: txt_chiaro mini ********************* */