/* CSS Basic Document */
body {
	margin: 0px;
    color: #b14e19;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FF651B;
	background: url(immagini/sfondo.png) center 0px; 
	background-attachment: scroll; 
	background-repeat: no-repeat;
	line-height: 14px;
}
td, th {
    color: #b14e19;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
}
.button-cont{text-align:center;
	margin: 0em 6 1em;
}
a.button{display: block;width:14em;
	margin:0 auto;
    height: 35px;
    padding-left: 1em;
    font: bold 150%/35px "Trebuchet MS",Arial,sans-serif;
    background: url(immagini/bottone.png) no-repeat top left;
    text-decoration: none;
    color: #286C98;
}
a.button span{display: block;
	cursor: pointer;
	padding-right: 1em;
    background: url(immagini/bottone.png) no-repeat top right;
}
a.button:hover{background-position: bottom left;
	color: #6B9828;
}
a.button:hover span{background-position: bottom right;
}
a:link {
	text-decoration: underline;
	color: #b14e19;
}
a:visited {
	text-decoration: underline;
	color: #b14e19;
}
a:hover {
	text-decoration: none;
	color: #b14e19;
}
a:active {
	text-decoration: underline;
	color: #b14e19;
}
.cornice {
	background-image: url(immagini/cornice.gif);
	background-repeat: no-repeat;
}
a.attivo:link, a.attivo:visited, a.attivo:active, a.attivo:hover {
	border-bottom: 2px solid #FF651B; 
	margin-left: 15px;
	margin-right: 15px;
	text-decoration: none;
}
.sponsor {
	background: url(immagini/sponsor.gif) center no-repeat;
	padding: 15px;
	z-index: 0;
}
.smalltext {
	color: #FF651B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
}
.footer {
	margin-top: 3px;
	margin-right: 30px;
	margin-left: 30px;
}
.footertext {
	color: #b14e19;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
a.footertext:link {
	text-decoration: none;
	color: #b14e19;
}
a.footertext:visited {
	text-decoration: none;
	color: #b14e19;
}
a.footertext:hover {
	text-decoration: underline;
	color: #b14e19;
}
a.footertext:active {
	text-decoration: none;
	color: #b14e19;
}
#overlay {
	z-index: 10;
    position: absolute;
    background-color: #FFFFFF;
    top: 50%;
    left: 50%;
    width: 655px;
    height: 328px;
	margin-left: -323px;
	margin-top: -120px;
}
