/* settaggi sfondo pagina, margini, colore-font-size di default --------------------------------------*/
body
{
font-size: 70%;
color: #113588;
background-color: #EDEDED;
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: #003366;
}
A:visited {
	text-decoration: none;
	color: #CC0000;
}
A:hover {
	text-decoration: underline;
	color: #3399FF;
}
/*FORM*/
input,textarea,select {
   font-family: Arial, Helvetica, sans-serif;
	border : 3px solid,   medium;
	background-color: #A9B4B4;
	color:#333366;
	}
/*colore background e bordo del body e dei pannellini di sx e dx e piede*/
.bck_bordo_pan {
	border : 1px solid #789EC3; background: yellow;
  background-color: #000333;
  color: #FF9900
}
/*TESTA*/
.testa {
	margin-bottom: 3px;
	border: 1px solid #789EC3;
}

/*PANNELLINI DX E SX---------------------------------------------------------------------*/

/*testata dei pannellini*/
.topPan {
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
	background: #0055EA;
	border-bottom : 1px solid #789EC3;
	color: #FFFFFF;
  background-color: #316AC5
}
/*corpo dei pannellini*/
.bodyPan {
	vertical-align : top;
	font-size : smaller;
	padding-left: 2px;
	padding-right: 2px;
	padding-top : 2px;
	background-color : White;
  color: #000099
}
/*BODY-----------------------------------------------------------------------------------------*/
/*testata del body*/
.topBody {
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
	background: 0055ea;
	border-bottom : 1px solid #789EC3;
	color: WHITE;
  background-color: #316AC5
}
/*corpo del body*/
.bodyBody {
	vertical-align : top;
	font-size : smaller;
	padding-left: 2px;
	padding-right: 2px;
	padding-top : 2px;
	background-color : #FFFFF2;
}
/*PIEDE-----------------------------------------------------------------------------------------*/
.txtPiede {

	font-size: smaller;
	color: #757575;
	font-weight: bold;
	padding-bottom : 3px;
	padding-top : 3px;
  background-color: blue;
}
.txtPiede a:link {
	text-decoration : none;
	color: #4B4B4B;
	font-weight: bold
}
.txtPiede a:visited {
	text-decoration : none;
	color: #330099;
	font-weight: bold
}
.txtPiede a:hover {
	text-decoration: none;
	color: #33CCFF;
	font-weight: bold;
   text-decoration: underline;
}
.txtCopyright {
	margin-top : 5px;
	font-size : smaller;
}
.prezzo1 {
	color: black;
	background-color: orange;
}
.prezzo2 {
	color: red;
	background-color: black;
}
.prezzo3 {
	color: blue;
	background-color: white;
}
.prezzo4 {
	color: yellow;
	background-color: gray;
}
.prezzo5 {
	color: red;
	background-color: violet;
}

/*--CUSTOM STYLES--*/

/*CLASSI BOLD, ITALIC, UNDERLINE, EVIDENZIATO*/
.bold{
	font-weight : bold;
}

.italic{
	font-style : italic;
}

.evidenziato{
	background: #D9E4F2;
  background-color: #E0E0E0
}
.evidenziatoBold{
	background: #D9E4F2;
	font-weight : bolder;
  background-color: #D0D0D0;
  text-transform:uppercase;
  color:#686868;
  font-size: larger
}
