BODY
{
	font-family: Verdana, Arial;
	font-size: 10pt;
	background-image: url(images/sky.jpg);
	background-attachment: fixed;
	background-position: top;
	background-repeat: repeat-x;
	/*background-image: url(images/wm.gif);
	background-attachment: fixed;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: white;*/
	overflow-x: hidden;
	LINE-HEIGHT: 13pt;
}

UL
{
    margin-top: 0px;
}

TABLE
{
	FONT-FAMILY: Verdana, Arial;
	FONT-SIZE: 10pt;
	LINE-HEIGHT: 13pt;
}

A
{
	COLOR: slateblue;
	TEXT-DECORATION: underline;
}

A:hover
{
	TEXT-DECORATION: none
}

A.button
{
	width: 100%;
	height: 20px;
	background-color: lavender;
	color: black;
	border: solid 1px gray;
	display: block;
	cursor: pointer;
	TEXT-DECORATION: none;
}

A.button:hover
{
	width: 100%;
	height: 20px;
	BORDER: solid 1px black;
	COLOR: black;
	CURSOR: hand;
	BACKGROUND-COLOR: white;
	display: block;
	cursor: pointer;
	background-image: url(images/shadet.gif);
	background-repeat: repeat-x;
}

.normal
{
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: normal;
	text-align: justify;
}

.tab
{
	background-color: lavender;
	color: black;
	border: solid 1px gray;
	cursor: hand;
}

.tabhi
{
	BORDER: solid 1px black;
	COLOR: black;
	CURSOR: hand;
	BACKGROUND-COLOR: white;
}

.tabsel
{
	BACKGROUND-COLOR: Silver;
	BORDER: solid 1px silver;
	COLOR: White
}

.main
{
	BORDER-RIGHT: black 1px solid;
	BORDER-TOP: black 1px solid;
	BORDER-LEFT: black 1px solid;
	BORDER-BOTTOM: black 1px solid;
	BACKGROUND-COLOR: white;
}

.bottom
{
	BORDER-TOP: solid 1px black;
	BACKGROUND-COLOR: lightsteelblue
}

.top
{
	border-bottom: black 1px solid;
	background-color: lightsteelblue;
}

.title
{
	COLOR: black;
	FONT-WEIGHT: bold;
	FONT-SIZE: 14pt;
	BACKGROUND-COLOR: whitesmoke;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}

.subtitle
{
	color: slateblue;
	font-size: 10pt;
	font-weight: bold;
}
.content
{
	BORDER-BOTTOM: dotted 1px steelblue;
	COLOR: black;
	FONT-SIZE: 10pt;
	BACKGROUND-COLOR: lightsteelblue;
}
.column
{
	BORDER-RIGHT:  dotted 1px steelblue;
	BACKGROUND-COLOR: whitesmoke;
	padding-left: 5px;
}
.tbname
{
	FONT-FAMILY: Verdana, Arial;
	FONT-SIZE: 10pt;
}
.tbtitle
{
	COLOR: black;
	FONT-WEIGHT: bold;
	FONT-SIZE: medium
}
.descr
{
	FONT-SIZE:7pt;
	color: Black;
}
.thumb
{
	border-bottom: groove 6px gray
}
.sep
{
	border-top: dotted 1px steelblue;
}

.contenuto
{
}

A IMG
{
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
	margin-right: 4px;
}