/* BACKGROUND */
body
{
	margin: 0px;
	background-image: url(../images/fondo.jpg);
}


/* IMMAGINI */
img
{
border:none;
}

/* TABELLA */
table
{
border:none;
}



/* FONT */
.testo
{
  font-size: 11px;
  color: #000000;
  font-family: Verdana, Arial, Helvetica;
	font-weight: normal;
	text-align: left;
	line-height:12px;
}

.chiusura
{
  font-size: 10px;
  color: #666666;
  font-family: Verdana, Arial, Helvetica;
	font-weight: normal;
	text-align: center;
	line-height:14px;
}

.titolo
{
  font-size: 11px;
  color: #DE6D00;
  font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	text-align: left;
	line-height:14px;
}


/* LINK */
a:visited
{
  font-size: 10px;
  color: #666666;
	font-weight: bold;
  font-family: Arial, Verdana, Helvetica;
  text-decoration: underline;
	border:none;
}
a:active
{
  font-size: 10px;
  color: #666666;
	font-weight: bold;
  font-family: Arial, Verdana, Helvetica;
  text-decoration: underline;
	line-height:14px;	
	border:none;	
}
a:link
{
  font-size: 10px;
  color: #666666;
	font-weight: bold;
  font-family: Arial, Verdana, Helvetica;
  text-decoration: underline;
	line-height:14px;	
	border:none;
}
a:hover
{
  font-size: 10px;
  color: #DE6D00;
	font-weight: bold;
  font-family: Arial, Verdana, Helvetica;
  text-decoration: underline;
	line-height:14px;	
	border:none;
}
