
/* Base Styles

----------------------------------------------- */

body { color: #4B4B4B; background-color: #FFFFFF; text-align: left; padding: 0; margin: 10px 0px 0px 0px;font-family: arial;}

acronym, abbr 	{ cursor: help;	}

body, input, textarea, select, table, tr, td, th, li, div { font-family: tahoma; font-weight: normal;}

table {	color: #4B4B4B; background: transparent; }

a:link { background-color: inherit; color: #4B4B4B; text-decoration: none;}
a:visited { background-color: inherit; color: #4B4B4B; text-decoration: none;}
a:active { background-color: inherit; color: #4B4B4B; text-decoration: none;}
A:hover {  background-color: inherit; color: #4B4B4B; text-decoration:underline;}





/* classi generiche 

---------------------------------------------------------------------*/

grigio12,.grigio11,.grigio14,.grigio16,.rosso11,.rosso12,.rosso14,.rosso16,.grigios11,.grigios12,.grigios16,.bianco10,.bianco11,.bianco12,.bianco14
	{
   	background-color: transparent;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #585858;
	font-family: arial;
  
}

.grigio11 {font-size: 11px;}
.grigio12 {font-size: 12px;}
.grigio14 {font-size: 14px;}

.rosso11 { color: #DE282E}
.rosso12 { color: #DE282E;font-size: 12px;}
.rosso14 { color: #DE282E;font-size: 14px;}

.bianco10 { color: #FFFFFF;font-size: 10px;}
.bianco11 { color: #FFFFFF;font-size: 11px;}
.bianco12 { color: #FFFFFF}
.bianco14 { color: #FFFFFF;font-size: 14px;}

.grigio11 a:link,.grigio12 a:link,.grigio14 a:link {  background-color: transparent; color: #585858; text-decoration: none;}
.grigio11 a:visited,.grigio12 a:visited,.grigio14 a:visited {  background-color: transparent; color: #585858; text-decoration: none;}
.grigio11 a:active,.grigio12 a:active,.grigio14 a:active {  background-color: transparent; color: #585858; text-decoration: none;}
.grigio11 a:hover,.grigio12 a:hover,.grigio14 a:hover {  background-color: transparent; color: #585858; text-decoration:underline;}


.titoli { background-color: #4B4B4B;
	text-align: left;
	float:left;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	height:23px;
	width:96%;
	padding:5px 0px 0px 10px; }






/* ******************  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 }

}






