body
{
	margin: 0px;
	padding: 0px;
	background-color: #17062E;
	text-align: center;
	color: #FFFFFF;
}
td
{
	font-family:Verdana, Arial, Helvetica;
	font-size: 12px;
	vertical-align: top;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
/* barra di navigazione inferiore*/
.nav 
{
	text-align:right;
	height: 16px;
	vertical-align: top;
	padding-bottom: 4px;
		
}
.nav a, .nav a:active, .nav a:visited
{
	text-decoration:none;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 12px;
	padding-right: 16px;
	background:url(img/puntow.gif) right no-repeat top;
	background-color: #585064;
}
.nav a:hover
{
	text-decoration:none;
	font-weight: bold;
	color: #CCCCCC;
	padding-left: 12px;
	padding-right: 16px;
	background:url(img/puntow.gif) right no-repeat top;
	background-color: #585064;
}
/*barra di navigazione superiore*/
.nav1 
{
	text-align:right;
	height: 16px;
	vertical-align: bottom;
	padding-top: 4px;
		
}
.nav1 a, .nav1 a:active, .nav1 a:visited
{
	text-decoration:none;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 12px;
	padding-right: 16px;
	background:url(img/punto.gif) right no-repeat bottom;
	background-color: #585064;
}
.nav1 a:hover
{
	text-decoration:none;
	font-weight: bold;
	color: #CCCCCC;
	padding-left: 12px;
	padding-right: 16px;
	background:url(img/punto.gif) right no-repeat bottom;
	background-color: #585064;
}
/* tabella centrale*/
.centro
{
	padding: 8px;
	border: #666666 1px solid;
	text-align:center;
}
/* pie di pagina*/
.pie
{
	padding-top: 6px;
}
/* titolo schede sfondo grigio da usare con span o div*/
.titolo
{
	background-color: #585064;
	width:100%;
	display:block;
	line-height: 16px;
	padding-left: 6px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 4px;
	margin-bottom:4px;
	color: #EDDC03;
}
/* per schede colore giallo allineato a sx*/
.giallo
{
	font-weight: bold;
	color:#E9DD4C;
	font-style:italic;
	text-align:right;
	padding-right: 3px;
}
/* bordo per foto*/
.imgbd
{
	border: #585064 3px solid;
	margin: 0px;
}
/*bottone*/
.bott, a.bott:active, a.bott:visited
{
	font-weight: bold;
	color:#E9DD4C;
	text-decoration:none;
}
a.bott:hover
{
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;
}

