body {
	background-color:#49A3DA;
	background-image:url(../immagini/blu.jpg);
	background-repeat:repeat-x;
	margin:0;
}


.menu {
	font-size: 12px; 
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif; 
}
.menu a:link, .menu a:visited {
	color: #FFFFFF;
	text-decoration:none;
	font-weight:normal;
}
.menu a:hover {}

.menu_sel {
	font-size: 12px; 
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
}
.menu_sel a:link, .menu_sel a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
.menu_sel a:hover {}

.testo {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
.testo a:link, .testo a:visited {
	color: #666666;
	text-decoration:none;
}
.testo a:hover {
	text-decoration:underline;
}

.verde {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #7CAF24;
	font-weight: bold;
}
.verde a:link, .verde a:visited {
	color: #7CAF24;
	text-decoration:none;
}
.verde a:hover {
	text-decoration:underline;
}

.footer {
	font-size: 12px; 
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif; 
}
.footer a:link, .footer a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
.footer a:hover {
	text-decoration:underline;
}

.footer_small {
	font-size: 10px; 
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif; 
}
.footer_small a:link, .footer_small a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
.footer_small a:hover {
	text-decoration:underline;
}
.greenborder {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #7CAF24;
	height: auto;
	width: auto;
}

