.body_font {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}
.body_font_white {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
.body_font_white_italic {
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
	font-weight: lighter;
	color: #FFFFFF;
}


.body_font_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
.body_font_large {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}
.body_font_bold_yellow {
	font-family: Arial;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #FFFF00;
}
