body {
	/* font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; */
	font-family: 'Indie Flower', cursive;
	font-size: 12px;
	color: #333;
	margin-top: 0px;
	background-color:#FFF;
}
td,th {
	/* font-family: Arial, Helvetica, sans-serif; */
	font-size: 12px;
	color: #666;
	margin-top: 0px;
	background-color: #F7F7F7;
	border: 1px solid #C3C3C3;
}
.centerDiv {
	margin-left: auto;
	margin-right:auto;
	text-align:center;
}

img{border:none;}
/**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft { float: left;}
.floatRight { float: right;}
.alignLeft { text-align: left;}
.alignRight { text-align: right;}
.centered { text-align:center;}


.verde { color: #666633;}
.rosso { color: #A60303;}
.bianco { color: #FFF;}
.grigio {
	color: #9A9A9A;
}
.Verde2 { color: #214200}
.TestoGrigio {
	color: #666
}
.TestoNero { color: #000}
.TestoBlu { color: #7C7C7C}

.Testo12 { font-size:12px}
.Testo13 { font-size:13px}
.Testo14 { font-size:14px}
.Testo15 { font-size:15px}
.Testo16 { font-size:16px}
.Testo18 { font-size:18px}
.Testo19 { font-size:19px}
.Testo17 { font-size:17px}
.Testo10 { font-size:10px}
.Testo11 { font-size:11px}
.Testo20 {	font-size:20px}
.Testo21 {	font-size:21px}
.Testo25 {	font-size:25px}
.Testo26 {	font-size:26px}
.Testo27 {	font-size:27px}
.Testo28 {	font-size:28px}
.Testo29 {	font-size:29px}
.Testo30 {	font-size:30px}
.Testo32 {	font-size:32px}
.Testo35 {	font-size:35px}
.Testo40 {	font-size:40px}

.TestoBianco {	color: #FFF}
.TestoBluScuro { color: #5888AF}
.TestoGrigioChiaro {
	color: #CFCFCF
}
/* .FontFamily {font-family:Arial, Helvetica, sans-serif} */
.Bold { font-weight:bold}
.corsivo { font-style: italic;}
.BackgroundRosso { background-color: #A60303}
.BackgroundPulsGrigio1 { background-color: #999999}
.BackgroundPulsGrigio2 { background-color: #545454}
.BackgroundPulsGrigio3 { background-color: #EDEDED}



.indent30 { text-indent:30px}
.indent15 { text-indent:15px}
.indent20 { text-indent:20px}
.lineaBottom {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #B1B1B1;
}


.bordinoGrigio {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #C8C8C8;
	border-right-color: #DDD;
	border-bottom-color: #C8C8C8;
	border-left-color: #CFCFCF;
}


.bordoZero {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	
}

.bordoPuntiBottom {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}


.bordoPuntiBianchi {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

.interlinea36 {
	line-height: 36px;
}
.interlinea66{
	line-height: 66px;
}
.interlinea25 {
	line-height: 25px;
}
.interlinea22 {
	line-height: 22px;
}
.interlinea20 {
	line-height: 20px;
}
.interlinea32 {
	line-height: 32px;
}
.interlinea28 {
	line-height: 28px;
}
.interlinea15 {
	line-height: 15px;
}
.interlinea40 {
	line-height: 40px;
}
.interlinea18 {
	line-height: 18px;
}


.linkCurrent {
	color: #C00
}
.interlinea33 {
	line-height: 33px;
}

.interlinea85 {
	line-height: 65px;
}

.lineaOn { background-color:#C21F55;
	
}
.lineaOff { background-color:#F8F8F8;
	
}

.verticalMiddle { vertical-align:middle;
	
}


.linkCurrent2 {
	color: #C00;
	text-decoration: none;
}

.linkGrigio {
	color: #494949;
	text-decoration: none;
}
.linkGrigio:link {
	color: #494949;
	text-decoration: none;
}
.linkGrigio:hover {
	text-decoration:underline;
	color: #000;
}
.linkGrigio:active {
	color: #494949;
	text-decoration: none;
}
.linkGrigio:visited {
	color: #666666;
	text-decoration: none;
}

.linkBianco {
	color: #FFF
}
.linkBianco:link {
	text-decoration:none
}
.linkBianco:active {
	text-decoration:none
}
.linkBianco:hover {
	text-decoration:underline
}
.linkBianco:visited {
	color: #FFF;
	ttext-decoration:none
}

.linkNone { text-decoration:none;}
.linkNero { color:#000}
.linkNero_link { color:#000}
.linkNero:hover {
	color: #C10000;
	text-decoration: none;
}
.linkNero:active { color:#000}
.linkNero:visited { color:#000}

.linkBlu {
	color: #28779D
}
.linkBlu:link {
	color: #28779D
}
.linkBlu:hover { text-decoration:underline}
.linkBlu:active {
	color: #28779D
}
.linkBlu:visited {
	color: #28779D
}

.linkBluScuro {
	color: #256F92;
	text-decoration: none;
}
.linkBluScuro:hover { text-decoration:underline}

.linkVerde {
	color: #666633;
	text-decoration: none;
}
.linkVerde:hover { text-decoration:underline}

.linkGrigio2 {
	color: #4E4E4E;
	text-decoration: none;
}
.linkGrigio2:link {
	color: #4E4E4E;
}
.linkGrigio2:hover {
		color: #000;
}
.linkGrigio2:active {
	color: #4E4E4E;
}
.linkGrigio2:visited {
	color: #4E4E4E;
}

.linkRosso {
	color: #A60303;
	text-decoration: none;
}
.linkRosso:link {
	color: #A60303;
}
.linkRosso:hover {
	color: #A60303;
	text-decoration: underline;
}
.linkRosso:active {
	color: #A60303;
}
.linkRosso:visited {
	color: #A60303;
}


.SfondoAzzurro2 {
	background-color: #9BBCDD;
}
.SfondoAzzurro {
	background-color: #369;
}
.sfondoChiaro {
	background-color: #F0EFEA;
}
.sfondoRosso2 {
	background-color: #CC3300;
}
.sfondoRosso3 {
	background-color: #B40D0D;
}
.sfondoBianco {
	background-color: #FFF;
}

.sfondoBeige {
	background-color: #DBDAD0;
}
.sfondoNero {
	background-color: #000;
}
.sfondoGrigio {
	background-color: #666;
}
.sfondoGrigio4 {
	background-color: #D6D5CF;
}
.sfondoTop {
	background-image:url(../images/olitel.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
.cursore { cursor: pointer;
}

.heigthAuto { height:auto
	
}
.heigth100 { height:100%
	
}

.bordoMenu {
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #DADADA;
	border-left-color: #DADADA;
}
.border-radius { 
  border-radius: 6px 6px 6px 6px; 
  -moz-border-radius: 6px 6px 6px 6px;  /* firefox */
  -webkit-border-radius: 6px 6px 6px 6px;  /* safari, chrome */
}
.border-radius2 { 
  border-radius: 0px 0px 0px 13px; 
  -moz-border-radius: 0px 0px 0px 13px; /* firefox */
  -webkit-border-radius:0px 0px 0px 13px; /* safari, chrome */
}
.border-radius3 { 
  border-radius: 0px 0px 13px 13px; 
  -moz-border-radius: 0px 0px 13px 13px; /* firefox */
  -webkit-border-radius:0px 0px 13px 13px; /* safari, chrome */
}
.border-radius4 { 
  border-radius: 0px 13px 0px 13px; 
  -moz-border-radius: 0px 13px 0px 13px; /* firefox */
  -webkit-border-radius:0px 13px 0px 13px; /* safari, chrome */
}
.border-radius5 { 
  border-radius: 13px 0px 0px 13px; 
  -moz-border-radius: 13px 0px 0px 13px; /* firefox */
  -webkit-border-radius: 13px 0px 0px 13px; /* safari, chrome */
}

/* IE10 */
.backSfumato {
	background-image: -ms-linear-gradient(top,  #FFF 0%, #FFF 50%);
	/* Mozilla Firefox */
background-image: -moz-linear-gradient(top,  #FFF 0%, #FFF 50%);
	/* Opera */
background-image: -o-linear-gradient(top right,  #FFF 0%, #F9F9F9 50%);
	/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, top, bottom, color-stop(0,  #FFF), color-stop(1, #F9F9F9));
	/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top,  #FFF 0%, #F9F9F9 50%);
	/* Regola standard */
/*background-image: url(url(linear-gradient(top,%20 #E6E6E6%200%25,%20#FFFFFF%20100%25)));*/
	background-repeat: no-repeat;
		
	
}

/* IE10 */
.backSfumato2 {
	background-image: -ms-linear-gradient(top,  #B2B2AA 0%, #FFF 100%);
	/* Mozilla Firefox */
background-image: -moz-linear-gradient(top,  #B2B2AA 0%, #FFF 100%);
	/* Opera */
background-image: -o-linear-gradient(top right,  #B2B2AA 0%, #FFF 100%);
	/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, top, bottom, color-stop(0,  #B2B2AA), color-stop(1, #FFF));
	/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top,  #B2B2AA 0%, #FFF 100%);
	/* Regola standard */
/*background-image: url(url(linear-gradient(top,%20 #E6E6E6%200%25,%20#FFFFFF%20100%25)));*/
	background-repeat: no-repeat;
	min-height: 350px;
	width: 598px;
	background-color: #FFF;
}
.bordoGrigioFull {
	border: 1px solid #CCC;
}
.bordoRossoFull {
	border: 1px solid #C00;
}
.bordoDotBottom {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #999;
}

.bordoFullBottom {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999;
}
.bordoWhiteFullBot {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFF;
}
.targetBlank{
target:blank
}


.testoMissivecchio {
	font-family: 'missy-bt-roman-68655';
		
}
.testoMissi {
	font-family: 'Indie Flower', cursive;
		
}

