/*
	COLORI:
	Blu scuro #5F7FB3
	Grigio #B4B4B4
*/

.txt_blue{
	color: #4a6186; /* 5F7FB3;*/
	font-size: 12px;
	font-family: Arial, Verdana,Tahoma, helvetica, sans-serif;
}
.txt_blue_bold{
	color: #5F7FB3;
	font-size: 12px;
	font-family: Arial, Tahoma, helvetica, sans-serif;
	font-weight: bold;
}
.txt_blue_bold IMG {border:2px solid #5F7FB3;}
.txt_blue_big{
	color: #5F7FB3;
	font-size: 16px;
	font-family: Arial, helvetica, sans-serif;
	font-weight: bold;
}
.txt_blue_medium{
	color: #5F7FB3;
	font-size: 14px;
	font-family: Arial, helvetica, sans-serif;
	font-weight: bold;
	font-variant:small-caps;
}
.txt_gray_capitol{
	color: #666666;
	font-size: 12px;
	font-family: Arial, Tahoma, helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;	
}
.txt_gray_vcapitol{
	color: #333333;
	font-size: 16px;
	font-family: Arial, Tahoma, helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;	
}
.txt_gray_small{
	color: #666666;
	font-size: 11px;
	font-family: Arial, helvetica, sans-serif;
	font-weight: bold;	
}
.txt_green_small{
	color: #339900;
	font-size: 11px;
	font-family: Arial, helvetica, sans-serif;
	font-weight: bold;	
}
.txt_white_small{
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Tahoma,Verdana, helvetica, sans-serif;
}
.txt_black_small{
	color: #000000;
	font-size: 12px;
	font-family: Arial, Tahoma, helvetica, sans-serif;
}
.txt_medium_small{
	color: #000000;
	font-size: 12px;
	text-transform:none;
	font-family:Arial, Verdana, Tahoma, helvetica, sans-serif;
}
.txt_gray_small_t{
	color: #666666;
	font-size: 12px;
	font-family: Arial, Tahoma, helvetica, sans-serif;
}
.txt_red_small{
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Verdana,Tahoma, helvetica, sans-serif;
}
.txt_darkblue_small{
	color: #0000FF;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Verdana,Tahoma, helvetica, sans-serif;
}
.txt_vsmall{
	color: #FFFFFF;
	font-size: 10px;
	font-family: Arial, Verdana,Tahoma, helvetica, sans-serif;
	}
.labels {color:white;background:#5f7fb3;font-size:11px;}
