BODY  {
	font-family: Arial;
	font-size: x-small;
	border-width: 0 0;
	background-color: White;
	background-image: url(../images/bg_euroback.jpg);
}

BODY.menucat  {
	font-family: Arial;
	font-size: xx-small;
	border-width: 0 0;
	background-color: #E6ECF9;
	background-image: url(../images/sfondo.jpg);
}

BODY.noback  {
	font-family: Arial;
	font-size: x-small;
	border-width: 0 0;
	background-color: #FFFFFF;
}

P  {

}

.small{
	 font-size : 11px;
}

H1  { }

H2  {}

H3  {
	font-size : medium;
	font-weight : bold;
	color : #2424C7;
}

A  {
  color: #000000;
	text-decoration : none;
	font-weight : bold;
	font-size : x-small;
}

A:Visited  {

}

A:Active  {

}

A:Hover  {
	color : White;
	background-color : #202CCB;
}

/* stile menu sul topbar */
A.menu  {
   font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	
}

A.menu:Visited  {
	font-size : 11px;
	font-weight: normal;
}

A.menu:Active  {

}

A.menu:Hover  {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	background-color : #ffffff;
}

menuadm {
	font-size : x-small;
	font : Arial, Helvetica, sans-serif;
}

p.titolo {
font-size : 20px;
color:#202CCB;
font-weight : bold;
}

#big {
font-size : 20px;
color: #000000;
font-weight : bold;
}

p.bigblu {
font-size : 25px;
color: #202CCB;
font-weight : bold;
}

.bold {
	font-weight : bold;
}

.whiteonblu {
   font-size : 13px;
	font-weight : bold;
	color: #ffffff;
}

.detext {
   font-size : 11px;
}


td.tbl_sf {
	background-color: #2424c7;
}

td.tbl_sf1 {
	background-color: #E6ECF9;
}

div.sx {
   float: left;
   width: 20%;
   /* IMPOSTAZIONE MARGINI, SFONDO, GIUSTIFICAZIONE, BORDI, ECC... */
}
div.DX {
   float: left;
   width: 80%;
   /* COME SOPRA! (Rif. Referenze ed elenco dei comandi del linguaggio Css) */
}
