







/* 
  questo foglio di stile definisce l'apparenza del menu, ma contiente anche le 
  definizioni di proprieta' comuni a tutte le pagine, perche' tutte le pagine
  caricano queste definizioni
*/

body
{
       font-size:11pt;
       font-family:Helvetica,Tahoma,Verdana,Arial,cursive;
       font-stretch: extra-condensed;
       color: #888;
       background-color: #FFFFFF;
       padding: 0px 0px;
       text-align: left ;
       margin: leftmargin="0" topmargin="30px" marginwidth="0" marginheight="0";
}


body   a {
       text-decoration: none;
       color: #DC663E;
}

body a:hover {
       color: #3b58a1;
       background-color: #DC663E;
       background-color:#f7cc24; 
}


/*
 caratteristiche del frame per il menu
 */
.menutd
{
       text-align: left;
       background: #FFF url(../images/sider.jpg) no-repeat left bottom;
       width: 180px;
       max-width: 190px;
       height: 430px;
       border-style: none;
       padding-left: 0px;
}

.menutd > img {
       padding-left: 0px;
}


.menutd    li {
       list-style: none;
       margin-bottom: 7px;
       margin-left:10px;
}

.menutd a
{
	text-decoration: none;
	color: #DC663E;
	font-family: arial; 
	font-size: 12pt; 
	font-weight:bold;
}


.menutd a:hover 
{
       color: #2c52ac; 
       background-color:#f7cc24; 
} 


/*
 caratteristiche del frame per lo header
 */
.headertd 
{
       background-color: #FFFFFF;
}

/*
 caratteristiche del frame per il content
 */
.contenttd 
{
       background-color: white;
}

/*
 caratteristiche del frame a pie' di pagina
 */

.footertd 
{
       background-color: #FFF;
       text-align: center;
       padding-top: 0px;
}

/*
 caratteristiche del testo del footer
 */
.footer 
{  font-family: Helvetica, Arial,serif; 
           /* font-size: 12px; ineffectual */
           font-size: 8pt; 
           font-weight: normal;
           text-align: center;
}



hr { height: 3px; 
     border-style: none; 
     border-color: #3b58a1; 
     background: #3b58a1; 
     color: #3b58a1; 
}

high
{
       color: #DC663E;
       font-style: italic;
       font-weight: bold;
}


.linkstrong 
{
    font-weight: bold;
}




