/* CSS Document */

body{
	font-family:Verdana;
	font-size:8pt;	
}

div.txt{
	padding-left:8px;
	padding-right:8px;
	padding-top:5px;
	font-family:Verdana;
	font-size:8pt;
	color:blue;
}

div.title{
	font-family:Verdana;
	font-size:12pt;
	color:#333333;
	font-weight:bold;
}

.titolo{
	font-family:Verdana;
	font-size:12pt;
	font-weight:bold;
	color:#0000ff;	
}

h2{
	font-family:arial;
	font-size:12pt;
	
}

.visite{
	font-size:7pt;
	color:white;
}

table{
	border-collapse:collapse;
}

td{
	font-family:Verdana;
	font-size:8pt;
}

th{
	font-family:Verdana;
	font-size:8pt;
}

a.whitening:link{
	font-weight:bold;
	font-size:8pt;
	text-decoration:none;	
}

a.whitening:visited{
	font-weight:bold;
	font-size:8pt;
	text-decoration:none;	
}

a.whitening:hover{
	font-weight:bold;
	font-size:8pt;
	text-decoration:underline;
	color:white;	
}

a.w:link{
	font-weight:bold;
	font-size:8pt;
	text-decoration:none;
	color:white;	
}

a.w:visited{
	font-weight:bold;
	font-size:8pt;
	text-decoration:none;
	color:white;	
}

a.w:hover{
	font-weight:bold;
	font-size:8pt;
	text-decoration:none;
	color:red;	
}

.whitening{
	color:white;
}

.otherlinks{
	color:#333333;
}

a:link{
	font-weight:bold;
	font-size:8pt;
	text-decoration:none;	
}

a:visited{
	font-weight:bold;
	font-size:8pt;
	text-decoration:none;
}

a:hover{
	font-weight:bold;
	font-size:8pt;
	text-decoration:none;
	color:blue;	
}

a.linkinw:link{
	font-weight:bold;
	font-size:8pt;
	text-decoration:none;
	color:red;	
}

a.linkinw:visited{
	font-weight:bold;
	font-size:8pt;
	text-decoration:none;
	color:red;
}

a.linkinw:hover{
	font-weight:bold;
	font-size:8pt;
	text-decoration:none;
	color:blue;	
}