*{
	margin:0;
	padding:0;
	
	font-family:Tahoma, Arial, Verdana;
	font-size:8pt;
	color:#666;
}

body {
	background:#fafafa url(../img/bg_noApe.jpg) top left repeat-x;
	padding:0 0 10px 0;
}

p, div, form {
	margin:0;
	padding:0;
	text-align:left;
}

p.quote * { color:#fff; }

input, textarea {
	padding:2px;
}

img {
	border:none;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:none;
	color:#000;
}

a.blu {
	text-decoration:none;
	color:#27629e;
}

a.blu:hover {
	text-decoration:underline;
	color:#27629e;
}

a.bianchi{
	text-decoration:none;
	color:#a0a3b0;
}

a.bianchi:hover {
	text-decoration:none;
	color:#fafafa;
}

a.nav, input.bottoni {
	background:#27629E;
	text-align:center;
	line-height:18px;
	text-decoration:none;
	font-weight:bold;
	padding:2px 5px;
	color:#fff;
}

a.nav:hover, span.nav, input.bottoni:hover {
	background:#59a4c3;
	text-align:center;
	line-height:18px;
	text-decoration:none;
	font-weight:bold;
	padding:2px 5px;
	color:#fff;
	cursor:pointer;
}

a.promo {
	background:#a0a3b0;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	padding:2px 5px;
	margin-right:1px;
	color:#fff;
}

a.promo:hover {
	background:#C3C5D1;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	padding:2px 5px;
	margin-right:1px;
	color:#fff;
	cursor:pointer;
}

a.sub {
	background:#fff;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	padding:2px 5px;
	margin-right:1px;
	color:#ccc;
}

a.sub:hover {
	background:#ccc;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	padding:2px 5px;
	margin-right:1px;
	color:#666;
	cursor:pointer;
}

a.red {
	background:#900;
	text-align:center;
	line-height:18px;
	text-decoration:none;
	font-weight:bold;
	padding:2px 5px;
	margin-right:1px;
	color:#fff;
}

a.red:hover {
	background:#F00;
	text-align:center;
	line-height:18px;
	text-decoration:none;
	font-weight:bold;
	padding:2px 5px;
	margin-right:1px;
	color:#fff;
	cursor:pointer;
}

div.foglio{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='scale', src='img/bg_foglio2.png');
	width:815px;
	text-align:center;
}

div.foglio[class]{
	background:url(../img/bg_foglio2.png) left top no-repeat;
}

iframe {
	border:#ccc double 3px;
}

ul {
	margin:0;
	padding:0;
	text-align:right;
}

li {
	margin:0 2px 1px 0;
	padding:2px 10px 4px 2px;
	list-style:none;
	background:#FAFAFA;
	color:#666;
}

li:hover {
	margin:0 2px 1px 0;
	padding:2px 10px 4px 2px;
	list-style:none;
	background:#a0a3b0 url(../img/icone/frecciaLI.gif) center left no-repeat;
	color:#fff;
	cursor:pointer;
}

li.liste, li.liste:hover {
	padding:0 0 0 5px;
	list-style:disc;
	margin:0;
	background:#f8f8f8;
	color:#666;
	cursor:auto;
}


