/* ---- colore1.css start ------*/

.bg {
/*    background: none repeat scroll 0 0 #006CB5; */  
	background: none repeat scroll 0 0 #295e7e; 
}

#menuBox ul li a:hover
{
      background: url("imgs/bg_hover2.png") repeat scroll 0 0 transparent;
 /* font-weight: bold; */
  	background-color: #469A9C;
}

.color {
    color: #469A9C;
}

h1 {
  /*   color: #006CB5; */
   color: #469A9C;
    font-family: calibri,tahoma;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
}

#lista td
{
   border-color: #295e7e;
}

#lista th
{
   background-color: #295e7e;
   border-color: #295e7e;
   color: white;
}
/* ---- colore1.css end ------*/
