/*
File 			> foglio di stile di esempio sul dimensionamento dei caratteri.
					  Maggiori dettagli @ http://www.constile.org/tutorial/come_dimensionare_i_caratteri/
Autore 		> gianluca troiani | g.troiani@constile.org | www.constile.org
Versione	> 1.0.2002.09.26
*/
body			{ 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 0.7em;
font-family: "Trebuchet MS"; 
}

.style1 {
	font-family: "Trebuchet MS";
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
}
.style1blue {
	font-family: "Trebuchet MS";
	font-size: 1.15em;
	font-weight: bold;
	color: #004581;
}
#Layer1 {
	position:relative;
	left:5px;
	top:-150px;
	width:140px;
	height:25px;
	z-index:1;
	margin: 0px;
	padding: 0px;
	border: 0px;
	overflow: auto;
}
.style3 {
	font-size: 1em;
	font-weight: bold;
	font-family: "Trebuchet MS";
	color: #666666;
}
.style3white {
	font-size: 1em;
	font-weight: bold;
	font-family: "Trebuchet MS";
	color: #ffffff;
}
.chr1 {
	font-family: "Trebuchet MS";
	font-size: 8px;
	font-weight: bold;
	color: #000000;
}
.chr2 {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}.chr3 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.style6 {font-family: "Trebuchet MS"; font-size: 1.15em; font-weight: bold; color: #C00000; }
.smaller	{	font-size: 0.8em;}
.bigger		{ font-size: 1.25em; }
.font10px	{ font-size: 10px; }
.font14px	{ font-size: 14px; }
.table1bgd { background-image: url(/images/bgd_table_1.gif); }
.tablehordotsbgd { background-image: url(/images/oriz_dots.gif); }
.tableverdotsbgd { background-image: url(/images/vert_dots.gif); }
.button1bgd { background-image: url(/images/bgd_button.gif); }
.button2bgd { background-image: url(/images/bgd_button_red.gif); }


a:link { color: #C00000; font-weight: bold; text-decoration: none }
a:visited { color: #C00000; font-weight: bold; text-decoration: none }
a:hover { color: #C00000; font-weight: bold; text-decoration: underline }

a.style3:link { color: #666666; font-weight: bold; text-decoration: none; 	font-size: 1em;}
a.style3 { color: #666666; font-weight: bold; text-decoration: none; 	font-size: 1em;}
a.style3:visited {color: #666666; font-weight: bold; text-decoration: none;	font-size: 1em;}
a.style3:hover {color: #C00000; font-weight: bold; text-decoration: underline;	font-size: 1em;}

a.chr2:link { color: #666666; font-weight: bold; text-decoration: none; 	font-size: 11px;}
a.chr2 { color: #666666; font-weight: bold; text-decoration: none; 	font-size: 11px;}
a.chr2:visited {color: #666666; font-weight: bold; text-decoration: none;	font-size: 11px;}
a.chr2:hover {color: #C00000; font-weight: bold; text-decoration: underline;	font-size: 11px;}

a.style3white:link { color: #ffffff; font-weight: bold; text-decoration: none; }
a.style3white:visited {color: #ffffff; font-weight: bold; text-decoration: none;}
a.style3white:hover {color: #eeeeee; font-weight: bold; text-decoration: underline;}

a.linkdestra:link { color: #004581; font-weight: bold; text-decoration: none; }
a.linkdestra:visited {color: #004581; font-weight: bold; text-decoration: none;}
a.linkdestra:hover {color: #C00000; font-weight: bold; text-decoration: underline;}