
/* Corpo Documento */
body
{
	background-image: url(Images/BG.png);
	background-repeat:repeat;
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* Collegamenti Ipertestuali */
a:link {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
}

a:visited {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
}

a:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	text-decoration:none;
}

/* Testo in evidenza */
.divEtichette
{
	font-family:Verdana;
	font-size:10px;
	color:#000000;
}

/* Testo in evidenza */
.divEtichetteBold
{
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#000000;
}

/* Testo semplice */
.divTesto
{
	font-family:Verdana;
	font-size:11px;
	color:#000000;
}

.TestoScorrevole
{
	color:#000000;
	font-family:Courier New, Courier, monospace;
	font-size:12px;
}

.divHeaderTitleKeyWord
{
	color:#0000FF;
	font-family:Courier New,Tahoma,Verdana,Arial;
	font-weight:bold;
	font-size:16px;
}

.divHeaderTitleString
{
	color:#000000;
	font-family:Courier New,Tahoma,Verdana,Arial;
	font-size:16px;
}

.divHeaderTitleVar
{
	color:#993300;
	font-family:Courier New,Tahoma,Verdana,Arial;
	font-size:16px;
}

.etichettaBiancaBig
{
	font-family:Verdana;
	font-size:20px;
	font-weight:bold;
	color: #FFFFFF;
}

.etichettaBold
{
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	font-weight:bold;
}

.loading { background: url(Images/Style/loading.gif) no-repeat center center; }
