/* ------------------------- inclusione font ------------------------------ -*/

@font-face {
font-family : 'optima';
src: url("../font/Optima Regular.ttf");
/*font-style : normal;*/
} 

/* ------------------------------------------------------------------------ -*/

.txt_daytime{
	color: #333;
	font-style: normal;
	line-height:25px;
	text-align:left;
	font-weight:bold;
	font: 25px 'MyriadPro', sans-serif;
	}
	
.txt_green{
	font: 25px Arial, sans-serif;
	color: #469E27;
	font-style: normal;
	line-height:25px;
	text-align:left;
	font-weight:bold;
	}
	
.txt_greensm{
	font: 16px Arial, sans-serif;
	color: #469E26;
	font-style: normal;
	line-height:16px;
	text-align:left;
	font-weight:bold;
	}
	
	
.txt_green2{
	font: 35px Arial, sans-serif;
	color: #006600;
	font-style: normal;
	line-height:35px;
	text-align:left;
	}

.txt_grey {
	font: 30px Arial, sans-serif;
	color: #333333;
	font-style: normal;
	line-height:30px;
	text-align:left;
}