body {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
}
td {
	font-size: 12px;
}
#boxnews {
      position: relative;
      /*background: #eee;*/
      width:160px; height:50px;
      overflow: hidden;
}
#key {
	font-size: 10px;
	text-align: center;
	padding: 4px 4px 8px;

}
a:link, a:active, a:visited {
	color: #000066;
	text-decoration: none;
	font-weight: bold;

}
a:hover {
	color: #000066;
	text-decoration: underline;
}
#menu {
	background-color: #000066;
	padding: 5px;
	color: #FFFFFF;
	font-size: 12px;
	margin-bottom: 2px;
}
#menu a:link,#menu a:active ,#menu a:visited {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;


}
#menu a:hover {
	color: #B1953A;
	text-decoration: none;

}
#leftmenu {
	font-size: 11px;
	text-align: left;
	padding: 5px;
	color: #333333;


}
#leftmenu a:link, #leftmenu a:active, #leftmenu a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 198px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 3px;
	height: 20px;
	background-image: url(../img/sfondo_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #B1953A;






}
#leftmenu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../img/sfondo_on.gif);
	background-repeat: no-repeat;
	background-position: left top;



}
#leftmenu #sub {
	font-size: 10px;
	padding-left: 15px;



}
#main {
	padding: 10px;
	font-size: 12px;
	background-color: #E2D5A7;
}



#right {
	padding: 10px;

}
#left {
	padding: 10px;
	font-size: 12px;


}
#footer {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B1953A;
	border-bottom-color: #B1953A;
	padding: 5px;
	color: #000066;
	text-align: center;
	font-size: 12px;
	margin-top: 2px;
	background-color: #D5C07B;







}
#footer a:link,#footer a:active ,#footer a:visited {
	font-size: 12px;
	color: #000164;
	text-decoration: none;


}
#footer a:hover {
	color: #9A6601;
	text-decoration: underline;

}
h3 {
	padding: 3px;
	color: #000066;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #996600;


}
#leftline {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B1953A;


}
#rightline {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B1953A;

}
.address {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	text-align: right;
}
h5 {
	color: #996600;
	padding: 3px;
	border-top: 1px solid #000066;
	border-right: 2px solid #000066;
	border-bottom: 2px solid #000066;
	border-left: 1px solid #000066;
	background-color: #D5C07B;

}
ul {
	font-size: 12px;
	list-style-type: square;
	color: #000066;

}
.tit_price {
        text-align: center;
        color: #fff;
        font-weight: bold;
	background-color: #B1953A;
}
.price {
        font-weight: bold;
	background-color: #D5C07B;

}

#ticker-container {
        position:relative;
        overflow:hidden;
        width: 220px;
        height: 200px;
        padding: 2px;
        border: Defaultpx dotted ;
        }
	
	#ticker {
		position:relative;
		width: 210px;
	}
	#ticker ul {
		padding:0px;
		margin:0px;
		list-style-type:none;
	}
	#ticker ul li {
            display:list-item;
            margin-top: 1px;
            margin-bottom: 1px;
            padding-top: 1px;
            padding-bottom: 1px;
            font-family: arial;
            font-size: xx-small;
            font-weight: normal;
            color: ;
            padding-left: 2px;
	}
	#ticker ul li a {
            font-family: arial;
            font-size: xx-small;
            font-weight: normal;
            color: ;
            text-decoration: none;
            padding-left: 2px;
	}
  #ticker ul li a:hover {
            font-family: arial;
            font-size: xx-small;
            color: ;
            text-decoration: none;
            padding-left: 2px;
  }



input, select, textarea{ 
        font: 8pt "Trebuchet MS", Verdana, sans-serif;
        border: 1px solid #B1953A;
        margin: 4px 0px;
}
input.button {
        color: #fff;
        font-weight: bold;
        background: #D5C07B;
}