/* Copyright 2008 Lightage */ 
html, body{
	background: #ffffff url("images/back.jpg") repeat-x top;
	margin: 0; 
	padding: 0;
	font-family: Trebuchet MS, Arial, Verdana;
	font: 62%;
} 

input, select, textarea {
	border: 1px solid #e6ead5;
	background: #ffffff;
	font: 12px arial, sans-serif;
	padding: 0 3px;
	color: #6f777a;
	margin-bottom: 6px;
}

input:hover, select:hover, textarea:hover {
	border: 1px solid #e10340;
	background: #ffffff;
}

input:focus, textarea:focus {
	border: 1px solid #e10340;
	background: #eeeeee;
}

#pagina{
	width: 760px;
	padding: 0;
	margin: 0 auto 0 auto; 
	font-size: 13px;
	color: #000;
}




#home {
	margin: 0;
	width: 760px;
	height: 25px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: center;
}

#home a {
	color: #000;
	text-decoration: none;
}

#home a:hover {
	color: #333;
	text-decoration: underline;
}

#footer {
	margin: 0 auto 0 auto;
	width: 760px;
	height: 25px;
	font-size: 10px;
	font-weight: normal;
	color: #555555;
}

#footer a {
	color: #555555;
	text-decoration: none;
}

#footer a:hover {
	color: #cccccc;
	text-decoration: underline;
}


/*printer styles*/ 
@media print{ 
/*hide the left column when printing*/ 
#colonnasx,#sopra{display:none;} 
#colonnadx{width:100%; float:none;}
}
