.nome_artista {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	left: 5px;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	left: 5px;
}
.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ff8a00;
	font-weight: bold;
	text-decoration: none;
	left: 5px;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.Layer1 {
	position:relative;
	width:790px;
	height:370px;
	z-index:1;
	overflow: auto;
}
.titolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.artistaOut {
}
.artistaOver {
	background-color: #ffffff;
	cursor: pointer;
	cursor: hand;
}
.formField {
}
.formFieldErr {
	background-color: #ffa0a0;
}
.nomeartista {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	left: 5px;
}
.testoartista {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	left: 5px;
}