@charset "UTF-8";
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #000;
	
}
/* CSS Document */

body {
	padding: 389;
	text-align: center; /* centra il contenitore nei browser IE 5*. Il testo viene quindi impostato con l'allineamento predefinito a sinistra nel selettore #container */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #999;
	margin-top: 10;
}
#footer {
	background-color: #999;
	text-align: center;
}
.menuVertAgTitle {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}
#page {
	background-image: url(../images/sfondo.jpg);
	background-repeat: repeat-x;
	width: 970px;
	text-align: center;
}
#menuVert {
	float: right;
	text-align: right;
}
#header {
}
#menuVertAg {
	background-image: url(../images/midtopbar.jpg);
	background-repeat: repeat-x;
	height: 67px;
	text-align: right;
}
#mainContLeft {
	background-image: url(../images/pannello.jpg);
	background-repeat: no-repeat;
	width: 406px;
	height: 389px;
	margin-top: 5px;
	font-size: 10px;
	text-align: center;
}
.mainContLeftIntTitle {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
#mainContLeftInt {
	text-align: center;
}
#mainCont {
	text-align: center;
}
.mainContTitle {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
#page tr td #mainTable tr td #header tr td #menuVert tr .sfondoMenu #menuVertAg tr td a {
	font-size: 12px;
}
.mainContCent {
	background-repeat: no-repeat;
	width: 450px;
	height: 389px;
	margin-top: 5px;
	font-size: 10px;
	text-align: justify;
}
.mainContTesto {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
.mainContTestoDest {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
.menuContTestoDest {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}
.tabella_preventivo {
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

