@charset "iso-8859-1";
/* CSS Document */

@font-face {
 font-family: MyCustomFont;
 src: url("Font/Sony_Sketch_EF.eot") /* EOT file for IE */
}
@font-face {
 font-family: MyCustomFont;
 src: url("Font/Sony_Sketch_EF.TTF") /* TTF file for CSS3 browsers */
}

body {
	background-image: url(IMG/sfondo_nuovo.jpg);
	background-repeat: repeat;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.menu_TOP{
	font-family: MyCustomFont;
	font-size: 22px;
	color:#000;
	font-weight:bold;
}

.menu_LEFT{
	font-family: MyCustomFont;
	font-size: 20px;
	color: #373984;
}

.menu_LEFT_titolo_info{
	font-family: MyCustomFont;
	font-size: 19px;
	color: #000;
}

.menu_LEFT_testo_info{
	font-family: MyCustomFont;
	font-size: 19px;
	color: #373984;
}

.scritta_bottom{
	font-family: MyCustomFont;
	font-size: 17px;
	color: #000;
}

.titolo_pagina{
	font-family: MyCustomFont;
	font-size: 21px;
	color: #373984;

}

.testo_pagina{
	font-family: Tahoma;
	font-size: 14px;
	color: #000;

}




.tasto_invia{
font-family:MyCustomFont;
color:#000;
font-size:17px;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
background-image:url(IMG/Tasto.png);
height:22px;
width:138px;
}




