body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

a:link,a:visited,a:active {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

.vis {
	display: block;
} /* visibile solo nella stampa */

.novis {
	display: none;
} /* non visibile nella stampa */

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

input {
	padding: 1px;
}

img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

.date {
	color: #444444;
	font-weight: normal;
}

.small {
	font-size: 90%;
}

.background {
	color: #222222;
	border-bottom: 1px dotted #222222;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 3px;
	font-weight: bold;
}

body {
	width: 100%;
	background-color: #666666;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
/* intestazione e colonne prendono il colore qui sotto */

.centra {
	width: 100%;
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.header,.footer,.bar,.bar_bottom,div.squadre,table.sub,.colsx,.coldx {
	display: none;
}

div.block_title {
	padding-top: 3px;
	padding-bottom: 5px;
}

.corpo {
	width: 100%;
	text-align: left;
	background-color: #ffffff;
}

.titolo {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	margin-top: 3px;
}

.testo {
	line-height: 18px;
	margin-top: 5px;
	text-align: left;
	color: #000000;
}

.testo .sommario {
	padding: 3px;
	margin: 3px;
	font-style: italic;
}

.img {
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
	color: #999999;
}

.cornice {
	border: 1px solid #cccccc;
	padding: 1px;
	margin: 3px;
}

.clear {
	clear: left;
}

.list {
	font-weight: bold;
}

.list ul {
	line-height: 1.5em;
	list-style-type: none; /*margin: .3em 0 0 1.5em;*/
	padding: 0;
}

.list li {
	margin-bottom: .1em;
	line-height: 20px;
}
