body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	SCROLLBAR-SHADOW-COLOR: #726c67;    /*interne*/
	SCROLLBAR-HIGHLIGHT-COLOR: #726c67;
	
	SCROLLBAR-3DLIGHT-COLOR: #8C8580;     /*esterne*/
	SCROLLBAR-DARKSHADOW-COLOR: #605B57;
	
	SCROLLBAR-ARROW-COLOR: #FFFFFF;
	SCROLLBAR-BASE-COLOR: #726c67;			/*barra*/
	SCROLLBAR-TRACK-COLOR: #4F4B48;      /*tracciato*/
}

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

.sfondo_sx{
	background-repeat: repeat-y;
	background-image: url(images/layout_sfondo_sx.gif);
	background-position: top right;
}
.sfondo_dx{
	background-repeat: repeat-y;
	background-image: url(images/layout_sfondo_dx.gif);
	background-position: top left;
}

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

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

.campotesto {
	BACKGROUND-COLOR: #4F4B48;
	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: #4F4B48;
}

.tastoinvio {
	BACKGROUND-COLOR: #4F4B48;
	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: #4F4B48;
}

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

/* ****************************** txt ****************************** */
.txt{
	color: #000000;
 	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}
.txtlink{
	color: #000000;
 	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}
.txtlink a{
 	color: #000000;
 	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
}
.txtlink a:hover{
 	color: #B90711;
 	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
}
/* ************************** fine: txt_chiaro mini ********************* */

/* ****************************** txt ****************************** */
.txtmini{
	color: #C1BFBD;
 	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
.txtminilink{
	color: #C1BFBD;
 	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
.txtminilink a{
 	color: #C1BFBD;
 	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.txtminilink a:hover{
 	color: #B90711;
 	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
/* ************************** fine: txt_chiaro mini ********************* */