body.index {
	background: url("image/sfondo.jpg") repeat;
	margin: 0;
	font-family: Times New Roman, Georgia, Times, sans-serif;
	padding: 0;
	background-color: #f5d490;
	color: #663300;
}

#titolo  {
	background : transparent;
}


#corpo  {
	background : transparent;
	font-size: 14px;
}

#firma  {
	text-align: center;
	color: #999966;
	background : transparent;
	font-size: 12px;
}

#normale {
	width: 100%;
	background-color: transparent;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}



hr {
	display: block;
	background : transparent;
	width: 640px;
}

a {
	color: #303030;
}

a:link {
	color:#009966;
	font:16pt Arial,helvetica,sans-serif;
}

a:visited {
	color:#0099CC;
	font:16pt Arial,helvetica,sans-serif;
}

a:hover {
	color:#990006;
	font:16pt Arial,helvetica,sans-serif;
}

a:active {
	color:#009966;
	font:16pt Arial,helvetica,sans-serif;
}

table {
	text-align: center;
}

td {
	text-align: center;
}




img {
	BORDER-RIGHT: 0px;
	BORDER-TOP: 0px;
	BORDER-LEFT: 0px;
	BORDER-BOTTOM: 0px;
}


.foot {
	PADDING-RIGHT: 3px;
	PADDING-LEFT: 3px;
	PADDING-BOTTOM: 3px;
	PADDING-TOP: 3px;
	BACKGROUND-COLOR: #cedcec;
}




P.centro {
	text-align: center;
	letter-spacing: 3px;
}








/*
definizioni per la barra coi bottoni
*/

div#button_bar {
	text-align: center; 
	width: 640px; 
	height: 60px; 
	line-height: 60px;
}

#navcontainer {
	margin-top:0px;
	width: 640px;
	font-size: 1em;
	position: relative;
}

#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navcontainer li {
	position: relative;
	float:left;
}

#navcontainer a {
	font: 45px Georgia, Times, serif;
	border-top : 1px solid #c1c1c1;
	border-left : 1px solid #c1c1c1;
	border-right : 2px solid #787878;
	border-bottom : 2px solid #787878;
	margin: 2px;
	width : 300px;
	display: block;
	height: 50px;
	color: #ff0000;
	font-weight: normal;
	text-decoration: none;
	background-color: #aaf9f9;
}

#navcontainer a:hover:focus {
	background-color: #aaf9f9;
	color: #ff0000;
	border-top : 2px solid #787878;
	border-left : 2px solid #787878;
	border-right : 1px solid #c1c1c1;
	border-bottom : 1px solid #c1c1c1;
}