/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#222D43;
	font-size:12px;
}

.testo {
	color:#062E7E;
	line-height: 18px;
}

.testo a: link, .testo a:visited, .testo a:active {	
	color:#062E7E;
}

.testo a:hover {	
	color:#BAB3A4;
}


.sfondo {
	background-image:url(images/sfondo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.indirizzo {
	font-size:10px;
	color:#FFFFFF;
	background-color: #BAB3A4;
}

.indirizzo a:link, .indirizzo a:visited, .indirizzo a:active {	
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
}

.indirizzo a:hover {	
	font-size:10px;
	color:#062E7E;
	text-decoration:underline;
}

.foto {
	border: 3px double #BAB3A4;	
}

.linea {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #BAB3A4;
	border-right-color: #BAB3A4;
	border-bottom-color: #BAB3A4;
	border-left-color: #BAB3A4;	
}

.titolotabella { 
	font-size:12px;
	font-weight:bold;	
}

.vocitabella { 
	font-size:11px;	
}
.bordotabella {
border: 1px solid #cccccc;
}
