/*Foglio di stile per le schede dei gruppi*/
body {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	line-height: 10px;
}
a:link {
	color: Blue;
	text-decoration: none;
}

a:visited {
	color: Blue;
	text-decoration: none;
}
a:hover {
	color: Blue;
	text-decoration: underline;
}
ol {
	list-style: decimal;
	list-style-position: outside;
}

.IntestazioneScheda {
	background: #9999FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: White;
	padding-top: 5px;
	padding-bottom: 5px;
}
.tab1 {
	border: solid;
	border: solid;
	border-color: #F4A460;
	background-color: White;
	width: 500px;
}
.tab2 {
	background-color: #EFEFEF;
	width: 490px;
	height: 500px; 
	margin: 0px;
	
}
#tab2 tr, td {
	margin: 0px;
	border: solid;
	border: 1px;
	border-color: White;
	padding: 5px;
}
.rowlogo {
	text-align: center;
}
.intestazioneGruppo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: Black;
	line-height: 14px;
}

.testoGrassetto {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	text-align: left;
	font-weight: bold;
	line-height: 12px;
}
#divImgW3c {
	text-align: left;
	background-color: White;
	height: auto;
	width: auto;
	margin: 5px 0px 0px 200px;
}

