.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.bold_blue {
	font-weight: bolder;
	color: #123B8D;
}
.bold_pricing {
	font-size: 24px;
	font-weight: bolder;
	color: #123B8D;
}
.nav_boldblue {
	font-size: 11px;
	font-weight: bolder;
	color: #123B8D;
}
.bold_red {
	font-size: 18px;
	font-weight: bolder;
	color: #FF0000;
}
.bold_red_16px {
	font-size: 16px;
	font-weight: bolder;
	color: #FF0000;
}
.text_15px {
	font-size: 15px;
}
.bold_red12px {
	font-size: 12px;
	font-weight: bolder;
	color: #FF0000;
}

