html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;		   
	margin: 0px;
	padding: 0px;
	/*background-color: #E0FFFF*/
	background-color: white;
}

table {
	font-family: inherit;
	font-size: 11px;
	color: inherit;
	margin: 1px;
	padding: 1px;
}

.InputLogin input {
	BACKGROUND-COLOR: green;
	FONT-SIZE: 8pt;
	COLOR: yellow;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

input {
	BACKGROUND-COLOR: white;
	FONT-SIZE: 8pt;
	COLOR: green;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

select {
	BACKGROUND-COLOR: white;
	FONT-SIZE: 8pt;
	COLOR: green;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

textarea {
	BACKGROUND-COLOR: white;
	FONT-SIZE: 8pt;
	COLOR: green;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 				 

hr {
	color: #008000;
}

.ricerca{
 	border:1px solid green;
	background:lightgoldenrodyellow;
} 

.inputcheckbox{
	background:lightgoldenrodyellow;
} 

a:link {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	color: #0000FF;
	font-weight: bold;
}


/* Menu */	
.menu ul{
	list-style: none;
	display: inline;
}
	
.menu li {
	float:left;
}

.menu li a{
	color: white;
	background: url('immagini/bottone00537.gif') no-repeat;
	text-decoration: none;
	height: 21px;
	margin: 0px;
	padding: 1px;
	line-height: 20px;
	text-align: center;
	display: block;
	font-size: 9px;
	width: 90px;
} 

.menu li a:hover{
	background: url('immagini/bottone00535.gif') no-repeat;
	color: white;
	font-weight: bold;
	font-size: 9px;
}

.menu li a:visited{
	color: white;
}
 
.menu li a:active {
	color: white;
}

/*End OF menu*/	


/* VERTICAL MARQUEE */
#example2 {
 	border:1px solid green;
	background:lightgoldenrodyellow;
 	width:150px;
 	height:350px;
 	overflow:hidden;
	font-size: 9px;
}

#example2 div {
	padding:0 10px;
}

#example2  p {
 	padding:10px 0;
 	margin:0;
}

#example2 em {
	display:block;
}						 


