body {
    font-family: tahoma, helvetica, arial, sans-serif;
    font-size: 12px;
    color: #000000;
    background-color: #FFFFFF
}
.paragrafoc{
        font-family: tahoma, helvetica, arial, sans-serif;
        font-size: 12px;
	    color: #FF0000;
		text-align: center;
    }
.paragrafos {
        font-family: tahoma, helvetica, arial, sans-serif;
        font-size: 12px;
		text-align: left;
    }
p.lampeggiante {
	text-decoration: blink;
    color: #FF0000;
}
a:link {
    color: #FFFFFF;
	text-decoration: none;
	}
a:visited {
    color: #FFFFFF;
	text-decoration: none;
	}
a:hover {
    color: #FFFFFF;
	text-decoration: none;
	}
a:link.nero {
    color: #000000;
	text-decoration: none;
	}
a:visited.nero {
    color: #000000;
	text-decoration: none;
	}
a:hover.nero {
    color: #444444;
	text-decoration: none;
	}
a:link.admin {
    color: #FF0000;
	text-decoration: none;
	}
a:visited.admin {
    color: #FF0000;
	text-decoration: none;
	}
a:hover.admin {
    color: #0000FF;
	text-decoration: none;
	}
.scroll {
height: 750px;
margin: 0px;
width: 950px;
text-align: center;
overflow: auto;
}
.scrollad {
height: 450px;
margin: 0px;
width: 1200px;
text-align: center;
overflow: auto;
}
.select {
    font-family: tahoma, helvetica, arial, sans-serif;
	background: #FF9933;
	border: 1px solid #659db4;	
}
.button {
    font-family: tahoma, helvetica, arial, sans-serif;
	background: #FF9933;
	border: 1px solid #659db4;
}
#menupag
{
	width: 100%;
	border-collapse: collapse;
	background: #FF9933;
	font-weight: bold;
	text-align: left;
    font-size: 12px;
	color: #FFFFFF;
}
#menupag td
{
	text-align: center;
	border: 1px solid #659db4;
}
#menupag td:hover
{
	background: #FF6600;
}
#tabella
{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #659db4;
	background: #FF9933;
	text-align: left;
    font-size: 10px;
	color: #000000;
}
#tabella td
{
	border: 1px solid #659db4;
}
#tabella td.destra
{
	text-align: right;
}
#tabella td.centro
{
	text-align: center;
}
#tabella th
{
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;	
	background: #C80000;
	border: 1px solid #659db4;
}
#tabella tr.assoluto td
{
	color: #FFFFFF;
}
#tabella tr.nullo td
{
	color: #FF0000;
	font-weight: bold;
}
#tabella tr.escluso td
{
	color: #FF0000;
	font-weight: bold;
}
#tabella tr.nomin td
{
}
#tabella tr:hover td
{
	background: #FF6600;
}