body {
	margin: 0px;
	background-color: #fff;
}.contenuto {
	font-family: tahoma;
	font-size: 9px;
	color: #999999;
	line-height: 125%;
}
a {
	color: #0A7520;
}
.contenutoCopia {

	font-family: tahoma;
	font-size: 9px;
	color: #666666;
	line-height: 125%;
}

.bodyt1 {
	font-family: Arial;
	font-size: 12px;
	font-style:normal;
	color: #5B5B5B;
}

.bodyt2 {
	font-family: Arial;
	font-size: 13px;
	font-style:normal;
	color: #5B5B5B;
}

#language {
    padding: 10px;
    text-align: center;
    background-color: #fff;
    font-size: 12px;
}
#language > .it {
    background: url(/_assets/img/it.png) right center no-repeat transparent;
    padding-right: 21px;
}
#language > .en {
    background: url(/_assets/img/en.png) left center no-repeat transparent;
    padding-left: 21px;
}
#language > span {
    color: #008C2E;
    cursor: default;
    font-weight: bold;
}
#language > a:link, #language > a:visited, #language > a:active {
    color: #008C2E;
    text-decoration: none;    
}
#language > a:hover {
    text-decoration: underline;
}
