/* --------------------------------------*/
/* Testo                                 */
/* --------------------------------------*/

.AEPTesto {
	font-family: Gill Sans MT Light, Arial, Times New Roman;
	font-size: 14px;
	color: #838282;
	text-decoration: none;
}

/* --------------------------------------*/
/* Testo Link                            */
/* --------------------------------------*/

.AEPTestoLink {
	font-family: Gill Sans MT Light, Arial, Times New Roman;
	font-size: 14px;
	color: #838282;
	text-decoration: underline;
}

/* --------------------------------------*/
/* Testo Link Big                        */
/* --------------------------------------*/

.AEPTestoLinkBig {
	font-family: Gill Sans MT Light, Arial, Times New Roman;
	font-size: 16px;
	color: #838282;
	text-decoration: underline;
	font-weight: bold;
}

/* --------------------------------------*/
/* Testo Small                           */
/* --------------------------------------*/

.AEPTestoSmall {
	font-family: Gill Sans MT Light, Arial, Times New Roman;
	font-size: 12px;
	color: #838282;
	text-decoration: none;
}

/* --------------------------------------*/
/* Testo Linkable Grigio                 */
/* --------------------------------------*/

.AEPTestoLinkGrigio {
	font-family: Gill Sans MT Light, Arial, Times New Roman;
	font-size: 14px;
	color: #528799;
	text-decoration: underline;
	font-weight: none;

}

/* --------------------------------------*/
/* Header Prodotto catalogo              */
/* --------------------------------------*/

.AEPHdrProdotto {
	font-family: Gill Sans MT Light, Arial, Times New Roman;
	font-size: 16px;
	color: #387CBD;
	text-decoration: none;
	font-weight: bold;
}




/* --------------------------------------*/
/* Testo Nero                            */
/* --------------------------------------*/

.AEPTestoNero {
	font-family: Gill Sans MT Light, Arial, Times New Roman;
	font-size: 14px;
	color: Black;
	text-decoration: none;
}

/* --------------------------------------*/
/* Titolo                                */
/* --------------------------------------*/

.AEPTitolo {
	font-family: Gill Sans MT Light, Arial, Times New Roman;
	font-size: 18px;
	color: #086F90;
	text-decoration: none;
	font-weight: bold;

}

/* --------------------------------------*/
/* Titolo Giallo                         */
/* --------------------------------------*/

.AEPTitoloGiallo {
	font-family: Gill Sans MT Light, Arial, Times New Roman;
	font-size: 18px;
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;

}

/* --------------------------------------*/
/* Titolo Azzurro                        */
/* --------------------------------------*/

.AEPTitoloAzzurro {
	font-family: Gill Sans MT Light, Arial, Times New Roman;
	font-size: 18px;
	color: #3D688B;
	text-decoration: none;
	font-weight: bold;

}


/* --------------------------------------*/
/* Titolo Grigio                         */
/* --------------------------------------*/

.AEPTitoloGrigio {
	font-family: Gill Sans MT Light, Arial, Times New Roman;
	font-size: 18px;
	color: #616161;
	text-decoration: none;
	font-weight: bold;

}

/* --------------------------------------*/
/* InputBox                              */
/* --------------------------------------*/

input
{
  COLOR: #000033; 
  FONT-SIZE: 11px; 
  font: Gill Sans MT Light, Arial, Times New Roman; 
  border: 1px solid #628BDA;
}

/* --------------------------------------*/
/* Button                                */
/* --------------------------------------*/

button
{
  BACKGROUND: #EEF3FD; 
  COLOR: Blue; 
  FONT-SIZE: 11px; 
  font: Verdana; 
  border: 1px solid #628BDA;
}