
.Box_Center {
	position: absolute;
	width: 448px;
	height: 478px;
	left: 250px;
	top: 144px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	/* border: 1px solid #000000;*/
}

.Box_Center H3{	
	font-size: 14px;
	font-weight: bold;
}

.Box_Big {
	position: absolute;
	width: 356px;
	height: 235px;
	/* border: 1px solid #cccccc; */
}

.Box_Small {
	position: absolute;
	width: 110px;
	height: 110px;
	border: 1px solid #cccccc;
	padding-top: 5px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #ffffff;
	color: #666666;
}

.Box_Small_Titolo {
	position: relative;
	top: 0px;
	width: 102px;
	height: 30px;
	background-color: #666666;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding: 2px;
}


.Box_Small_Testo {
	position: relative;
	width: 102px;
	height: 60px;
	top: 10px;
	background-color: #ffffff;
	color: #666666;
	font-size: 12px;
}

.Box_Item {
	position: relative;
	width: 400px;
	height: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding: 5px 5px 5px 0px;
	border-top: 1px dashed #999999;
	
}

.Box_Item_Int {
	position: relative;
	width: 400px;
	height: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding: 5px 5px 5px 0px;
	/*border-top: 1px dashed #999999;*/
	
}

.Box_Item_Link {
	position: absolute;
	width: 340px;
	top: 0px;
	left: 56px;
	margin-left: 5px;
	margin-top: 5px;
	/*background-color: #FFF5F2;*/
}

.Box_Item_Link A:link, A:hover, A:active, A:visited {
	text-decoration: underline;
}

.Box_Item_Img {
	position: relative;
	top: 0px;
	left: 0px;
}

.Box_Item_OfficialSite A:link, A:hover, A:active, A:visited {
	text-decoration: none;
	color:#000000;
}

