﻿body {
	background-color: #E5E5E5;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
a {
	color: #003399;
	text-decoration: none;
}
div.paginaWebEsterno {
	width: 960px;
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	background-image: url(../immagini/ombraVerticale.gif);
	background-repeat: repeat-y;
	background-position: right;
}
div.paginaWebInterno {
	width: 900px;
	background-color: #FFFFFF;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
div.titolo {
	margin-top: 2px;
	height: 50px;
	margin-bottom: 1px;
}
div.titoloTesto {
	float: left;
}
div.titoloPic {
	float: right;
}
div.titoloPic img {
	padding-left: 2px;
}
div.nav {
	width: 100%;
	clear: both;
	margin: 0px;
	padding: 0px;
}
div.hnav {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #CC3300;
	float: left;
	background-image: url(../immagini/ombraRossa.gif);
	background-repeat: repeat-x;
	width: 100%;
}
ul.hnav {
	list-style-image: none;
	margin: 0px;
}
ul.hnav a {
	color: #FFFFFF;
}
li.hnavDx, li.hnavAmcDx {
	float: right;
	display: block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	color: #FFFFFF;
	background-image: url(/immagini/ombra.gif);
	background-repeat: repeat-x;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
li.hnavDx {
	background-color: #336666;
	background-image: url(../immagini/ombraVerde.gif);
	background-repeat: repeat-x;
}
li.hnavAmcDx {
	background-color: #006699;
	background-image: url(../immagini/ombraBlu.gif);
	background-repeat: repeat-x;
}
li.hnavAmcSx {
	float: right;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	display: block;
	color: #FFFFFF;
	background-color: #cc3300;
	background-image: url(../immagini/ombraRossa.gif);
	background-repeat: repeat-x;
}
div.separatore {
	background-image: url(../immagini/ombraOrizzontale.gif);
	background-repeat: repeat-x;
	height: 5px;
	clear: both;
	width: 900px;
	margin-bottom: 5px;
}
