﻿/* Foglio di stile base per tutti i media */
body {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
a img {
	border-style: none;
}
a.low:link {
	text-decoration: none;
	color: inherit !important;
}
a.low:visited {
	text-decoration: none;
	color: inherit !important;
}
a.low:hover {
	text-decoration: underline;
}
a.low:active {
	text-decoration: underline;
}
ul.hor {
	margin: 0;
	padding: 0;
}
ul.hor li {
	list-style-type: none;
	float: left;
	text-align: center;
	display: block;
	padding: 0em 0.3em;
}
ul.hor .Selected {
	font-weight: bold;
}
ul.hor li a:link {
	text-decoration: none;
}
ul.hor li a:visited {
	text-decoration: none;
}
ul.hor li a:hover {
	text-decoration: underline;
	font-weight: bold;
}
ul.hor li a:active {
	text-decoration: underline;
	font-weight: bold;
}
#ctl00_pnlBgImg {
	display: none;
}
#ctl00_pnlIntro {
	clear: both;
	padding-top: 4em;
}
#ctl00_pnlBody {
	clear: both;
	padding-top: 4em;
}
#ctl00_pnlFooter {
	clear: both;
	padding-top: 4em;
	text-align: center;
	font-size: 0.8em;
}
