/*
Copyright: Explicit 2009, http://www.explicit.it
*/

body {
  /*background-image: url(../images/background.jpg);
  background-repeat: no-repeat;
  background-position: top;
  margin-left: 30px;*/
  font-family:  verdana, sans-serif;
  font-size: small;
}

A:link {
	font-family: verdana, sans-serif;
	COLOR: #094b1d; text-decoration: none;
	
}
A:visited 
{
	font-family: verdana, sans-serif;
	COLOR: #094b1d; text-decoration: none
}
A:active 
{
	font-family: verdana, sans-serif;
	COLOR: #094b1d; text-decoration: none
}
A:hover 
{
	font-family: verdana, sans-serif;
	COLOR: #094b1d; text-decoration: none
}

.hmenu 
{
	 height: 50px;
	 text-align:center;
	 font-family:  verdana, sans-serif;
	 font-size: 14px;
	 font-weight: bold;
	 background-image: url(../images/hmenu.gif);
	 background-repeat: repeat-x;
	 color: #d9001b;	
	}
	
.hmenu_on 
{
	 height: 50px;
	 text-align:center;
	 font-family:  verdana, sans-serif;
	 font-size: 14px;
	 font-weight: bold;
	 background-image: url(../images/hmenu_on.gif);
	 background-repeat: repeat-x;
	 color: #d9001b;	
	}

.hmenu_on1 
{
	 height: 50px;
	 text-align:center;
	 font-family:  verdana, sans-serif;
	 font-size: 14px;
	 font-weight: bold;
	 background-image: url(../images/hmenu_shdw.gif);
	 background-repeat: repeat-x;
	 color: #d9001b;	
	}
	
.hmenu a { color: #d9001b; font-size: 14px; font-family: verdana, sans-serif;}
.hmenu a:visited { color: #d9001b; text-decoration: none; font-size: 14px; font-family: verdana, sans-serif;}
.hmenu a:hover { color: #d9001b; text-decoration: none; font-size: 14px; font-family: verdana, sans-serif; background-image: url(../images/hmenu_shdw.gif); background-repeat: repeat-x;}


.titolo  {
			
			font-family: verdana, sans-serif;
			font-size: 20px;
			color: #094b1d;	
			font-weight:normal;
			line-height: 20px;
			
		}
		
.sottotitolo  {
			
			font-family: verdana, sans-serif;
			font-size: 14px;
			color: #abc622;	
			font-weight:bold;
			line-height: 15px;
			
			
		}
		
.centrale div, p 
{
	 text-align: justify;
	 margin-left: 15px;
	 margin-right: 5px;
	 font-family:  verdana, sans-serif;
	 
	 
	}
	
	
.arrow_list { 
  margin-left: 10px;
  padding-left: 0;
  margin-top: 0px;
  margin-bottom: 10px;
  list-style: none;
} 

.arrow_list li { 
  padding-left: 10px;
  background-image: url(../images/arrow.gif);
  background-repeat: no-repeat;
  background-position: 0 7px;
  font-family: verdana, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height:18px;
}

.arrow_list a:hover { 
  background-image: url(../images/arrow.gif);
  background-repeat: no-repeat;
  background-position: 0 7px;
  font-family: verdana, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height:18px;
}


.on { 
  padding-left: 10px;
  background-image: url(../images/arrow.gif);
  background-repeat: no-repeat;
  background-position: 0 7px;
  font-family: verdana, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height:18px;
  color: #d9001b;
  text-decoration: none;
}

.vmenu 
{
	 text-align:left;
	 margin-left: 10px;
	 font-family:  verdana, sans-serif;
	 font-size: 14px;
	 font-weight: bold;
	 color: #094b1d;
	 line-height: 16px;	
	}


.vmenuAttivo 
{
	 text-align:left;
	 margin-left: 10px;
	 font-family:  verdana, sans-serif;
	 font-size: 14px;
	 font-weight: bold;
	 color: #d9001b;
	 line-height: 16px;	
	}
	

.vmenu a { color: #d9001b; font-size: 14px; font-family: verdana, sans-serif;}
.vmenu a:visited { color: #094b1d; text-decoration: none; font-size: 14px; font-family: verdana, sans-serif;}
.vmenu a:hover { color: #d9001b; text-decoration: none; font-size: 14px; font-family: verdana, sans-serif;}


#footer { color: #FFFFFF; font-size: 13px; font-family: arial, sans-serif; font-weight:bold; margin-left:20px;}
#footer a { color: #FFFFFF; font-size: 13px; font-family: arial, sans-serif; font-weight:bold;}
#footer a:visited { color: #FFFFFF; text-decoration: none; font-size: 13px; font-family: verdana, sans-serif; font-weight:bold;}
#footer a:hover { color: #FFFFFF; text-decoration: underline; font-size: 13px; font-family: verdana, sans-serif; font-weight:bold;}


.gialla {
    border-collapse:collapse; 
    border-color:Yellow;
    border-style:solid;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-width: 1px;
    border-right-width: 1px;
}

.noDisplay{
display:none;
}

.verdino  {
   
   font-family: verdana, sans-serif;
   font-size: 12px;
   color: #abc622; 
   font-weight:bold;
   line-height: 20px;
   
  }