/* settaggi sfondo pagina, margini, colore-font-size di default --------------------------------------*/
body
{
font-size: 70%;
color: Black;
background-color: White;
margin-top:5px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}

body, p, h1, h2, h3, table, td, th, ul, ol, textarea, input,select
{
font-family: verdana,helvetica,arial,sans-serif;
 }
 
table,input,textarea,select
{
font-size: 100%;
}
A:link {
	text-decoration: none;
	color: #3083D6; 
}
A:visited {
	text-decoration: none; 
	color: #3083D6;
}
A:hover {
	text-decoration: underline;
	color: #3083D6; 
}
/*FORM*/
input,textarea,select {
   font-family: Arial, Helvetica, sans-serif;
	border : 1px solid #86B6E4;
	background-color: White;
	color: #010101;
	}
/*colore background e bordo del body e dei pannellini di sx e dx e piede*/
.bck_bordo_pan {
	border : 1px solid Black; background: white;
}
/*TESTA*/
.testa {
	margin-bottom: 3px;
	border: 1px solid black;
}

/*PANNELLINI DX E SX---------------------------------------------------------------------*/

/*testata dei pannellini*/
.topPan {
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
	background: #3083D6;
	border-bottom : 1px solid #1A528E;
	color: White;
}
/*corpo dei pannellini*/
.bodyPan {
	vertical-align : top;
	font-size : smaller;
	padding-left: 2px;
	padding-right: 2px;
	padding-top : 2px;
	background-color : White;
}
/*BODY-----------------------------------------------------------------------------------------*/
/*testata del body*/
.topBody {
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
	background: #3083D6;
	border-bottom : 1px solid #1A528E;
	color: White;
}
/*corpo del body*/
.bodyBody {
	vertical-align : top;
	font-size : smaller;
	padding-left: 2px;
	padding-right: 2px;
	padding-top : 2px;
	background-color : White;
}
/*PIEDE-----------------------------------------------------------------------------------------*/
.txtPiede {
    
	font-size: smaller;
	background: #3083D6;
	color: White;
	font-weight: bold;
	padding-bottom : 3px;
	padding-top : 3px;
}
.txtPiede a:link {
	text-decoration : none;
	color: White;
	font-weight: bold
}
.txtPiede a:visited {
	text-decoration : none;
	color: White;
	font-weight: bold
}
.txtPiede a:hover {
	text-decoration: none;
	color: White;
	font-weight: bold;
   text-decoration: underline;
}
.txtCopyright {
	margin-top : 5px;
	font-size : smaller;
}
.prezzo1 {
	color: #FF0000;
	background-color: #FFCCCC;
}
.prezzo2 {
	color: #FF9933;
	background-color: #FFFFCC;
}
.prezzo3 {
	color: #9966CC;
	background-color: #FFCCFF;
}
.prezzo4 {
	color: #009900;
	background-color: #CCFFCC;
}
.prezzo5 {
	color: #0000CC;
	background-color: #CCCCFF;
}

/*--CUSTOM STYLES--*/
.bold {
font-weight: bold;
}
.evidenziato {
background-color: #DCEDFE ;
}
.evidenziatoBold {
background-color: #DCEDFE ;
font-weight: bold;
}
.italic {
font-style: italic;
}
.TITOLO {
background-color: #FFFF00 ;
border-width: 5 ;
font-size: 12 ;
font-family: verdana ;
}
