/* CSS Document */
BODY {
scrollbar-3dlight-color: #961c1c;
scrollbar-arrow-color: #faf7e6;
scrollbar-darkshadow-color: #000000;
scrollbar-face-color: #961c1c;
scrollbar-highlight-color: #c11c1c;
scrollbar-shadow-color: #7f1212;
scrollbar-track-color: #F5F7F8;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
.carattere {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: justify;
}
.caratteremini {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: justify;
}

.carattere_titolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	text-align: justify;
	font-weight: 500;
	text-decoration: underline;
}
.marginatore {
	padding: 10px;
	margin: 10px;
}
.selezione {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #C0BE87;
	border-right-color: #C0BE87;
	border-bottom-color: #C0BE87;
	border-left-color: #C0BE87;
}
.imgborder {
border:solid;
border-width:2px;
border-color:#eae7d4;
padding:10px;
}
a:link {
	text-decoration: none;
	color: 961C1C;
	}
a:visited {
	text-decoration: none;
	color: 961C1C;
	}
a:hover { 
	text-decoration: underline;
	color: 961C1C;
	}
a:active {
	text-decoration: none;
	color: 961C1C;
	}
a.bianco:link, a.bianco:visited, a.bianco :hover, a.bianco:active
	{
	text-decoration: none;
	color: #FFFFFF;
	}