body {
	
	color: #002C5A;
	margin: 0px;
	font-size: 10px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.menu_hover {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFDE97;
	text-align:center;
	color: #00214E;
}
.menu_hover a {
	font-weight: bold;
	text-decoration: none;
	text-align:center;
	color: #00214E;
	
}


.menu {
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
	text-align: center;
	padding:5px;
	margin:5px;
}

.menu a {
	display:block;
	font-size:13px;
	font-weight: bold;
	color:#333333;
	text-decoration: none;
	border-bottom:2px solid #999999;

}

.menu a:hover {	
	font-weight: bold;
	color:#FF9900;
	text-decoration: none;
	border-bottom:2px solid #ff9900;
}


.corpo {
	
	word-spacing: 3px;
	letter-spacing: 1px;
	padding: 3px;
	background-color: #eeeeee;
	font-size: 11px;
	
}

.titolo {
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background: #002C5A;
	border-bottom: solid 1px;
	border-bottom-color: #eeeeee;
	text-align: right;
	height: 25px;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.titolo_webspace {
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background: #002C5A;
	border-bottom: solid 1px;
	border-bottom-color: #eeeeee;
	text-align: center;
	height: 25px;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.link {

	font-size: 9px;
	font-weight: bold;
	color:#002C5A;
	text-decoration: none;
}

.link_punti {


	font-weight: bold;
	color:#002C5A;
	text-decoration: none;
}

/* light box */
#lightbox{
	background-color:#CCCCCC;
	padding: 10px;
	}
	
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}
	
#lightboxCaption{ float: left; }

#keyboardMsg{ float: right; }

#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;}

#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	
/************************** fine *********************/

#cornice-foto {
	text-align:center;
}
#cornice-foto img {
	padding:2px;
	margin:2px;
	border:2px solid #cccccc;
}