@charset "utf-8";
/* CSS Document */

body {
	font-family: "Helvetica Neue", Helvetica, "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 0.9em;
	letter-spacing : 1px;
	background: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 1.2em;
}
#main {
	margin: 0 auto;
	width: 760px;
	height: 400px;
}
#head {
	top: 0px;
	width: 760px;
	height: 400px;
}
#navigation {
	color: #20307A;
	font-size: 0.9em;
	text-align: center;
	margin: 0px auto;
	width: 680px;
	padding-top: 14px;
	line-height: 1.8em;
}
a:link {
	color: #20307A;
	text-decoration: none;
}
a:visited {
	color: #20307A;
	text-decoration: none;
}
a:hover {
	color: #a6a4a5;
	text-decoration: none;
}
a:active {
	color: #292929;
	text-decoration: none;
}
#base {
	color: #A7A4A5;
	font-size: 0.8em;
	text-align: center;
	margin: 0px auto;
	width: 760px;
	padding-top: 10px;
}
.Rosso {
	color: #660000;
	font-weight: bold;
}
.Verde {color: #61747a; }
.Grassetto {font-weight: bold; }
