@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
a:link {
	color: #000099;
}
a:visited {
	color: #C30;
}
a:hover {
	color: #000099;
}
a:active {
	color: #000099;
}
.testotitolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006;
	font-weight: bold;
}
.testoNOLINK a:link, .testoNOLINK a:visited, .testoNOLINK a:hover, .testoNOLINK a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
}



.tabellastd {
	padding: 3px;
	border: 1px solid #666;
	background-color: #E1E3FF;
}
.tabellastdviola {
	padding: 3px;
	border: 1px solid #666;
	background-color: #ff81f2;
}
.tabellastdrosa {
	padding: 3px;
	border: 1px solid #666;
	background-color: #FFF4AA;
}
.tabellastdrosso {
	padding: 3px;
	border: 1px solid #666;
	background-color: #C30;
}
.tabellanobg {
	padding: 3px;
	border: 1px solid #666;
}
.tabellastdscura {
	padding: 3px;
	border: 1px solid #666;
	background-color: #B0B7FF;
}
.menucontorno {
	border: 1px solid #666;
	background-color: #FFF;
}
.lineasottosottile {
	/* [disabled]border: 1px solid #666; */
	background-color: #FFF;
	border-top: 1px solid #666;
}
.lineasopragrossa {
	/*border: 1px solid #666; */
	background-color: #CCC;
	border-top: 1px solid #666;
}
.menupulsante {
	padding: 3px;
	border: 1px solid #666;
	background-color: #09F;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}
.menupulsante a:link, a:visited, a:hover, a:active{
	
	text-decoration: none;
}

.testorosso {
	color: #C00;
}
