/* CSS Document */

<style type="text/css"> 
body {
	color background: white;
	margin-left : 15%;
	margin-right : 5%;
}
p {font: 12px Verdana, arial;}
A:link {font-weight:bold; text-decoration: none; color: #006699;}
A:visited {font-weight:bold; text-decoration: none; color: #006699;}
A:active {font-weight:bold; text-decoration: none; color: #006699;}
A:hover {
	font-weight:bold;
	text-decoration: none;
	color: #006699;
	
}
table.intesta_pagina
{
	width : 100%;
	align: center;
	
}
table.main
{
	width : 100%;
	align: center;
	
}
table.intesta
{
	width : 100%;
	align: center;
	border-bottom: 1px inset Gray;
	margin : 0px 0 5px 0;
}
table.destra 
{
	width : 200px;
	border-bottom: 1px outset Gray;
	background : #EEEEEE;
}
table.dx.titolo 
{
	width : 200px;
	border-bottom: 1px outset Gray;
	background : #FFFFFF;
	margin : 5px 0 5px 0;
}
td.centro
{  
	border-right : 1px outset Gray;
}
}
</style>
