/*TAG HTML*/
html {
	width:100%;
	height:100%;
}

body {
	width:100%;
	height:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#FFFFFF;}
a:link {color:#666666; text-decoration:none;}
a:visited {color:#666666; text-decoration:none;}
a:hover {color:#CC3300; text-decoration:underline;}
a:active {color:#666666; text-decoration:none;}
	
.preHome {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;}
	.preHome td{padding:8px; text-align:center;	line-height:16px;}
		.preHome td.rosso{color:#CC3300;}
			.preHome td.rosso a:link{color:#CC3300;}
			.preHome td.rosso a:visited{color:#CC3300;}
			.preHome td.rosso a:hover{color:#CC3300;}
			.preHome td.rosso a:active{color:#CC3300;}
	.preHome td.sx{background-image:url(../img/background-dot-rosso.gif);
	background-position:right;
	background-repeat:repeat-y;}
	.preHome td.dx{background-image:url(../img/background-dot-arancio.gif);
	background-position:left;
	background-repeat:repeat-y;}
