/* generali */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Arial;
	font-size:10pt;
	background-image: url(img/fondo.jpg);
 }
h1,h2,h3 { margin: 0px;}


/* testo */
/* link in alto inizio */
.topTxt {
	font-size: 10px;
	text-decoration: none;
	color: #666666;
	line-height: 18px;
}
.topLink {
	font-size: 10px;
	text-decoration: none;
	color: #999999;
	line-height: 18px;
}
.topLink:hover {
	color: #FE0000;
}
/* link in alto fine */

/* Menu */
.menuTitolo{
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 18px;

}
.menu {
	font-size: 11px;
	margin-left: 8px;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
}
.menu:hover {
	font-size: 11px;
	margin-left: 8px;
	text-decoration: none;
	color: #FE0000;
	line-height: 18px;
}

/* Testo */

.yellow {  background-color: #FFFF00}


.link {
	color: #003366;
	font-weight: normal;
	text-decoration: none;
}
.link:hover {
	color: #FE0000;
	font-weight: normal;
	text-decoration: underline;
}

.linkt {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	cursor:text
}

.minitesto {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
}

.grassetto {
	font-weight: bolder;
}
.elenco {
	font-weight: bold;
	color: #FE0000;
	text-decoration: none;
}
.evidenziato {
	color: #FFFFFF;
	background-color: #000000;
}

.titolo {
	font-size: 12pt;
	color: #FE0000;
	font-weight: bold;
}

.titolo2 {
	font-size: 10pt;
	color: #000000;
	text-decoration: none;	
}

/* piede */

.marketinginformatico {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.marketinginformatico:hover {
	color: #FE0000;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.marginecelle {
	padding: 10px;
}


a:link.collegamento{
color:#000000;
text-decoration:underline}

a:visited.collegamento{
color:#000000;
text-decoration:underline}

a:hover.collegamento{
color: #666666;
text-decoration:underline}

a:active.collegamento{
color:#000000;
text-decoration:underline}