/* ELEMENTI */
body{  
	background-color: #FBE59F;
}

p {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #000000
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	
}
a:hover {
	color: #EF6D18;
}


/* CLASSI */
.bottone {
	BORDER-RIGHT: 1px inset #663300;
	BORDER-TOP: 1px inset #663300;
	BORDER-LEFT: 1px inset #663300;
	BORDER-BOTTOM: 1px inset #663300;
	FONT-SIZE: 11px;
	BACKGROUND: #663300;
	COLOR:#FFFFFF ;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	HEIGHT: 19px;
	TEXT-DECORATION: none;
	font : bolder;
}

.titolo {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	height: 11px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px
}

.titolo_pagina {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: 11px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px
}

.testo_SX {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	height: 11px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}

.testo_SX:hover {
	color: #009AFF;
}

.testo {
	font-family: Verdana;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	height: 11px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	text-align: justify;
}

.testo:hover {
	color: #009AFF;
}


.a_spalla {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

.a_spalla:hover {
	color: #990000;
}


/* ID */
#moreTitleSpallaSx {
	FONT-SIZE: 12px;
	BACKGROUND: #990000;
	COLOR:#FFFFFF ;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font: bold;
	padding-bottom: 2px;
	padding-left: 2px;
}

#moreTextSpallaSx {
	width: 100%;
	margin-top: 1px;
	margin-left: 2px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
	vertical-align: top;
	border-left: 1px solid #990000;
	border-top: 1px solid #990000;
	border-right: 1px solid #990000;
	border-bottom: 1px solid #990000;
	background-color: #FBE59F;
	height: 100%;
}



