.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.bold_red {
	font-weight: bolder;
	color: #B23925;
}
.bold_red_18px {
	font-size: 18px;
	font-weight: bolder;
	color: #B23925;
}
.bold_green {
	font-weight: bolder;
	color: #AFB89C;
}
.bold_white {
	font-weight: bolder;
	color: #FFF;
}
