html  {
	height: 100%;
	width: 100%;
	margin: 0px;
}
body {
	margin: 0px;
	height: 100%;
	width: 100%;
}
.contenitore {
	margin: 0px;
	height: 100%;
	width: 100%;
}
td.destra{
	width: 50%;	
	background-color: #F3F0E4;	
}
td.sinistra{
	width: 50%;
	background-color: #9E0000;	
}
td.alto{
	height: 80%;	
	background-color: #F3F0E4;	
}
td.basso{
	height: 20%;	
	background-color: #9E0000;	
}
.testoindirizzo{
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
.testo{
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	text-align: justify;
}
.testonormal{
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
}
.bianco{
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
}
.testomedio{
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000000;
}
.titoletto{
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}
.testobold{
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.testopiccolissimo{
	font-size: 1px;
}
a.indirizzosmall:link,
a.indirizzosmall:visited {
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
a.indirizzosmall:hover {
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
a.vinimenu:link,
a.vinimenu:visited {
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
a.vinimenu:hover {
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
a.indirizzo:link,
a.indirizzo:visited {
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000000;
}

a.indirizzo:hover {
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}
a.lingua:link,
a.lingua:visited {
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #9E0000;
}

a.lingua:hover {
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #9E0000;
}
form{
	margin: 0px;
}
table.contorno{
	border-left: 1px solid #9E0000;
	border-right: 1px solid #9E0000;
	border-top: 1px solid #9E0000;
	border-bottom: 1px solid #9E0000;
}

table.contornochiaro{
	border-left: 1px solid #F3F0E4;
	border-right: 1px solid #F3F0E4;
	border-top: 1px solid #F3F0E4;
	border-bottom: 1px solid #F3F0E4;
}

a.indirizzosmallbianco:link,
a.indirizzosmallbianco:visited {
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #F3F0E4;
}
a.indirizzosmallbianco:hover {
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #F3F0E4;
}

a.newsvisite:link,
a.newsvisite:visited {
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
}
a.newsvisite:hover {
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
}

.testoindirizzobianco{
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #F3F0E4;
}
td.sx_alto{
	border-left: 1px solid #E1D8B9;
	border-top: 1px solid #E1D8B9;
}
td.dx_alto{
	border-right: 1px solid #E1D8B9;
	border-top: 1px solid #E1D8B9;
}
td.sx_alto_basso{
	border-left: 1px solid #E1D8B9;
	border-top: 1px solid #E1D8B9;
	border-bottom: 1px solid #E1D8B9;
}
td.dx_alto_basso{
	border-right: 1px solid #E1D8B9;
	border-top: 1px solid #E1D8B9;
	border-bottom: 1px solid #E1D8B9;
}