body{
	background-color: #cae4ff;
}
#background{
	background-color: #ffffff;
}
div#contenuto{
	border: 1px solid #78bbff;
	width: 750px;
	background-color: #ffffff;

}
p#copyright{
	font-family: Sans-Serif;
	font-size: 10px;
	color: #ffffff;
	padding-top: 1px;
	display: inline;
}
h1{
	font-family: Sans-Serif;
	font-size: 20px;
	color: #000;
	padding: 10px;
	font-weight: bold;
	text-align: center;
	margin-top:-40px;
	text-decoration: underline;
}
h2{
	font-family: Sans-Serif;
	font-size: 18px;
	color: #000;
	padding: 10px;
	font-weight: bold;
	text-align: left;
}
h3{
	font-family: Sans-Serif;
	font-size: 15px;
	color: #000;
	padding: 10px;
	text-align: justify;
	font-weight: normal;
}
img.right{
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
img.left{
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
a:focus{
	outline: 0;
}
a:link,a:visited{
	font-family: Sans-Serif;
	font-size: 13px;
	color: #000000;
	text-align: justify;
	font-weight: normal;
	text-decoration: underline;
}
a:hover,a:visited:hover{
	font-family: Sans-Serif;
	color: #1188ff;
	text-align: justify;
	font-weight: normal;
	text-decoration: none;
}
div#footer{
	width: 752px;
	height: 40px;
	background-image: url(../img/bg_footer.jpg);
	background-repeat: no-repeat;
	
}
div#header{
	width: 752px;
	height: 40px;
	background-image: url(../img/bg_header.jpg);
	background-repeat: no-repeat;
}
div#logo_flash{
	width: 750px;
	height: 135px;
}
div#menu{
	width: 750px;
	height: 54px;
	background-image: url('../img/bg_menu.gif');
	background-repeat: repeat-x;
	margin-top:7px;
}
div#testo{	
	font-family: Sans-Serif;
	font-size: 13px;
	color: #000;
	margin:0px;
	padding:0px;
	text-align: justify;
	font-weight: normal;
	height: 563px;
	overflow: hidden;
}
a.menu:link, a.menu:visited{
	font-family: Sans-Serif;
	font-size: 13px;
	color: #0060bf;
	font-weight: bold;
	text-decoration: none;
}
a.menu:hover, a.menu:visited:hover{
	font-family: Sans-Serif;
	color: #46a3ff;
	text-decoration: underline;
}
a.link_copyright:link, a.link_copyright:visited{
	font-family: Sans-Serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}
a.link_copyright:hover, a.link_copyright:visited:hover{
	font-family: Sans-Serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: underline;
}
div.box{
	border: 1px solid #78bbff;
	font-family: Sans-Serif;
	color: #1188ff;
	font-size: 12px;
	width: 100px;
	margin: 5px;
	padding: 5px;
}
td{
	padding:10px;
}