/*********************************************************************/
/**** ***********  2004 Progetti di Impresa Srl  *********************/
/* ****************************************************************** */

/*********************************************************************/
/**** CONFIGURAZIONE GENERALE ****************************/
/* ****************************************************************** */

@import url("../stile/templatew3c/strutturapagine.css");

HTML {
	 
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	COLOR: #000000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 70%;
	background-color: #FFFFFF;
	 
}


/****************************************/
/* ECM TESTO TITOLO ***************/
/****************************************/
 
H1 {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE: large;
	font-style : normal;
	font-weight : normal;
}
/****************************************/
/* ECM TESTO SOTTO TITOLO *******/
/****************************************/
H2 {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE: medium;
	font-style : normal;
	font-weight : normal;
}
/****************************************/
/* ECM TESTO NORMALE ***********/
/****************************************/
H3 {
	COLOR: #000000;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size : small;
	font-weight : normal;
}

/****************************************/
/* ECM TESTO PICCOLO ***********/
/****************************************/
H4 {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE: x-small;
	font-style : normal;
	font-weight : normal;
}
H5 {
	COLOR: #000000;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size : small;
	font-weight : normal;	
}
H6 {
	COLOR: #000000;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size : x-small;
	font-weight : normal;
}
H7 {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; FONT-SIZE: xx-small
}


HR {
	height : 2px;
	border : 2px dotted #E8002F; 
}

A, A:visited {
  	font-style : normal;
	font-weight : bold;
	color: #000000;
	text-decoration: none;
	FONT-SIZE: 90%;
}

A:hover {
  	font-style : normal;
	font-weight : bold;
	color: #000000;
	text-decoration: underline;
	FONT-SIZE: 90%;
}
IMG { border:none; }

/*********************************************************************/
/**** FONT SERVIZI E CONTENUTI ******************************/
/* ****************************************************************** */

.testoGiustificato {
	COLOR: #333300;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-WEIGHT: normal;
	text-align : justify;
}

.testoBianco, .testo1Bianco, .testo1bianco {
	COLOR: #FFFFFF;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-WEIGHT: normal;
	text-align : justify;
}

.testo1 {
	COLOR: #000000;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	TEXT-DECORATION: none;
	TEXT-ALIGN: justify;
	FONT-WEIGHT: normal;
}

.testo2 {
	COLOR: #666666; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	FONT-SIZE: x-small; FONT-STYLE: normal; 
	FONT-WEIGHT: bold; TEXT-ALIGN: justify; TEXT-DECORATION: none
}
.testo3 {
	COLOR: #000000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-STYLE: normal;
	FONT-WEIGHT: normal;
	FONT-SIZE: 90%;
	padding-bottom: 3px;
}
.testoBold {
	COLOR: #000000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-STYLE: normal;
	font-weight : bold;
}

.titolo {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 18px; FONT-WEIGHT: bold
}
.titolomaiuscolo {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; FONT-WEIGHT: bold; TEXT-TRANSFORM: uppercase
}
.piccolo {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE: 96%;
	FONT-STYLE: normal;
	FONT-WEIGHT: normal;
}

.centro {
	text-align : center;
}


/*********************************************************************/
/**** INTESTAZIONI AREA RISERVATA ************************/
/* ****************************************************************** */

.FondoAreaRiservata {
	position: relative;
	left: 0px;
	width: 432px;
	padding-left: 14px;
	top: 0px;
	background-color: #FAEBAF;
}

.FondoAreaRiservataIntro {
	background-color: #FAEBAF;
	position: relative;
	left: 0px;
	width: 432px;
	top: 0px;
	padding-top: 0px;
	padding-bottom: 4px;
}