@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Verdana, Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #6e83a8;
	margin-top: 20px;
}

input,textarea {
	border: 1px solid #ccc;
}

a {
	color: #0d2055;
	text-decoration:none;
}

a:visited {
	color: #0d2055;
	text-decoration:none;
}

a:hover {
	color:#5ca4db;
	text-decoration:none;
}



#links {
	font-family: Arial, Verdana, Georgia, Times New Roman, Times, serif;
	color: #ffffff;
	text-align: center;
	font-size: 10px;
	width:730px;
	position:absolute;
	left:50%;
	margin:0px 0px 0px -360px;
}


#links a {
	font-size: 11px;
	color: #ffffff;
}

#links a:visited {
	font-size: 11px;
	color: #ffffff;
}

#links a:hover {
	color:#e3f82e;
	font-size: 10px;
}

.Stile2 a, a:visited {
	color: #666666;
}


/* FORM CONTATTI */

.response { display: none; font-family:"Tahoma", Times, serif; font-size:11px; margin-left:75px; }

.ajaxLoading-container { background: #000; }
.ajaxLoading-message { color: #888; text-align: center; }
.ajaxLoading-image { margin-right: 5px; vertical-align: middle }

.LV_valid { display: none; }
.LV_invalid { color: #CC0000; }
.LV_validation_message { margin-left: 5px; }
.LV_valid_field { border-color: #5B5; }
.LV_invalid_field { border-color: #B55; }


h1.orange{
	color: #FF9900; 
	font-size:14px;
	
}
