
#navcontainer ul
{
	font: bold 10px Tahoma, verdana, arial, sans-serif;
	list-style-type: none;
	padding-bottom: 0px;
	border-bottom: 1px solid #21669E;
	margin: 0;
}


#navcontainer li
{
	padding: 0;
	margin: 0 4px 0 0;
	border-top: 1px solid #21669E;
	border-right: 1px solid #21669E;
	border-left: 1px solid #21669E;
	border-bottom: 1px solid #21669E;
	background-color: #21669E;
	color: #ffffff;
	font-weight: bold;
	/* the next 4 lines are magic */
	display: block;
	float: left;
	position: relative;
	top: -1.32em;
}

#navcontainer a:link,
#navcontainer a:visited
{
	background-color: #21669E;
	color: #ffffff;
	text-decoration: none;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

#navcontainer a:hover
{
	background-color: #21669E;
	color: #FFFF00;
}

#navcontainerclear { display: none; }

#navcontainer li#active a
{
	background-color: #fff;
	color: #21669E;
}


body    {

	padding: 2em 1em 2em 70px;
	margin: 10px 10px 0px 10px;
	text-align: justify;
	font-family: Tahoma,Arial;
	font-size: 10pt;
	color: black;
	background: white;
	background-position: 20pt 20pt;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-image: url(fustinoni_net.gif);
	
}


H1    {
	font-family: Tahoma,Arial;
	font-size: 15pt;
	color: #21669E;
	text-align: center;
}

H2    {
	font-family: Tahoma,Arial;
	font-size: 13pt;
	color: #21669E;
	text-align: center;
}

H3    {
	font-family: Tahoma,Arial;
	font-size: 11pt;
	color: #21669E;
	text-align: center;
	font-style: italic;
}





*#tao    {
	background: transparent;
	position: relative;
	top: 0px;
	left: 0px;
	font-family: Tahoma,Arial;
	font-size: 10pt;
}

*#tao H1    {
	font-family: Tahoma,Arial;
	font-size: 15pt;
	text-align: left;
}


