font {
	font-family:verdana;
	font-weight:normal;
	color:#000000;
	font-size:12px;
}
font.testoerr {
	font-family:verdana;
	font-weight:bold;
	color:#c00000;
	font-size:12px;
}

font.testoinfo {
	font-family:verdana;
	font-weight:bold;
	color:#c00000;
	font-size:12px;
}

font.campi {
	font-family:verdana;
	font-weight:bold;
	color:#000000;
	font-size:10px;
}


font.testo {
	font-family:verdana;
	font-weight:normal;
	color:black;
	font-size:12px;
}

input.bottone {
	font-family:verdana;
	font-weight:bold;
	color:#000000;
	font-size:10px;
}

input.testo {
	font-family:verdana;
	font-weight:bold;
	color:#000000;
	font-size:10px;
	background-color:#c0c0c0;
}

textarea.testo {
	font-family:verdana;
	font-weight:bold;
	color:#000000;
	font-size:10px;
	background-color:#c0c0c0;
}

select.testo {
	font-family:verdana;
	font-weight:bold;
	color:#000000;
	font-size:10px;
	background-color:#c0c0c0;
}

table.col3 {
 border-top-width: 0px;
 border-bottom-width: 1px;
 border-right-width: 1px; 
 border-left-width: 0px;
 border-color:#000000; 
 border-style: solid;
}



table.col1 {
 border-top-width: 0px;
 border-bottom-width: 1px;
 border-right-width: 0px; 
 border-left-width: 1px;
 border-color: #6a6464; 
 border-style: solid;
}
table.col2 {
 border-top-width: 1px;
 border-bottom-width: 1px;
 border-right-width: 1px; 
 border-left-width: 1px;
 border-color: #6a6464; 
 border-style: solid;
}


a.link {
	font-family:verdana;
	font-weight:bold;
	color:#000000;
	font-size:10px;
	text-decoration:none;
}
a.link:hover {
	font-family:verdana;
	font-weight:bold;
	color:#c00000;
	font-size:10px;
	text-decoration:none;
}
a.modifica {
	font-family:verdana;
	font-weight:bold;
	color:#006000;
	font-size:10px;
	text-decoration:none;
}
a.modifica:hover {
	font-family:verdana;
	font-weight:bold;
	color:#c00000;
	font-size:10px;
	text-decoration:none;
}
a.elimina {
	font-family:verdana;
	font-weight:bold;
	color:#d41618;
	font-size:10px;
	text-decoration:none;
}
a.elimina:hover {
	font-family:verdana;
	font-weight:bold;
	color:#d41618;
	font-size:10px;
	text-decoration:none;
}


a.colonna {
	font-family:verdana;
	font-size:10px;
	font-weight:bold;
	color:#006000;
	text-decoration:none;
}

a.colonna:hover {
	font-family:verdana;
	font-size:10px;
	font-weight:bold;
	color:#006000;
	text-decoration:underline;
}