/*
	COLORI:
	Blu scuro #2879B1
	Grigio #B4B4B4
*/

.txt_blue{
	color: #2879B1;
	font-size: 11px;
	font-family: Verdana,Tahoma, helvetica, sans-serif;
	font-variant:normal;
}
.txt_blue_bold{
	color: #2879B1;
	font-size: 11px;
	font-family: Tahoma, helvetica, sans-serif;
	font-weight: bold;
}
.txt_blue_big{
	color: #2879B1;
	font-size: 16px;
	font-family: Arial, helvetica, sans-serif;
	font-weight: bold;
}
.txt_blue_medium{
	color: #2879B1;
	font-size: 13px;
	font-family: Arial, helvetica, sans-serif;
	font-weight: bold;
	font-variant:small-caps;
}
.txt_gray_capitol{
	color: #666666;
	font-size: 12px;
	font-family: Tahoma, helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;	
}
.txt_gray_small{
	color: #666666;
	font-size: 11px;
	font-family: tahoma, helvetica, sans-serif;
}
.txt_gray_small_b{
	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: 11px;
	font-family: Tahoma,Verdana, helvetica, sans-serif;
}
.txt_black_small{
	color: #000000;
	font-size: 11px;
	font-family: Tahoma, helvetica, sans-serif;
}
.txt_medium_small{
	color: #000000;
	font-size: 11px;
	font-variant:normal;
	text-transform:none;
	font-family:Verdana, Tahoma, helvetica, sans-serif;
}
.txt_gray_small_t{
	color: #666666;
	font-size: 11px;
	font-family: Tahoma, helvetica, sans-serif;
}
.txt_red_small{
	color: #FF0000;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana,Tahoma, helvetica, sans-serif;
}
.txt_darkblue_small{
	color: #0000FF;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana,Tahoma, helvetica, sans-serif;
}
.txt_vsmall{
	color: #FFFFFF;
	font-size: 1px;
	font-family: Verdana,Tahoma, helvetica, sans-serif;
	}
