@charset "utf-8";
/* CSS Document */
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: 	border-box;
	box-sizing: 		border-box;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 20px;
}
body {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: 	border-box;
	box-sizing: 		border-box;
	border: 1px solid #999;
	border-radius: 			5px;
	-moz-border-radius: 	5px;
	-webkit-border-radius: 	5px;
	width: 100%;
	max-width: 1000px;
	height: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	font-family: 'Dosis', sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
}
h1 {
	font-family: 'Dosis', sans-serif;
	font-size: 32px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #066;
	text-decoration: none;
	margin: 0px;
}
h2 {
	font-family: 'Dosis', sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #066;
	text-decoration: none;
	margin: 0px;
}
h3, p {
	font-family: 'Dosis', sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
	text-align: justify;
}
strong { font-weight:bold; color:#066; }
.C { text-align:center; }
.S { text-align:left; }
.D { text-align:right; }
.G { text-align:justify; }
a { font-weight:bold; }
a:link { text-decoration:underline; color:#066; }
a:active { text-decoration:underline; color:#066; }
a:visited { text-decoration:underline; color:#066; }
a:hover { text-decoration:underline; color:#000; }
.Tabella {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: 	border-box;
	box-sizing: 		border-box;
	border-radius: 			5px;
	-moz-border-radius: 	5px;
	-webkit-border-radius: 	5px;
	border: 1px solid #999;
	overflow: hidden;
	width: 100%;
}
.Tabella th {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: 	border-box;
	box-sizing: 		border-box;
	padding: 5px;
	text-align: center;
	color: #066;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
.Tabella tr th:last-child { border-right:none; }
.Tabella td {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: 	border-box;
	box-sizing: 		border-box;
	padding: 5px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
.Tabella tr td:last-child { border-right:none; }
.Tabella tr:last-child td { border-bottom:none; }
.Tabella tr:nth-child(odd) td { background-color:rgba(150,150,150,0.1); }
hr {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: 	border-box;
	box-sizing: 		border-box;
	width: 100%;
	height: 0px;
	border-top: 1px dotted #066;
	border-bottom: none;
	border-right: none;
	border-left: none;
}
.BroDesc {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: 	border-box;
	box-sizing: 		border-box;
	width: 100%;
	border: 1px solid #999;
	border-radius: 			5px;
	-moz-border-radius: 	5px;
	-webkit-border-radius: 	5px;
	padding: 10px;
}
.BroNome {
	font-family: 'Dosis', sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #066;
	text-decoration: none;
	border-bottom: 1px dotted #066;
	cursor: pointer;
}
.Verde { color:#090; }
.Rosso { color:#900; }



















































