/* CSS Document */
body {
	width:100%;
	height:95%;
	text-align:center;
	background-color:#DFE6EB;
	margin:0px;
}
.TABLE {
	background-color: #EDF0F3; /* chiaro: EDF0F3 / scuro:cfd9e0 */
	border: 1px dotted #92B4CC;
	padding: 0px;
	width: 340px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:auto;
	margin-top:25px;
	text-align:center;
}
p{ margin:0px;}
.BOX {
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
	border: 1px dotted #003366;
	background-color:#D7DFEA;
}
.TXT_LANG {
	font-family: Tahoma, Geneva, Arial, Helvetica, serif, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #003366;
	text-decoration: none;
}
.TXT_LANG A{
	color: #003366;
	text-decoration: none;
}
.TXT_LANG A:hover{
	font-weight: bold;
	text-transform: uppercase;
	color: #0055AA;
	text-decoration: underline;
}
