body { 
	font-size: 12px;
	color:#000000; 
	font-family: Arial;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px; 
scrollbar-base-color: #BE171E;
scrollbar-arrow-color: #FFFFFF;
scrollbar-3dlight-color: #E71D27;
scrollbar-darkshadow-color: #AC151D;
scrollbar-face-color: #BE171E;
scrollbar-highlight-color: #E71D27;
scrollbar-shadow-color: #434952;
scrollbar-track-color: #F5F5F5;
}
.tabella { 
	font-size: 14px;
	color:#000000; 
	font-family: Arial;
	margin-left: 25px;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 25px; 
}
.testonero {
	color: #000000;
	font-size: 13px;
	font-weight:bold;
}
.testobianco {
	color: #FFFFFF;
	font-size: 13px;
	font-weight:bold;
}
.testobiancomedio {
	color: #FFFFFF;
	font-size: 12px;
}
.titologrande {
	color: #FFFFFF;
	font-size: 38px;
	font-weight:bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	
}
.collezione {
	color: #FFFFFF;
	font-size: 15px;
	font-weight:bold;
}
.note {
	color: #000000;
	font-size: 10px;
	font-weight:bold;
}
.testoneromedio {
	color: #000000;
	font-size: 12px;
	font-weight:bold;
}
.testoneropiccolo {
	color: #000000;
	font-size: 11px;
	font-weight:bold;
}
.testobiancopiccolo {
	color: #FFFFFF;
	font-size: 11px;
	font-weight:bold;
}
.piccolochiaro {
	color: #FFFFFF;
	font-size: 10px;
}
.linkneropiccolo a:link {
	color: #000000;
	font-size: 10px;
	text-decoration: none;
	font-weight:bold;
}
.linkneropiccolo a:visited {
	color: #000000;
	font-size: 10px;
	text-decoration: none;
	font-weight:bold;
}
.linkneropiccolo a:hover{
	font-size: 11px;
	text-decoration: underline;
	color: #000000;
	font-weight:bold;
}
.linkbiancopiccolo a:link {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	font-weight:bold;
}
.linkbiancopiccolo a:visited {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	font-weight:bold;
}
.linkbiancopiccolo a:hover{
	text-decoration: underline;
	color: #FFFFFF;
	font-weight:bold;
}
.linkbiancomedio a:link {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	font-weight:bold;
}
.linkbiancomedio a:visited {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	font-weight:bold;
}
.linkbiancomedio a:hover{
    font-size: 13px;
	text-decoration: underline;
	color: #FFFFFF;
	font-weight:bold;
}
.titolo {
	color: #420000;
	font-size: 14px;
	font-weight:bold;
}
a:link {
	color: #420000;
	font-size: 12px;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	font-size: 12px;
	color: #6A0000;
}
a:hover {
	text-decoration: underline;
	font-size: 12px;
	color: #6A0000;
}

.linkno a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.linkno a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.linkno a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.linkno a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.fondo {
	background-position: 100% 100%; 
}
.base {
	background-color:#FFFFFF;
	background-repeat: repeat-x;
	background-position: 100% 100%; 
	background-attachment: fixed;
}
.base {background-image: url(../images/fondo_chiaro.jpg); }
.fondo_tab {
	background-attachment: fixed;
	background-repeat:no-repeat;
}
.fondo_tab {background-image: url(../images/FIA_TEXTURE.gif); }
/* fine background */

.h1 { 
font-size: 16px;
font-weight:bold;
}
.nota { 
font-size: 11px;
}
.strong {
font-family: Arial;
font-style:normal; 
font-size:14px;
}

.cite {
font-family: Arial;
font-style:normal; 
font-size:14px;
}

.code {
font-family: Arial;
font-size:14px;
}
.tendina{
background:#940703; 
font-size:14px;
color:#ffffff; 
font-family: Arial;
}


small {
	font-size: 10;
}




#dhtmlgoodies_menu{	/* Menu object */
		margin:0px;
		padding:0px;
		width:300px;	/* Width of menu */
	}
	#dhtmlgoodies_menu li{
		margin-top:2px;	/* Space between each menu item */
		
		
		/* Don't change these four values */
		list-style-type:none;				
		clear:both;
		display:block;	
		overflow:auto;
		vertical-align:middle;
	}
	
	#dhtmlgoodies_menu li a{	/* Text rules for the menu items */
		color:#ffffff;	/* Black text color */
		text-decoration:none;	/* No underline */
		font-family: Arial;	/* Font to use */
		letter-spacing:1px;	/* Extra space between each letter of the menu items */
		font-size:0.7em;	/* Fixed font size */
		font-weight:bold;	/* Bold font */
		float:left;
		background-color:#AC131B;
		padding-left:3px;
		line-height:25px;	/* Height of menu links */

	}
	#dhtmlgoodies_menu li div{
		float:left;

	}
	