html, body {
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
	overflow-x: hidden;
	overflow-y: auto;
}
@font-face {
	font-family: MANDELA;
	font-style: normal;
	font-weight: normal;
 	src: url("../fonts/mandela.eot");
}
@font-face {
	font-family: Chicago;
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/chicago.eot");
}
@font-face {
	font-family: "Max's Handwritin";
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/handwri.eot");
}
body {
	background-color: #353C91;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-bottom: 1em;
}
@media print { 
	body {
		background: white;
		font-size: 12pt;
		color: black;
	}
}
@media screen { 
	body {
		font-size: 16px;
	}
}
#wait {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 0px;
	background-image: url(../images/wait.gif);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 15;
}
a {
	font-weight: bold;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFCCFF;
	text-decoration: none;
}
a:active {
	color: #FFFFCC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
@media print {
	a:link, a:visited, a:active, a:hover {
		font-weight: normal;
		color: #330066;
		text-decoration: underline;
	}
	a:link:after, a:visited:after, a:active:after, a:hover:after {
		content: " (" attr(href) ")";
	}
}
p {
	font-size: 1em;
	line-height: 1.5;
	text-align: justify;
	text-indent: 4%;
	margin: 0px 1em 0.5em;
	padding: 0px;
}
p.list {
	text-indent: 0%;
	margin: 0px 1em 0.3em;
}
p.foot {
	text-indent: 0%;
	text-align: right;
	margin: 2em 0.5em 0.5em;
}
p.fondo {
	text-indent: 0%;
	text-align: center;
	font-size: 0.8em;
	color: #CCCCCC;
}
.data {
	text-indent: 0%;
	font-style: italic;
}
.pchr {
	font-family: "Magneto";
	font-size: 1.8em;
	float: left;
	padding: 0px 0.4em 0px 0.3em;
	margin: 0px 0.2em;
	border: 1px solid white;
	background-color: #4E56BE;
}
h1 {
	font-family: MANDELA, Forte;
	font-size: 1.5em;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: 0.05em;
	color: #FF8146;
	line-height: 1.5;
	text-align: center;
	margin: 0px 0px 0.5em;
	padding: 0px;
}
h2 {
	font-family: Chicago, "Britannic Bold";
	font-size: 1.4em;
	font-weight: normal;
	font-variant: small-caps;
	line-height: 1.2;
	text-align: center;
	margin: 0px 0px 0.4em;
	padding: 0px;
}
h3 {
	font-family: Chicago, "Britannic Bold";
	font-size: 1em;
	font-weight: normal;
	line-height: 1.2;
	text-align: center;
	margin: 0px 0px 0.5em;
	padding: 0px;
}
h4 {
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
	line-height: 1.2;
	text-align: center;
	margin: 0px 0px 0.5em;
	padding: 0px;
	text-decoration: underline;
}
h5 {
	font-size: 0.9em;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	text-align: center;
	margin: 0px 0px 0.5em;
	padding: 0px;
}
h6 {
	font-family: "Courier New", Courier, mono;
	font-size: 0.7em;
	font-weight: normal;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
hr {
	color: #A0A5DC;
}
ul, ol {
	margin: 0px 1em 0.8em;
	padding: 0px;
	text-align: justify;
}
li {
	font-size: 0.9em;
	line-height: 1.4;
	margin: 0px 0px 0.3em 4%;
}
ul li {
	list-style-image: url(../images/point.gif);
}
dl {
	font-size: 1em;
	line-height: 1.5;
	text-align: justify;
	margin: 0px 1em 0.5em;
	padding: 0px;
}
dt {
	font-style: italic;
}
dd {
	margin: 0px 0px 0.5em 4%;
	padding: 0px;
}
blockquote {
	font-size: 1em;
	line-height: 1.5;
	text-align: center;
	border: 1px dotted #4650BE;
	margin: 0.3em 10% 0.8em;
	padding: 0px;
}
a img, table {
	border: none;
}
p img {
	margin: 0.4em 1em;
	border-color: black;
}
p.short {
	text-indent: 0px;
}
table {
	font-size: 1em;
}
legend {
	color: #FFFF99;
}
form {
	margin: 0px;
	padding: 0px;
}
ins.nota {
	text-decoration: none;
	quotes: '(' ')';
}
ins.nota:before {
	content: open-quote;
}
ins.nota:after {
	content: close-quote;
}
.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center !important;
}
.clear {
	clear: both;
}
.border {
	border: 1px solid #000000;
}
.left {
	float: left;
}
.right {
	float: right;
}
.inline {
	display: inline-block;	
}
.titled {
	font-variant: small-caps;
}
.evidgiallo {
	color: #FFFF66;	
	font-weight: bold;
	font-size: 0.7em;
}
.evidverde {
	color: #66FF99;	
	font-weight: bold;
	font-size: 0.7em;
}
.evidrosso {
	color: #FF3300;	
	font-weight: bold;
	font-size: 0.7em;
}
.underline {
	text-decoration: underline;
}
.strike {
	text-decoration: line-through;
	color: #9A9EC8;
}
.oggetto {
	text-indent: 0%;
	text-decoration: underline;
}
.error {
	font-weight: bold;
	color: #FF0000;
}
.abbrev {
	font-weight: bold;
	cursor: help;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #00FF00;
}
.firma {
	font-family: "Max's Handwritin", BrushScript;
	font-size: 1.6em;
	font-weight: normal;
	font-style: normal;
	margin: 0.5em 1em 0px;
}
.firmaref {
	font-size: 0.9em;
	font-weight: normal;
	font-style: normal;
	margin: 0px 1em 0.5em;
}
.vcard {
	float: right;
	width: 25px;
	height: 25px;
}
.png {
	behavior: url("/script/pngfix.htc");
}
.postit {
	width: 25%;
	border: 1px solid #999999;
	font-size: 0.9em;
	margin: 0.4em 1em;
	padding: 0.4em 0.8em;
	background-color: #38409C;
}
.didascalia {
	margin: 0.4em 1em;
	border: 1px solid #999999;
	width: 210px;
	background-color: #38409C;
	font-size: 0.9em;
}
.imgbox {
	border: 1px groove black;
	width: 200px; height: 150px;
	background-color: #FFFFCC;
	text-align: center;
	vertical-align: middle;
}
.tblulc {
	background-image: url(../images/tblulc.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 8px;
	height: 8px;
}
.tblus {
	background-image: url(../images/tblus.gif);
	background-repeat: repeat-x;
	height: 8px;
}
.tblurc {
	background-image: url(../images/tblurc.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 8px;
	height: 8px;
}
.tbluls {
	background-image: url(../images/tbluls.gif);
	background-repeat: repeat-y;
	width: 8px;
}
.tblurs {
	background-image: url(../images/tblurs.gif);
	background-repeat: repeat-y;
	width: 8px;
}
.tblcls {
	background-image: url(../images/tblcls.gif);
	background-repeat: repeat-y;
	width: 8px;
}
.tblcrs {
	background-image: url(../images/tblcrs.gif);
	background-repeat: repeat-y;
	width: 8px;
}
.tblblc {
	background-image: url(../images/tblblc.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 8px;
	height: 8px;
}
.tblbs {
	background-image: url(../images/tblbs.gif);
	background-repeat: repeat-x;
	height: 8px;
}
.tblbrc {
	background-image: url(../images/tblbrc.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 8px;
	height: 8px;
}
.infoulc {
	background-image: url(../images/infoulc.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 12px;
	height: 12px;
}
.infous {
	background-image: url(../images/infous.gif);
	background-repeat: repeat-x;
	height: 12px;
}
.infourc {
	background-image: url(../images/infourc.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 12px;
	height: 12px;
}
.infols {
	background-image: url(../images/infols.gif);
	background-repeat: repeat-y;
	width: 12px;
}
.infors {
	background-image: url(../images/infors.gif);
	background-repeat: repeat-y;
	width: 12px;
}
.infoblc {
	background-image: url(../images/infoblc.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 12px;
	height: 12px;
}
.infobs {
	background-image: url(../images/infobs.gif);
	background-repeat: repeat-x;
	height: 12px;
}
.infobrc {
	background-image: url(../images/infobrc.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 12px;
	height: 12px;
}
.opaco {
	color: #666DC8;
	font-size: 0.9em;
}
.final {
	color: #CCCCCC;
}
.nooptg {
	background-color: #353C91;
	color: #FFFFFF;
}
.norientro {
	text-indent: 0%;
}
.attenzione {
	font-family:Arial, Helvetica, sans-serif;
	color:#FF3300;
	font-weight:bold;
	font-size:24px;
	text-align:center;
}
.formnote {
	font-size: 0.8em;
	color: #CCCCCC;
	text-indent: 0px;
}
.facebook_bar {
	width: 450px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: center !important;
}
.title_link {
	font-weight: normal;
}
