/* 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: 400px;
	margin: 0px auto;
	padding: 20px;
	background: #FFFFFF;
	text-align: left;
}
div#content {
	position: relative;
	width: 100%;
}
table.menu {
	width: 400px;
	border-collapse: collapse;
	background: transparent;
	color: #4D3366;
}
table.menu td {
	height: 25px;
}
table.menu td a {
	padding-left: 10px;
	font-size: 9pt;
	color: #4C73BF;
	text-decoration: underline;
	background: url('../images/icons/arrow_01a.gif') no-repeat left;	
}
table.menu td a:hover {
	padding-left: 10px;
	font-size: 9pt;
	color: #FF6400;
	text-decoration: underline;
	background: url('../images/icons/arrow_01b.gif') no-repeat left;	
}
table.menu .title {
	padding-left: 10px;
	font-size: 9pt;
	font-weight: bold;
	color: #4C73BF;
	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: #009600;
	text-decoration: none;
	background: url('../images/icons/arrow_02a.gif') no-repeat left;	
}
table.menu td.sub a:hover {
	padding-left: 10px;
	font-size: 8pt;
	color: #FF6400;
	text-decoration: underline;
	background: url('../images/icons/arrow_02b.gif') no-repeat left;	
}

div#footer {
	position: relative;
	width: 400px;
	color: #333333;
	font-size: 8pt;
	text-align: center;
}
div#footer a {
	color: #4C7FB2;
	text-decoration: none;
	background: transparent;
}
div#footer a:hover {
	color: #FF6400;
	text-decoration: underline;
	background: transparent;
}
div#footer small {
	color: #999999;
	background: transparent;
}

h1   {
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 13pt;
	font-style: italic;
	text-align: center;
	color: #4C73BF;
	background: transparent;
}
a {
	color: #4C73BF;
	text-decoration: underline;
}
a:hover {
	color: #FF6400;
	text-decoration: underline;	
}
