/* CSS2 Style powerd by That's Web, Biancucci Roberto, 
2007 Tutti i diritti riservati */

html, body {
	margin: 0px; 
	height: 100%;
	background: #FFFFFF;
}
body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt;
	color: #3A2315;
	text-align: center;
}
div#container {
	position: relative;
	width: 600px;
	margin: 0px auto;
	padding: 20px;
	background: #FFFFFF;
	text-align: left;
}
div#content {
	position: relative;
	width: 100%;
}
table.menu {
	width: 600px;
	border-collapse: collapse;
	background: transparent;
}
table.menu td {
	width: 200px;
	height: 25px;
}
table.menu td a {
	padding-left: 10px;
	font-size: 9pt;
	color: #905B34;
	text-decoration: underline;
	background: url('../icons/arrow_04a.gif') no-repeat left;	
}
table.menu td a:hover {
	padding-left: 10px;
	font-size: 9pt;
	color: #C80000;
	text-decoration: underline;
	background: url('../icons/arrow_04b.gif') no-repeat left;	
}
table.menu .title {
	padding-left: 10px;
	font-size: 9pt;
	font-weight: bold;
	color: #967E67;
	text-decoration: none;
	background: url('../icons/arrow_02b.gif') no-repeat left;	
}
table.menu td.sub {
	padding-left: 10px;
	height: 25px;
}
table.menu td.sub a {
	padding-left: 10px;
	font-size: 8pt;
	color: #905B34;
	text-decoration: none;
	background: url('../icons/arrow_06a.gif') no-repeat left;	
}
table.menu td.sub a:hover {
	padding-left: 10px;
	font-size: 8pt;
	color: #C80000;
	text-decoration: underline;
	background: url('../icons/arrow_06b.gif') no-repeat left;	
}

div#footer {
	position: relative;
	width: 500px;
	color: #5E422D;
	font-size: 8pt;
	text-align: center;
}
div#footer a {
	color: #A67746;
	text-decoration: none;
	background: transparent;
}
div#footer a:hover {
	color: #C80000;
	text-decoration: underline;
	background: transparent;
}
div#footer small {
	color: #967E67;
	background: transparent;
}

h1   {
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 13pt;
	font-style: italic;
	text-align: center;
	color: #996600;
	background: transparent;
}
a {
	color: #905B34;
	text-decoration: underline;
}
a:hover {
	color: #C80000;
	text-decoration: underline;	
}