BODY
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
	
	}

.testoSx
	{
		font-size: 10px;
		font-weight: bold;		
		color: #000000;
		text-align: left;
		padding-left: 5px;
	}	

.testoCx
	{
		font-size: 10px;
		font-weight: bold;		
		color: #000000;
		text-align: center;
		padding-left: 5px;
	}	


.testoDx
	{
		font-size: 10px;
		font-weight: bold;		
		color: #000000;
		text-align: right;
		padding-right: 5px;
	}
.titolo
	{
		color: #000000;
		font-size: 12px;
		text-align: left;
		font-weight: bold;
		text-decoration: underline;
		padding: 5 5 5 5;		
	}

.titoloRed
	{
		color: red; 
		font-size: 16px;
		font-weight: bold;
		text-align: left;
		text-decoration: none;
		padding: 5 5 5 5;
	}
.table
	{
		border: #000000 1px solid;
	}	

A:link
	{
		font-size: 10px;
		color: #000000;
		text-decoration: none;
	}
A:active
	{
		font-size: 10px;
		color: #000000;
		text-decoration: none;
	}
A:visited
	{
		font-size: 10px;
		color: #000000;
		text-decoration: none;
	}
A:hover
	{
		font-size: 10px;
		color: #000000;
		text-decoration: underline;
	}