/* Base Styles



----------------------------------------------- */



body { color: #494949; background: rgb(255,255,255); text-align: left; padding: 0px; margin: 0px; font-family: arial}

acronym, abbr 	{ cursor: help;	}
p, li  { line-height: 120%; }
table {	color: #494949; background: transparent; }
img a{  border: 0px;}
img {  border: 0px;}


a:link { background-color: inherit; color: #494949; text-decoration: none;}
a:visited { background-color: inherit; color: #494949; text-decoration: none;}
a:active { background-color: inherit; color: #494949; text-decoration: none;}
A:hover {  background-color: inherit; color: #2565AE; text-decoration:underline;}


input[type="text"] { line-height: normal; border: #CECECE solid 1px;}


#RicercaText {	/*riportato l'id per compatibilità con explorer*/

	line-height: normal; border: #CECECE solid 1px; width:170px;}



/* classi generiche 



---------------------------------------------------------------------*/

.grigio11,.grigio10,.grigio12,.grigio14 { font-size: 11px;color: #494949;font-family:arial }
.grigio10 { font-size: 10px;}
.grigio12 { font-size: 12px;}
.grigio14 { font-size: 14px;}

.blu11,.blu12,.blu14,.blu15 { font-size: 11px;color: #2565AE;font-family:arial}
.blu12 { font-size: 12px}
.blu14 { font-size: 14px}
.blu15 { font-size: 15px}

.bianco11,.bianco12,.bianco14,.bianco15 { font-size: 11px;color: #FFFFFF;font-family:arial}
.bianco12 { font-size: 12px}
.bianco14 { font-size: 14px}
.bianco15 { font-size: 15px}

.blu11 a:link,.blu12 a:link,.blu14 a:link,.blu15 a:link { background-color: inherit; color: #2565AE; text-decoration: none;}
.blu11 a:visited,.blu12 a:visited,.blu14 a:visited,.blu15 a:visited { background-color: inherit; color: #2565AE; text-decoration: none;}
.blu11 a:active,.blu12 a:active,.blu14 a:active,.blu15 a:active { background-color: inherit; color: #2565AE; text-decoration: none;}
.blu11 a:hover,.blu12 a:hover,.blu14 a:hover,.blu15 a:hover {  background-color: inherit; color: #2565AE; text-decoration:underline;}


.menu1 { float:left;font-size: 12px;color: #2565AE;font-family:arial;padding:8px 10px 0px 10px;font-weight:bold}
.menu1 a:link { background-color: inherit; color: #2565AE; text-decoration: none;}
.menu1 a:visited { background-color: inherit; color: #2565AE; text-decoration: none;}
.menu1 a:active { background-color: inherit; color: #2565AE; text-decoration: none;}
.menu1 a:hover {  background-color: inherit; color: #093759; text-decoration:underline;}

.divisor { float:left;width:2px;padding:2px 0px 2px 0px}


.titoli {

	margin:20px 0px 0px 20px;
	padding:0px;
	font-size: 16px;
	color: #2565AE;
	font-family:arial;
	font-weight: bold;
	}


/* ******************  printing  ************** */




@media print {

   h1, h2, h3,
   h4, h5, h6    { page-break-after: avoid; page-break-inside: avoid }
   blockquote,
   pre           { page-break-inside: avoid }
   ul, ol, dl    { page-break-before: avoid }
   .navbar       { background-color: #fff000; color: #000; border-color: #000; border-width: 1px; }
   a.navlink, a.bannerLink     { font-weight: normal }
	#testata, #intestazione, #menusin {
		visibility: hidden;

	}
}



/* ******************  speech  ************** */


@media aural {
   h1, h2, h3,
   h4, h5, h6    { voice-family: paul, male; stress: 20; richness: 90 }
   h1            { pitch: x-low; pitch-range: 90 }
   h2            { pitch: x-low; pitch-range: 80 }
   h3            { pitch: low; pitch-range: 70 }
  h4            { pitch: medium; pitch-range: 60 }
   h5            { pitch: medium; pitch-range: 50 }
   h6            { pitch: medium; pitch-range: 40 }
   li, dt, dd    { pitch: medium; richness: 60 }
   dt            { stress: 80 }
   pre, code, tt { pitch: medium; pitch-range: 0; stress: 0; richness: 80 }
   em            { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
   strong        { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
   dfn           { pitch: high; pitch-range: 60; stress: 60 }
   s, strike     { richness: 0 }
   i             { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
   b             { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
   u             { richness: 0 }
   a:link        { voice-family: harry, male }
   a:visited     { voice-family: betty, female }
   a:active      { voice-family: betty, female; pitch-range: 80; pitch: x-high }

}
