/* CSS Document */

body{
	margin: 0px;
	background-color: #F6F5ED;
	SCROLLBAR-FACE-COLOR: #F6F5ED;
	SCROLLBAR-HIGHLIGHT-COLOR: #E5E2D3;
	SCROLLBAR-SHADOW-COLOR: #C2C1B5;
	SCROLLBAR-3DLIGHT-COLOR: #F6F5ED; 
	SCROLLBAR-ARROW-COLOR: #BFA700; 
	SCROLLBAR-TRACK-COLOR: #F6F5ED; 
	SCROLLBAR-DARKSHADOW-COLOR: #F6F5ED;
}

.cellatop{
	padding: 18px;
	height: 100px;
}

.testo_piccolo{
	color: #3A3838;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
}

.campi{
	border-top: 1px solid #777777;
	border-left: 1px solid #777777;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	color: #3A3838;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	padding: 2px;
}

.menu{
	background-image: url(img/bkg_home.gif);
	background-repeat: repeat-y;
	height: 170px;
}

.box_top{
	background-image: url(img/boxhome_top.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 174px;
}

.box_centro{
	background-image: url(img/boxhome_sfondo.gif);
	background-repeat: repeat-y;
	background-position: top;
	width: 174px;
	text-align: left;
	padding: 10px;
	color :#485E5F;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10px;
	text-decoration: none;
	font-variant: normal;
	text-transform: none;
}

.box_bottom{
	background-image: url(img/boxhome_bottom.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 174px;
}

.titolo{
	color: #3A3838;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 16px;
}

.testo{
	color :#485E5F;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	text-decoration: none;
	font-variant: normal;
	text-transform: none;
	list-style-image: url(img/ep.gif);
}

.testo_bordeaux{
	color :#C90606;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	text-decoration: none;
	font-variant: normal;
	text-transform: none;
}

.link{
	color :#525151;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10px;
	text-decoration: none;
	font-variant: normal;
	text-transform: none;
}

.link:hover{
	border-bottom: 3px solid #FF8000;
	padding-bottom: 1px;
}



