body {
	background-color: #acbbdc;
	border: 0px;
	margin: 0px;
}

.testata {
 background-image:url(../images/testata.gif);
 background-repeat:no-repeat;
 background-position:top;
 height:250px;
 width:800px;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:14px;
 font-weight:bold;
 color:#003366;
 text-align:center;
 vertical-align:bottom;
 }

.bg_menu {
 background-image:url(../images/bg_menu.gif);
 background-repeat:no-repeat;
 background-position:top;
 background-color:#CC0000;
 height:159px;
 width:195px;
 }

.bg_main {
 background-color:#ffffff;
 width:605px;
 border-right: 1px solid #003366;
 vertical-align:top;
 }

.menu
 {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
 }
	
	
a.menu:link, a.menu:visited
    {
	  color: #ffffff;
	  font-weight: bold;
	  text-decoration: none;
	  }
	  
a.menu:hover
    {
	  color: #003366;
	  font-weight: bold;
	  text-decoration: none;
	  }	  
	  

.footer_sx
   {
	 background-image:url(../images/sfondo_footer_sx.gif);
	 background-repeat:no-repeat;
	 height:138px;
	 width:247px;
	 background-color:#d4d4d4;
   }
	
a.footer:link, a.footer:visited
    {
  	 font-family:Verdana, Arial, Helvetica, sans-serif;
  	 font-size:11px;
     color: #ffffff;
	 font-weight: bold;
	 text-decoration: underline;
	  }
	  
a.footer:hover
    {
   	 font-size:11px;
	  color: #ffffff;
	  font-weight: bold;
	  text-decoration: none;
	  }	

.testo
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 20px;
	color: #000000;
	padding:10px;
   }
   
.titolo
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #cc0000;
	padding: 10px; 
   }
   
.rosso
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #cc0000;
   }

hr {border: 1px dotted #f19fc1; border-style: none none dotted; }

  
.link
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	font-weight: normal;
	text-decoration:underline;
   }
    
a.link:link, a.link:visited a.link:active
    {
	  color: #000000;
	  font-weight: normal;
	  text-decoration: underline;
	  }
	  
a.link:hover
    {
	  color: #000000;
	  font-weight: normal;
	  text-decoration: none;
	  }	 
