body{
	background-color: #ffffff;
}

.titolo_bianco{
	color:  #ffffff;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
}

#menu{
	background-color: #757550; /*#5d5c48*/
	color: #ffffff;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	border-color: #ae2713;
	border-style: solid;
	border-width: 1px;
}

#menu ul{
	list-style: none;
}

#menu li{
	margin: 0px 0px 5px 0px;
	list-style-type: none;
	padding: 0px 0px 0px 5px;
}

#menu a{
	background-color: #757550;
	color: #ffffff;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover{
	color: #a38e6f;
}

#menu_admin ul{
	list-style: none;
}

#menu_admin li{
	margin: 0px 0px 5px 0px;
	list-style-type: none;
	padding: 0px 0px 0px 5px;
	display: inline;
}

#menu_admin a{
	background-color: #757550;
	color: #ffffff;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#menu_admin a:hover{
	color: #a38e6f;
}

.menu_bottom{
	background-color: #757550;
	color: #9e9583;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

.menu_bottom:hover{
	background-color: #757550;
	color: #ffffff;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

.menu_bottom_selezionato{
	background-color: #757550;
	color: #ffffff;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

.sfondo_interno{
	background-color: #E3E0B2;
}

.titolo_pagina{
	background-color: #E3E0B2;
	color: #ae2713;
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}

.testo{
	background-color: #E3E0B2;
	color: #575843;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}

.testo_piccolo{
	background-color: #E3E0B2;
	color: #575843;
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
}

.testo_reverse{
	background-color: #757550;
	color: #ffffff;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.link{
	background-color: #E3E0B2;
	color: #ae2713;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}

.link:hover{
	background-color: #E3E0B2;
	color: #ae2713;
	font-family: Arial;
	font-size: 12px;
	text-decoration: underline;
}

.immagini_sx{
	border: 1px;
	border-color: #ae2713;
	border-style: solid;
	margin-left: 0px;
	margin-bottom: 2px;
	margin-top: 2px;
	margin-right: 0px;
	padding: 0px 0px 0px 0px;
}

.immagini_float_sx{
	border: 1px;
	border-color: #ae2713;
	border-style: solid;
	float: left;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 5px;
	padding: 0px 0px 0px 0px;
}

.sw{
	color: #575843;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

input{
	background-color: #ffffff;
	color: #575843;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	border-style: inset;
	border-color: #A0522D;
	border-width: 1px;
}

textarea{
	background-color: #ffffff;
	color: #575843;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	border-style: inset;
	border-color: #A0522D;
	border-width: 1px;
}

select{
	background-color: #ffffff;
	color: #575843;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	border-style: inset;
	border-color: #A0522D;
	border-width: 1px;
}