/* Generali */

body 	{
	font-family: Times New Roman; 
	font-size: 8pt; 
	background-color: #FAFAFA;
	margin-top: 10; 
	margin-bottom: 0;
	}


img	{
	margin-top: 0;
	margin-bottom: 0; 
	}

p  	{
	margin-top: 0px; 
	margin-bottom: 0px;
	}


/* Liste*/

li	{
	margin-top: 0px;
	margin-bottom: 0px	}

ul 	{
	list-style-type: square; 
	margin-left: 15px; 
	margin-right: 0px; 
	margin-top: 0px; 
	margin-bottom: 0px;
	}



/* Headers */
h1	{
	font-size: 16pt; 
	color: #424242; 
	font-weight:bold; 
	margin-top: 0px;
	margin-bottom: 0px; 
	}

h2	{
	font-size: 12pt; 
	color: #424242; 
	font-weight:bold; 
	margin-top: 0px;
	margin-bottom: 0px; 
	}


/* Hyperlink */

a 	{
	text-decoration: underline;
	}

a:link 	{
	color: #000000;
	}

a:visited {
	color: #000000;
	}

a:hover {
	color: #880000;
	}

a:active {
	color: #000000;
	}

/* Hyperlink chiari */

a.bright {
	color:white
	}

a.bright:link {
	color:white;
	}

a.bright:visited {
	color: white;
	}

a.bright:hover {
	color: #ff2200;
	}

a.bright:active {
	color: white;
	}


/* Tabelle*/

.tabella_1{
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	padding: 10px; 
	}

.tabella_2{
	border-style: solid;
	border-collapse: separate;
	border-spacing: 0px;
	border-width: 0px;
	padding: 0px;
	}


/* Celle "bottoni" */

.button	{
	font-family: Times New Roman; 
	font-size: 12pt; 
	text-align: center;
	background-color: #777777; 
	color: #FFFFFF; 
	font-weight: bold;
	}

a.button {
	color:white;
	text-decoration: none;
	}


a.button:link {
	text-decoration: none; 
	color:white;
	}


a.button:visited {
	color: white;
	}

a.button:hover {
	text-decoration: none; 
	color: #880000;
	}

a.button:active {
	color: white;
	text-decoration: none;
	}

.gradiente01 {
	background-image: url(../imgweb/bg01.jpg);     
	background-repeat: repeat-x; 
	}
/* "testo" */

.normaltext  {
	font-family: Verdana; 
	font-size: 8pt; 
	/* text-align: left; */
	}

.normaltextbright  {
	font-family: Verdana; 
	font-size: 8pt; 
	color: #ffffff; 
	}

.righttext  {
	font-family: Verdana; 
	font-size: 8pt; 
	text-align: right; 
	}

.seriftext  { 
	font-family: Times New Roman; 
	font-size: 12pt; 
	text-indent: 0.5cm; 
	text-align: justify; 
	margin-top: 0; 
	margin-bottom:0.1cm;
	}

.seriftext_noind   {
	font-family: Times New Roman; 
	font-size: 12pt; 
	text-indent: 0; 
	text-align: justify; 
	margin-top: 0; 
	margin-bottom:5;
	}

.microtext  {
	font-family: Verdana; 
	font-size: 7pt; 
	color: #555555;
	}

.microtext_centre  {
	font-family: Verdana; 
	font-size: 7pt; 
	color: #555555;
	text-align: center; 
	}

/* Rollover */

a.rollover {
	display:block; 
	width:26px;
	background-color: #FFFFFF
	}

a.roll_img {
	display:block; 
	width:87px;
	background-color: #FFFFFF
	}

a.roll_btn {
	display:block; 
	width:50px;
	background-color: #FFFFFF
	}

a.rollover:hover, a.roll_img:hover, a.roll_btn:hover {
	background-color: #880000 
	}

/* Form per galleria immagini */

.formimmagini {
	font-size: 12pt; 
	font-family: Courier New; 
	margin-top: 0px; 
	margin-bottom:0px;
	border-style: solid;
	border-width: 0px;
	color: #000000; 
	background-color:#ffffff; 
	font-weight: bold; 
	border: 1 solid #ffffff
	}
