* {
	margin: 0;
	padding: 0;
}

body, BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:0;
	padding:0;
 	color: #000000;	
	background-color:#FFFFFF;	
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	font-weight: bold;
	display: inline;
	line-height: 12px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003366;
	font-weight: bold;
	margin: 0 0 5px 0;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
	font-weight: bold;
	display: inline;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	font-weight: bold;
	display: inline;
}

/* LAYOUT */

div#container {
	margin: 0;
}

div#top {
	background-color: #F1F1F1;
	margin-bottom: 10px;
	height: 70px;
	border-bottom: 1px solid #DDD;		
}

div#top div#top-content {
	width: 1000px;
	margin: 0 auto;
} 

div#top div#top-content p {
	padding: 25px 0 5px 0;
	text-align: justify;
}

div#top div#top-content img#LogoWD {
	width: 200px;
	height: 50px;
	margin: 10px 5px 0 0;
	border: 0px;
	float: left;	
} 

div#flash {
	text-align: center;
	z-index:1;
	margin-bottom: 5px;
}

div#navigatore {
	width: 985px;
	margin: 0 auto;
	line-height: 20px;
	text-align: left;
	font-size: 10px;
}

div#navigatore a:link, div#navigatore a:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

div#navigatore a:hover {
	color:#0066CC;
}

div#pagina {
	width: 985px;
	overflow: hidden;
	margin: 5px auto 10px auto;
}

div#footer {
	background-color:#F1F1F1;
	text-align: center;
	font-size: 11px;	
	clear: both;
	padding: 5px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;	
}

div#footer a:link, div#footer a:visited {
	color:#333;
	text-decoration: none;
}

div#copyright {
	padding: 10px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #666;
}

div#copyright a:link, div#copyright a:visited {
	color:#006899;
	text-decoration: none;
}

div#footer a:hover, div#copyright a:hover {
	text-decoration: underline;
}

div#footer marquee {
	width: 150px;
	display: inline;
	overflow: hidden;
}