
body {
		background-color: #dedede;
		background-image: url(sfondo.png);

}

.container{
		margin: 0px auto;
		padding: 0px 0px 0px 0px;
		background-color: #fff;
		box-shadow: 0px 0px 10px 5px rgba(0,0,0,.2);
		position:center;  
		width:1024px; 
		z-index:1;
}

.title {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 14px;
		color: #535353;
		padding:-2px;
		line-height:15px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #b6b6b6;
		text-align:center;
		filter: none;
		font-weight:bold;
		background-color: #e6e6e6;
		width: 100%;
}


.intestazione{
		font-size: 30pt;
		font-family: Impact;
		color: #0c1349;
		text-align: left;
}


#tier1{
		position: relative;
		width: 82px;
		height: 20px;
		font-family: Calibri;
		font-size:10pt;
		background-color: #e1e1e1;
		padding: 10px;
		float: center;
		text-align: center;
}

#tier1:hover{
		background-color: #e3e3e3;
		text-align: center;
}


#tier1 div{
		display: none;

}

#tier2{
		position: relative;
		width: 82px;
		height: 20px;
		font-family: Calibri;
		font-size:10pt;
		color: #353535;
		background-color: #e1e1e1;
		padding: 10px;
		top:10px;
		right:10px;
		text-align: center;
}

#tier2:hover{
		background-color: #e3e3e3;
		color: #353535;
		text-align: center;
}




body, td, tr, div {
		font-family:Georgia, "Times New Roman", Times, serif; 
		font-size:12px;
		color: #353535;
} 


A:link{
		text-decoration:underline;
		color: #8a0000;
}

A:visited {
		text-decoration:underline;
		color: #8a0000;
}

A:hover {
		text-decoration:underline;
		color: #0a0a5e;
		text-transform: none;
}


a.diari:link{
		margin-right: 10px;
		margin-left: 10px;
		font-size: 20pt;
		font-family: Impact;
		color: #777;
		text-align: center;
		text-decoration:none;
}

a.diari:visited{
		margin-right: 10px;
		margin-left: 10px;
		font-size: 20pt;
		font-family: Impact;
		color: #777;
		text-align: center;
		text-decoration:none;
}

a.diari:hover{
		margin-right: 10px;
		margin-left: 10px;
		font-size: 20pt;
		font-family: Impact;
		color: #777;
		text-align: center;
		text-decoration:underline;
}