/********* STILE GENERALE DELLA PAGINA *********/
body {
	margin-left: 0px;
	margin-top: 0px;
	background-color:#FFFFFF;
}

/********* STILE DEL CONTENITORE DEI CONTENUTI DINAMICI *********/

#content
{
font-size: 10px;
padding: 20px 20px 40px 20px;
font-family: Verdana, Helvetica, sans-serif;
text-align: justify;
color: #000000;
}

/* specifichiamo lo stile delle celle quando il mouse e sopra di loro */

.style1 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
}
.style2 {font-size: 10px;
		 }
.style6 {
	font-size: 11px;
	color: #666666;
}
.style7 {color: #990000}

#content h1
{
	font-size: 20px;
	font-family: Versana, Helvetica, sans-serif;
	color: #990000;
	vertical-align: top;
}

*# a {
	color: #ffffff;
}

a:visited {
	color: #7E1E1F;
}

a:link    {
	color: #7E1E1F;
}


/********* STILI DEL MENU CLASSICO *********/
/* quello che segue è il contenitore delle voci verticali o orizzontali del menù */
.menu
{
  /*padding: 10px 0px 10px 0px;*/
}

.menuNormal a
{
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
	font-style:normal;
	font-variant: normal;
	min-height: 20px;
  	width: 196px;
	cursor: hand;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CA0000;
	border-bottom-color: #6A0000;
	padding-top: 5px;
	background-position: left center;
  	display: block;
}

.menuHover a
{
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000000;
	font-weight:bold;
	font-style:normal;
	cursor: hand;
	font-variant: normal;
  	min-height: 20px;
  	width: 196px;
	background-position: left center;
	text-align: center;
	vertical-align: middle;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #485468;
	border-bottom-color: #FFFFFF;
	background-color: #FDBC3A;
	padding-top: 5px;
  	display: block;
}

/* specifichiamo lo stile del contenitore dei sotto menù */
.subMenu a
{
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
	background-color:#E67C36;
	font-weight:bolder;
	font-style:normal;
  	min-height: 20px;
  	width: 196px;
	cursor: hand;
	border-top: 1px solid #EEAA7D;
	border-bottom-color: #E46008;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E46008;
	border-left-color: #E46008;
  display: block;
}

.subMenuHover a
{
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#990000;
	text-align:center;
	vertical-align:middle;
	background-color:#FFFFFF;
	font-weight:bolder;
	font-style:normal;
	min-height: 20px;
	width: 196px;
	cursor: hand;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFCC66;
	border-bottom-color: #FF9900;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E46008;
	border-left-color: #E46008;
 display: block;
}
