/* CSS Document */

.menu td {
	margin: 1px;
	padding: 1px 1px 1px 7px;
	border-left: 7px solid #006699;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color:#EEEEEE;
	color: #000000;
	font-size: 0.7em;
	text-align: left;	
}

.menu a, a:active, a:visited {
	color: #006699;
	text-decoration: none;
}

.menu a:hover {
	color: #006699;
	text-decoration: underline;
	cursor: pointer;
}

.intestazione td {
	border: 1px solid #006699;
	padding: 1px 1px 1px 1px;
	background-color: #006699;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
}

.testata2 a {
	color: #666666;
	text-decoration: none;
}

.testata2 a:hover {
	color: #666666;
	text-decoration: underline;
}

.testata2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	padding: 2px;
	width: 770px;
	color: #666666;  
	background-color:#C2DBE7;
	margin:1px;
}

#corpo {
	width: 764px;
	margin:1px;
	padding:5px;
	background-color:#C2DBE7;
}

#testata {
	width: 764px;
	margin:1px;
	padding:5px;
	background-color:#C2DBE7;
}

#pagina {
	padding: 5px;
	position:absolute;
	left: 50%;
	margin-left: -382px;
	margin-top: 5px;
	background-color:#EEEEEE;
	/* height: 359px; */
  }

body {
  margin:0px;
  padding:0px;
  font:100% verdana,helvetica,sans-serif;
  background:#ffffff;
} 

.img_right {
	position: static;
	float: right;
	border: 3px solid #CCCCCC;
	padding: 0px 0px 0px 0px;
	margin: 7px 0px 7px 7px;
	clear: right;
	display: block;
	overflow: visible;
}

.img_left {
	position: static;
	float: left;
	border: 3px solid #CCCCCC;
	padding: 0px 0px 0px 0px;
	margin: 7px 7px 7px 0px;
	clear: left;
	display: block;
	overflow: visible;
}

.imgW3C {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
