/* CSS Document */

.Menu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
	letter-spacing : 10px;
	background-color : #5B69DB;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 4px;
	padding-bottom : 3px;
}
 .Menu:LINK{
	color: #FFFFFF;
	text-decoration: none;
	background-color : #5B69DB;
}
 .Menu:VISITED{
	color: #FFFFFF;
	text-decoration: none;
	background-color : #5B69DB;
}
 .Menu:HOVER{
	color: #5B69DB;
	text-decoration: none;
	background-color :  #FFFFFF;
}
.InizialiBig{
	font-family: "Courier New", Courier, monospace;
	font-size: 400%;
	font-weight: normal;
	color: Blue;
	font-style: normal;
	text-decoration: none;
	line-height :70%;
}
.Txt{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	color: #000000;
	font-style: normal;
	text-decoration: none;
	line-height :200%;
}
.Txt:LINK{
	color: #000000;
	text-decoration: underline;
}
.Txt:VISITED{
	color: #000000;
	text-decoration: underline;
}
.Txt:HOVER{
	color: Blue;
	text-decoration: underline;
}
 .galloBGdx{
	background-image : url("../img/bg_dx.jpg");
	background-position : left;
	background-repeat : no-repeat;
}
 .galloBGbottom{
	background-image : url(../img/gallo_hp_bottom.gif);
	background-position : left;
	background-repeat : no-repeat;
}
 .BGtable{
	background-image : url(../img/bg_table.gif);
	background-position : top;
	background-repeat : no-repeat;
}