a
{
	color: #006633;
	text-decoration: none;
}
a:hover
{
	color: #dcae54;
	text-decoration: none;
}
p
{
	text-align: justify;
	padding-left: 5%;
	padding-right: 5%;
	color: #666666;
}
ul
{
	text-align: justify;
	padding-left: 5%;
	padding-right: 5%;
	color: #666666;
}
li
{
	text-align: justify;
	padding-left: 5%;
	padding-right: 5%;
	color: #666666;
}
img
{
	border: none;
}

h1
{
	margin: 0px;
	padding: 0px;
	color: #006633;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 10px;
	margin-left: 2%;
	margin-right: 2%;
}
h2
{
	margin: 0px;
	padding: 0px;
	color: #dcae54;
	font-size: 0.9em;
	font-weight: bold;
	margin-left: 2%;
	margin-right: 10%;
	text-align: justify;
}
h3
{
	margin: 0px;
	padding: 0px;
	color: #006633;
	font-size: 1em;
	font-weight: bold;
	margin-left: 2%;
	margin-right: 2%;
}
h4
{
	margin: 0px;
	padding: 0px;
	color: #006633;
	font-size: 0.88em;
	font-weight: normal;
	text-align: justify;
	padding: 5px;
}
h5
{
	margin: 0px;
	padding: 0px;
	color: #006633;
	font-size: 0.9em;
	font-weight: bold;
	margin-left: 2%;
	margin-right: 10%;
}
/* Elenco Menu Struttura Sito */
.UlSottoMenu
{
	width: 190px;
	margin: 0px;
	padding-top: 0px;
}
.UlSottoMenu li
{
	margin: 0px;
	padding: 0px;
	margin-top: 8px;
	color: #006633;
	height: 23px;
	list-style-image: url('../images/Button/btnElenco.jpg' );
	background-image: url('../images/Button/btnElencoLinea.jpg' );
	background-position: left bottom;
	background-repeat: no-repeat;
}
.UlSottoMenu li a
{
	color: #dcae54;
	font-family: Bookman Old Style;
	font-size: 0.9em;
	font-weight: bold;
}

/* the news box when JavaScript is available */
#news.hasJS
{
	height: 200px;
	margin-top: 2px;
	padding: 0;
	overflow: hidden;
	position: relative;	
	background-image: url('../images/Button/btnElencoLinea.jpg' );
	background-position: left bottom;
	background-repeat: no-repeat;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
}
#news.hasJS ul li
{
	list-style-type: disc;
	color: #325176;
	margin-left: 15px;
}
#news.hasJS ul li h4
{
	text-align: left;
}
Div#DivSitoFabioCampoli
{
	text-align: center;
	border-bottom: dotted 1px #006633;
	margin-left: 20px;
	margin-right: 20px;
	border-bottom-color: #C0C0C0;
}
/* Box */
.DivBoxTop
{
	background-image: url(  '../images/Structure/BoxTop.jpg' );
	background-position: left top;
	background-repeat: repeat-x;
	height: 10px;
}
.DivBoxTopSx
{
	background-image: url(  '../images/Structure/BoxTopSx.jpg' );
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	height: 10px;
	width: 10px;
}
.DivBoxTopDx
{
	background-image: url(  '../images/Structure/BoxTopDx.jpg' );
	background-position: left top;
	background-repeat: no-repeat;
	float: right;
	height: 10px;
	width: 10px;
}
.DivBox
{
	background-color: #f3f3f3;
	border-left: solid 1px #e2e2e2;
	border-right: solid 1px #e2e2e2;
	padding-left: 5px;
	padding-right: 5px;
}
.DivBoxTextCentral
{
	background-color: #f3f3f3;
	border-left: solid 1px #e2e2e2;
	border-right: solid 1px #e2e2e2;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}
.DivBoxBottom
{
	background-image: url(  '../images/Structure/BoxBottom.jpg' );
	background-position: left top;
	background-repeat: repeat-x;
	height: 10px;
}

.DivBoxBottomSx
{
	background-image: url(  '../images/Structure/BoxBottomSx.jpg' );
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	height: 10px;
	width: 10px;
}
.DivBoxBottomDx
{
	background-image: url(  '../images/Structure/BoxBottomDx.jpg' );
	background-position: left top;
	background-repeat: no-repeat;
	float: right;
	height: 10px;
	width: 10px;
}
/* Contenuti */
.BoxContenuto
{
	clear: both;
	border-bottom: dotted 1px #CCCCCC;	
	padding-left: 15px;
	padding-right: 15px;
}
.BoxContenuto img
{
	float: right;
	border: 3px solid #CCCCCC;
	margin: 5px;
	margin-left: 15px;
}
.Banner
{
    background-image: url(../images/CorniceBanner.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 190px;
    height: 190px;
    float: left;
    padding-top:5px;
    text-align: center;
}