@charset "utf-8";
.MenuItem {
	font-family: "Arial Black";
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	border-right:1px solid #FFFFFF;
}

.MenuItem A
{
	color:#FFFFFF;
	text-decoration:none;
}
.MenuItem A:hover
{
	color:#FFFFFF;
	text-decoration:underline;
}
.MenuRight
{
	background-image:url(../images/bg-menu.jpg);
	font-family: "Arial Black";
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-repeat:no-repeat;
	padding-left: 15px;
	
}

.MenuRightNoSfondo
{

	font-family: "Arial";
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.MenuRightNoSfondo A
{
	color:#FFFFFF;	
	text-decoration:none;
}

.MenuRightNoSfondo A:hover
{
	text-decoration:underline;
}
INPUT.Testo
{
	height:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:100px;
	
}
.title
{
	font-family: "Arial Black";
	font-size: 16px;
	font-weight: normal;
	color: #970120;
}


.title A
{
	font-family: "Arial Black";
	font-size: 16px;
	font-weight: normal;
	color: #970120;
	text-decoration:none;
	
}
.title A:hover
{
	font-family: "Arial Black";
	font-size: 16px;
	font-weight: normal;
	color: #970120;
	text-decoration:underline;
	
}

.text
{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
.text A
{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}

.text A:hover
{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}


.whiteText , .whiteText A
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

Input.TestoInput
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

input.Buttone
{
	background-color:#FFFFFF;
	border-color:1px solid #000000;
	color:#000000;
}
}