body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height:22px;
}

p, div {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	line-height:22px;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
}

a {
	color: #000000;
	text-decoration: none;
}

a.ColoredLink {
	color: #009966;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.InputConBordo{
	border: 1px solid black;
	height:18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.TestoColorato 
{
	line-height:22px;
	color:DarkGreen;
	font-weight:bold;
}

.Login
{
	position:absolute;
	top:138px;
	left:610px;
	width:120px;
	height:100px;
	z-index:99;
	background-color:#FF9900;
	border:solid 1px black;
	color: White;
	font-size: 10px;
	text-align:left;
	padding: 10px 10px 10px 10px;
}

.LoginInput
{
	width:120px;
	border:solid 1px black;
}

.ButtonStyle
{
	background-color:White ;
	border: 1px solid #000000;
	color:Black;
}

.btnCambiaLingua
{
	font-size: 11px;
	color:white;
}

.MenuStyle
{
	background-color:Transparent;
	font-family:Verdana;
	color:White;
	cursor:hand;
	text-align:center;
	border:solid 1px white;
}

.MenuItemStyle
{
	background-color:#FF9900;
	border:solid 1px white;
	font-family:Verdana;
	color:White;
	height:10px;
	text-align:left;
	cursor:hand;
	padding: 2px 2px 2px 2px;
}


.MenuHoverStyle
{
	background-color: white;
	color: black;
}

.MenuSelectedStyle
{
	background-color: white;
	color: black;
}



