<!--

html,body {
	margin: 0;
	padding: 0;
	/*direction: rtl; /* Change to rtl for Right-To-Left languages */
	unicode-bidi: embed;
	background-image:url(bg.jpg);
	background-position: center;
	background-repeat: no-repeat;	
	background-color: #dee3de;
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	scrollbar-arrow-color:  #009933;
	scrollbar-face-color: #FFFFFF;
	scrollbar-track-color: #e9e9e9;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-highlight-color: #dedede;
	scrollbar-shadow-color: #dedede;
	scrollbar-darkshadow-color: #FFFFFF;
}

H2 {
	color: #333333;
	font-weight: normal;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

H2 a {
	font-size: 11px;
	text-decoration: none;
	color: #333333;
	padding: 0px;
}
H2 a:hover {
	font-size: 11px;
	border-bottom: 1px dashed #303848;
	color: #ff9900;
	padding: 0px;
}

table {
	width: 100%;
	height: 100%;
}

.analisi_table{
	width: 60%;
	height: 100%;
}

td {
	vertical-align: middle;
	text-align: center;
}

div {
	border: 0px solid #000000;
}

div.container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 768px;
	height: 570px;
}

div.top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 770px;
	height: 50px;
}

div.analisi {
	padding-top: 8px;
	position: absolute;
	top: 220px;
	left: 12px;
	width: 480px;
	height: 85px;
	border-left: 1px dotted #009933; 
	border-bottom: 1px dotted #009933;
	border-top: 1px dotted #009933;
	border-right: 1px dotted #009933;
}
div.flash {
	position: absolute;
	background-color: #666666;
	top: 50px;
	left: 0px;
	width: 770px;
	height: 170px;
}

div.main {
	position: absolute;
	top: 7px;
	left: 8px;
	width: 500px;
	height: 305px;
	/*background-color: #ffffff;
	border-left: 1px dashed #999999; 
	border-bottom: 1px dashed #999999;
	border-top: 1px dashed #999999;
	border-right: 1px dashed #999999;*/
	overflow: auto;
	color: #333333;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	padding: 12px;
}

div.home {
	position: absolute;
	top: 7px;
	left: 8px;
	width: 500px;
	height: 305px;
	color: #333333;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	padding: 12px;
}

div.content {
	position: absolute;
	top: 220px;
	left: 0px;
	width: 510px;
	height: 325px;
	background-color: #ffffff;
	/*border-left: 1px solid #999999;*/ 
	color: #333333;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	padding: 12px;
}

div.contatti {
	position: absolute;
	top: 220px;
	left: 0px;
	width: 770px;
	height: 325px;
	background-color: #ffffff;
}

div.contatti1 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 480px;
	height: 325px;
	background-color: #ffffff;
}

div.contatti2 {
	position: relative;
	overflow: auto;
	top: 0px;
	left: 0px;
	width: 770px;
	height: 325px;
	background-color: #ffffff;
}

div.links {
	position: absolute;
	background-color: #ffffff;
	top: 220px;
	left: 510px;
	width: 260px;
	height: 325px;
}

div.menu {
	position: absolute;
	background-color: #ffffff;
	top: 545px;
	left: 240px;
	width: 530px;
	height: 15px; 
	border-top: 1px dashed #666666;
	border-bottom: 2px solid #666666;
	text-align: right;
	padding: 3px;
}

div.copyright {
	position: absolute;
	background-color: #ffffff;
	padding: 3px;
	top: 545px;
	left: 0px;
	width: 340px;
	height: 15px;
	color: #666666;
	font-family: verdana, sans-serif;
	font-size: 11px;
	text-align: left;
	border-top: 1px dashed #666666; 
	border-bottom: 2px solid #666666;
}

.link {
	color: #333333;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	padding-top: 7px;
}
.link a {
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}
.links a:hover {
	font-size: 10px;
	border-bottom: 1px dotted #303848;
	text-decoration: none;
	color: #ff9900;
}

H1 {
	padding: 2px;
	font-weight: bold;
	color: #ff9900;
	font-size: 11px;
	border-bottom: 1px solid #666666;
	margin-top: 6px;
	}

div.links1 {
	position: absolute;
	left: 8px;
	width: 245px;
	height: 105px;
	background-color: #ffffff;
	border-left: 1px dotted #009933; 
	border-bottom: 1px dotted #009933;
	border-top: 1px dotted #009933;
	border-right: 1px dotted #009933;
	padding: 10px;
}

div.links2 {
	position: absolute;
	top: 132px;
	left: 8px;
	width: 245px;
	height: 180px;
	background-color: #ffffff;
	border-left: 1px dotted #009933; 
	border-bottom: 1px dotted #009933;
	border-top: 1px dotted #009933;
	border-right: 1px dotted #009933;
	overflow: auto;
	padding: 10px;
}
	
.menufooter {
	color: #333333;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}
.menufooter a {
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}
.menufooter a:hover {
	font-size: 11px;
	text-decoration: none;
	color: #ff9900;
}

input { 
color: #333333;  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px; 
font-weight: bold; 
border: 1px solid #999999; 
height: 16px;
}

textarea{
color: #333333; 
border: 1px solid #999999; 
padding-top: 3px; 
padding-left: 5px; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px; 
font-weight: bold;
}

select {
color: #333333; 
border: 1px solid #999999; 
padding-top: 0px; 
padding-left: 1px; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px; 
font-weight: bold;
}
-->
