/*---------------------------- body ----------------------------*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFF;
	font-family: "Lucida Grande", Trebuchet MS, Arial, Helvetica;
	font-size: 13px;
	font-weight: normal;
	color: #43ADB6;
	text-decoration: none;
	line-height:1.4;
	}


img {
	border: 0;
}

.data{
	background-image:url(../img/struttura/data.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:48px;
	font-family: "Lucida Grande", Trebuchet MS, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	}


.bordo{
	border: Dashed 1px #43ADB6;
	}
	
.linea{
	border-bottom: Dashed 1px #43ADB6;
	}

.link {
	font-family: "Lucida Grande", Trebuchet MS, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	text-transform:uppercase;
	color: #43ADB6;
	}
	
.link a:active, .link a:visited, .link a:link {
	color: #FFF;
	background-color: #43ADB6;
	text-decoration: none;
	}

.link a:hover {
	color: #FFF;
	background-color: #3A90B3;
	text-decoration: none;
	}

/*---------------------------- title ----------------------------*/
.title {
	font-family: "Lucida Grande", Trebuchet MS, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #43ADB6;
	text-decoration: none;
	text-transform:uppercase;
	height:40px;
	}
	
.sub_title {
	font-family: "Lucida Grande", Trebuchet MS, Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #43ADB6;
	text-decoration: none;
	}


/*---------------------------- text ----------------------------*/
.text {
	font-family: "Lucida Grande", Trebuchet MS, Arial, Helvetica;
	font-size: 13px;
	font-weight: normal;
	color: #43ADB6;
	text-decoration: none;
	line-height:1.4;
}

.text a:active, .text a:visited, .text a:link {
	color: #43ADB6;
	text-decoration: none;
	border-bottom: Dashed 1px #43ADB6;
	}

.text a:hover {
	color: #43ADB6;
	text-decoration: none;
    border-bottom: Dashed 1px #FFF;
	}

.text_small {
	font-family: "Lucida Grande", Trebuchet MS, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #43ADB6;
	text-decoration: none;
	line-height:1.4;
	}

.text_small a:active, .text_small a:visited, .text_small a:link {
	color: #43ADB6;
	text-decoration: none;
	border-bottom: Dashed 1px #43ADB6;
	}

.text_small a:hover {
	color: #43ADB6;
	text-decoration: none;
    border-bottom: Dashed 1px #FFF;
	}

