/*********************************************************************/
/**** ***********  2004 Progetti di Impresa Srl  *********************/
/* ****************************************************************** */

/*********************************************************************/
/**** CONFIGURAZIONE GENERALE ****************************/
/* ****************************************************************** */

@import url("../../stile/templatew3c/strutturapagine2.css");

HTML {
}

BODY { 
	background-color: #CCCCCC;
	FONT-FAMILY:  Verdana, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size : 75%;
	font-weight : normal;
 }
/*
TABLE ,TBODY ,THEAD,TR,TH,TD,P,DIV,SPAN,BODY,HTML {
	FONT-FAMILY:  Verdana, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size : 95%;
	font-weight : normal;
}
*/
/****************************************/
/* ECM TESTO TITOLO ***************/
/****************************************/
H1 {
	FONT-FAMILY:  Verdana, Arial, Helvetica, sans-serif;
	/*FONT-SIZE: large;*/
	FONT-SIZE: 130%;
	font-style : normal;
	font-weight : normal;
}
/****************************************/
/* ECM TESTO SOTTO TITOLO *******/
/****************************************/
H2 {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	/*FONT-SIZE: medium;*/
	FONT-SIZE: 110%;
	font-style : normal;
	font-weight : normal;
}
/****************************************/
/* ECM TESTO NORMALE ***********/
/****************************************/
H3 {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-style : normal;
	FONT-SIZE: 100%;
	font-weight : normal;
}

/****************************************/
/* ECM TESTO PICCOLO ***********/
/****************************************/
H4 {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	/*FONT-SIZE: x-small;*/
	FONT-SIZE: 90%;
	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 : 1px;
	color: #244A94;
	background-color : #244A94;
	border : 0px;
}

A, A:visited {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : bold;
	color: #3366CC;
	text-decoration: none;
}

A:hover {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : bold;
	color: #3366CC;
	text-decoration: underline;
}
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;
}