.box {
	padding: 0px 2px 5px 2px;
}
.box .separator {
	background-image: url(../img/box/box_border.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 0px;
	height: 1px;
/*	background-color: #ECB68F;*/
	border: 0px;
/*	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #999999;*/
}
.box .title {
/*	background-image: url(../img/box/title_arrow.gif);*/
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
	color: #3F2008;
}
.box .title h1, .box .title h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.box .titlebar {
	background-image: url(../img/box/box_border.gif);
	background-repeat: repeat-x;
	background-position: top;
/*	background-color: #E8E3D4;*/
	background-color: #F3D8C3;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.box .titlebar_left {
	background-image: url(../img/box/box_border.gif);
	background-repeat: repeat-y;
	background-position: left;
/*	background-color: #E8E3D4;*/
	background-color: #F3D8C3;
}
.box .titlebar_right {
	background-image: url(../img/box/box_border.gif);
	background-repeat: repeat-y;
	background-position: right;
/*	background-color: #E8E3D4;*/
	background-color: #F3D8C3;
}
.box .topleft {
	background-image: url(../img/box/box_topleft.gif);
	background-repeat: no-repeat;
	height: 6px;
	width: 6px;
	font-size: 0px;
}
.box .topright {
	background-image: url(../img/box/box_topright.gif);
	background-repeat: no-repeat;
	height: 6px;
	width: 6px;
	font-size: 0px;
}
.box .bottom {
	background-image: url(../img/box/box_bottom.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 6px;
	font-size: 0px;
	padding-bottom: 0px;
}
.box .bottom_left {
	background-image: url(../img/box/box_bottomleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 6px;
	width: 6px;
}
.box .bottom_right {
	background-image: url(../img/box/box_bottomright.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	height: 6px;
	width: 6px;
}
.box .content {
	/*	background-color: #C9CDDA; */
	background-color: #C9CDDA;
}
.box .content .central {
/*	background-color: #FFFFFF;*/
	padding-right: 1px;
	padding-left: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 1px;
	margin-left: 1px;
	/*list-style-image: url(../img/box/bullet.gif);*/
	/*list-style-type: square;*/
}
.box .content .left {
	background-image: url(../img/box/box_border.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.box .content .right {
	background-image: url(../img/box/box_border.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.box a, .box a:link, .box a:visited, .box a:active {
	text-decoration: underline;
	color:#2A1FFF;
/*	color:#213864;*/
}
.box a:hover {
	text-decoration: underline;
/*	background-color: yellow;*/
	background-color: #999999;
	color: white;
}
.box ul {
	margin: 0px 0px 0px 25px;
	padding : 0px 0px 0px 0px;
}
.box ul li {
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
.box .text_normal {
	text-align:justify;
}
.box img.left {
	margin: 0px 5px 0px 0px;
}
.box img.right {
	margin: 0px 0px 0px 5px;
}
.box img.middle {
	margin: 0px 5px 5px 5px;
}
.box div.immagini {
	width:150px;
}
.box img.immagini {
	margin: 0px 5px 2px 0px;
	max-width: 150px;
	width: expression(this.width > 150 ? 150: true)
/*	height: 75%;
	width: 75%;*/
}
.box img.immaginifree {
	margin: 0px 5px 2px 0px;
/*	height: 75%;
	width: 75%;*/
}
