@import url(/piano_editor.css);

a:link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FF6600;
    text-decoration: none;
    font-weight: normal;
}
a:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FF9900;
    text-decoration: none;
    font-weight: normal;

}
a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FF9900;
    text-decoration: underline;
    font-weight: normal;

}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #000000;
}
form {
    margin: 0px;
    padding: 0px;
}
.bordogrigio {
	border: 1px solid #999999;
}
.bordonero {
    border: 1px solid #000000;
}
.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.testodate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
}
.titoli {
    font-family: Tahoma, Arial;
    font-size: 18px;
}
.linea_vert {
	background-attachment: inherit;
	background-image: url(immagini/lv.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.linea_orizz {
	background-attachment: inherit;
	background-image: url(immagini/lo.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}
.f_index {
	background-attachment: inherit;
	background-image: url(immagini/fondo_index.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}
.f_submenu {
	background-attachment: inherit;
	background-image: url(immagini/sub_menu.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.f_centro {
	background-attachment: inherit;
	background-image: url(immagini/f_c.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bordobianco {
	border: 1px solid #FFFFFF;
}
.f_cp {
	background-attachment: inherit;
	background-image: url(immagini/f_cp.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.f_login {
	background-attachment: inherit;
	background-image: url(immagini/f_login.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.f_top {
	background-attachment: inherit;
	background-image: url(immagini/sub_top.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.f_top_dove {
	background-attachment: inherit;
	background-image: url(immagini/sub_top2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.f_contatti {
	background-attachment: inherit;
	background-image: url(immagini/f_contatti.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.f_top_contatti {
	background-attachment: inherit;
	background-image: url(immagini/sub_top3.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.f_grazie {
	background-attachment: inherit;
	background-image: url(immagini/f_contgrazie.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.te {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
