/* general stuff */
HTML {
height: 100%;
margin-bottom: 1px;
}
body{
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	font-size: 75%;
	line-height: 1.3;
	text-align: left;
}
td{
font-size: 100%;
font-weight: normal;
}
h1{font-size: 250%; line-height: 1.1;}
h2{font-size: 200%; line-height: 1.1;}
h3{
	font-size: 130%;
	line-height: 1.1;
	color: #800000;
}
h4{
	font-size: 105%;
	line-height: 1;
	font-style: italic;
}
h5{font-size: 120%; line-height: 1.1;}
h6{font-size: 100%; line-height: 1.1;}
a{
	text-decoration: none;
	border: none;
	color: #003466;
	font-weight: normal;
}
a:hover{
text-decoration: none;
color: #f5ab00;
border: none;
}
a.readon{
font-size: 11px;
color: #440099;
border: 1px solid #FFFFFF;
padding-left: 12px;
background: url(../images/readon.gif) no-repeat left;
margin-top: 7px;
text-decoration: none;
font-weight: normal;
}
a.readon:hover {
background: #EEEEEE url(../images/readon.gif) no-repeat left;
font-size: 11px;
color: #f2ab01;
padding-left: 12px;
}
.bg {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #800000;
}
a.mainlevel {
	padding-left: 2px;
	padding-top: 0px;
	margin-top: 5px;
	margin-left: 4px;
	display: block;
	line-height: 13px;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	color: #800000; /*E' il bordino a destra dei menu*/
	border-left: 0px solid #88A5FF; /* era 3px solid #FBDD86 */
	voice-family: "\" \""; /* Box Model fix */
	voice-family: inherit;
	width: 139px;
}
/*menu actif*/
a.mainlevel:hover, a.mainlevel#active_menu {
	background: #FFFFCC repeat-y;
	padding-top: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 13px;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	color: #800000;
	border-right: #FFFFCC;
}

.leftcol {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.texte {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}
.copyright {
	color: #800000;
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	text-align: right;
}
