html {
	padding: 0px;
	margin: 0px;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #FFFFFF;
}

DIV#container {
	width: 640px;
	text-align: left;
	margin: 0 auto;
	background-image: url(../img/fondinoContent.gif);
}

DIV#header {
	height: 196px;


}


A:link, .linkato  {
	color: #990000;
	text-decoration: underline;
	font-weight: bold;

}

a:hover{
	color: red;
	text-decoration: underline;
	font-weight: bold;

	}
	
a:visited{
	color: #996666;
	text-decoration: underline;
	font-weight: bold;


	}

DIV#navigation {
	float: left;
	background-color: #FFFFFF;
	background-image: url(../img/fondinoMenu.gif);
	background-repeat: repeat-y;
	width: 181px;
	top: 166px;
}

DIV#content {
	margin: -5px 14px 0px 181px;
	font-size: 76%;
	padding: 10px;
}

DIV#footer {
	PADDING: 10px;
	TEXT-ALIGN: center;
	font-size: 66%;
	clear:both;
	height: 144px;
	background-image: url(../img/sfondo.gif);
	background-repeat: no-repeat;
	margin: 0px;
	width: 640px;
	background-color: #FFFFFF;
}

DIV#footer p {
	COLOR: #000;
	PADDING: 5px;
	TEXT-ALIGN: center;
	margin-left: 180px;
	margin-top:80px;
	width: 400px;
	
}


img {
	border: none;
}


h1.tit {
	font-size: 100%;
	color: #000066;
	font-variant: small-caps;
	height: 25px;
	padding: 10px;
}

h2 {
	font-size: 100%;
	height: 35px;
	padding: 20px;
	margin: 20px;
	color: #000066;
	text-align: center;
	line-height: 20px;
	background-color: #ffffff;
	border: 1px solid #99A0FA;

}

DIV#navigation ul  {
	list-style-type: none;
	margin-top: -20px;
}

DIV#navigation li  {
	text-decoration: none;
	margin-top: -5px;

}

DIV#navigation A:link  {
	color: #990000;
	text-decoration: none;
}

div#navigation a:hover{
	color: red;
	text-decoration: none;
	}
	
div#navigation a:visited{
	color: #996666;
	text-decoration: overline;
	}

h3 {
	width:370px;
	margin-left: 10px;
	border: none;
	border-bottom: 1px solid #99A0FA;
	font-size: 100%;
	}
	

fieldset{
	float:left;
	width:370px;
    margin: 1em 0;
	padding: 0;
    border: none;
	border-top: 1px solid #99A0FA;
	}
legend{
	font-weight:bold;
	color: #333;
	font-variant: small-caps;
	}

fieldset div{
	float:left;
	width:100%;
    padding: 10px 0 12px;

	}

label{
	float:left;
	width:120px;
    display: inline;
	margin-left: 10px;

	}

.centrato {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


.Tab td {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding:5px;
	border: 1px solid #FF9900;

}

th {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFCC33;
	font-weight: bold;
	border: thin solid #FF9900;

}

