@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Helvetica, Arial, Verdana;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


a.aBody {
	color: #FF6600;
	text-decoration: none;
}

a.aBody:hover {
	color: #FF6600;
	text-decoration: underline;
}

a.aBody:active {
	color: #FF6600;
	text-decoration: underline;
}

a.aBody:visited {
	color: #FF6600;
}


.Italiano {
	color: #000000
}

.Inglese {
	color: #003366
}


h1 {
	font-size: 18px;
	color: #425757;
}


#navlist {
	margin: 0;
	border-bottom: 1px solid #000000;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0px;
}

#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navlist a:link, #navlist a:visited {
	float: left;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #999999;
	margin-top: 0;
	margin-right: 8px;
	margin-bottom: 4px;
	margin-left: 8px;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	border-bottom: 4px solid #425757;
	padding-bottom: 2px;
	background: transparent;
	color: #000000;
}

#navlist a:hover {
	color: #000000;
}


.tdColumn {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
}


.tdFooter {
	font-size: 10px;
}


.BordoPuntinato {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

