body{

	background-color: white;
}


a:visited {
	text-decoration: none;
	color: teal;
}

a:active {
	text-decoration: none;
	color: teal;
}

a:link {
	text-decoration: none;
	color: teal;
}


a.link_piede:visited {
	text-decoration: none;
	color: silver;
}

a.link_piede:active {
	text-decoration: none;
	color: silver;
}

a.link_piede:link {
	text-decoration: none;
	color: silver;
}


.corpo {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: navy;
}
.bordo {
	border-left-style: dotted;
	border-left-width: thin;
	border-left-color: black;
}
.bordosotto {
	border-bottom-style: dotted;
	border-bottom-color: black;
	border-bottom-width: thin;

}

.bordotutto {
	border-style: dotted;
	border-width: thin;
	border-color: black;
}

.piccolo {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: navy;
	font-variant: normal;
}


.piccolo_nb {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: navy;
	font-variant: normal;
}

.piccolo_piede {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #fffeea;
	font-variant: normal;
}


.piccolo_red {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: red;
	font-variant: normal;
}

.piccolo_green {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: green;
	font-variant: normal;
}

.elenco {
	list-style-image: none;
	list-style-type: circle;
}

input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: Blue;
	font-variant: normal;
	border: thin dotted #99CCFF;
}

input.bottone {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: Blue;
	font-variant: normal;
	border: thin none #99CCFF;
	background-color: #99CCFF;
}

textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: Blue;
	font-variant: normal;
	border: thin dotted #99CCFF;
}

.h1  { font-family: Verdana; font-size: 10 pt; color: #0000FF; font-weight: normal }
.h2  { font-family: Verdana; font-size: 10 pt; color: #0000FF; font-weight: bold }
.h3  { font-family: Verdana; font-size: 10 pt; font-weight: bold }

.table_corpo {
border: 0px solid black;
border-left-width: thin;
border-right-width: thin;
background-color: white;
}

.td_corpo {
border: none;
}

