body{
	padding:0;
	line-height: 1.5em;
	background-repeat: repeat-x;
	margin-top: 5px;
}
#menu {
	vertical-align: bottom;
}
/* FONT */
.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #363F30;
	text-decoration: none;
}
.titolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.descrizione {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}
.rosso {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #999999;
	text-decoration: none;
}

/* LINKS */
a {
	font-family: Arial;
	font-size: 12px;
	color: #990000;
	text-decoration: none;
}
a:hover {
	color:#666666;
	text-decoration:underline;
}
a:visited {
	color:#999999
}

/*Credits: Dynamic Drive CSS Library */
/*shadow */

.shadow{
}

.shadow_inner{
}

/* CONTENT */
#mainContent {
	background-color:#FFFFFF;
	WIDTH:750px;
	margin: auto;
	border: 0;
}
#mainHeader {
	WIDTH: 100%;
	HEIGHT: 178px;
	background-repeat: no-repeat;
	background-position: left top;
}
.tdsx {
	width:25%;
}
.tddx {
	width:75%;
}
.sx {
	width:75%;
}
.dx {
	width:25%;
}

.ban {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990000;
	padding:5px;
}
