body{
	background-color:#FFFFFF;
	padding:0;
	margin:0;
}
#laySwf { /* impostazione contenitore centrale */
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	text-align:center;
	background-image:url("../dati/img/preload_background.gif");
	background-position: center center;
	background-repeat: no-repeat;
}
a {
	font-family: "Rotis Semi Serif";
	color:#997F00;
	text-decoration:underline;
}
b {
	font-family: "Rotis Semi Serif";
	color:#CC9900;
	font-weight: bold;
}
.whiteText {
	font-family: "Rotis Semi Serif";
	color: #FFFFFF;
}
.italicText {
	font-family: "Rotis Semi Serif";
	font-style: italic;
}
.boldText {
	font-family: "Rotis Semi Serif";
	color: #999999;
	font-weight: bold;
}
.list {
	padding-left:25px;
}
