/* CSS Document */
body {
	 background-image:  url(../images/bg-image.jpg); background-repeat: repeat;
	 margin-top: 0px;
	 font-family: Arial, Verdana, sans-serif;
	 color: #333333;
}

.font_menu_h  {
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 13px;
	 font-weight: bold;
}
.font_menu_h a {
	text-decoration: none;
}
.font_menu_h a:visited{
	text-decoration: none;
	color: #000000;
}
.font_menu_h a:active{
	text-decoration: none;
	color: #D2691E;
}
.td-border-dashed {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;	
}
.menu-v-freccia-dx {
	margin-left: 20px;
}
.font-menu-v {
  margin-left: 10px;
  font-weight: bold;
  font-size: 13px;
  color: #333333;
 } 
 .font-submenu-v {
  margin-left: 10px;
  font-size: 12px;
  color: #666666;
  font-weight: bold;
 
 }
  .font-title {
  font-size: 13px;
  color: #333333;
  font-weight: bold;
 }  
 .font-home{
  font-size: 13px;
  color: #8B0000;
  font-weight: bold;
 }  
.font-menu-v a {
  font-weight: bold;
  font-size: 13px;
  color: #333333;
  text-decoration: none;
 } 
 .font-menu-v a:hover {
  font-weight: bold;
  font-size: 13px;
  color: #D00000;
  text-decoration: none;
 } 
 .font-menu-v a:active{
  font-weight: bold;
  font-size: 13px;
  color: #D00000;
  text-decoration: none;
 } 
 .font-trova a {
  font-weight: bold;
  font-size: 16px;
  color: #D00000;
  text-decoration:  underline;
 } 
 .font-trova a:hover {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  text-decoration:  underline;
 } 
 .font-submenu-v a{
  font-size: 12px;
  color: #666666;
  font-weight: bold;
  text-decoration: none;
 }
 .font-submenu-v a:hover{
  font-size: 12px;
  color: #333333;
  font-weight: bold;
  text-decoration: none;
  text-decoration: underline;
 }
 .font-submenu-v a:active{
  font-size: 12px;
  color: #d00000;
  font-weight: bold;
  text-decoration: none;
 }
 .font-home a {
  font-weight: bold;
  font-size: 13px;
  color: #D00000;
  text-decoration:  underline;
 } 
 .font-home a:hover {
  font-weight: bold;
  font-size: 13px;
  color: #d00000;
  text-decoration: underline;
 } 
 a{
  font-weight: bold;
  color: #333333;
  text-decoration: underline;
 } 
  a:hover{
  font-weight: bold;
  color: #d00000;
  text-decoration: underline;
 } 