.bold-body {
	font-family: "MS Sans Serif";
	font-size: 13px;
	font-weight: bolder;
	color: #000000;
}
.bold-body-white {
	font-family: "MS Sans Serif";
	font-size: 14px;
	font-weight: bolder;
	color: #FFFFFF;
}
.bold-body-small {
	font-family: "MS Sans Serif";
	font-size: 10px;
	font-weight: bolder;
	color: #333333;
}
.body {
	font-family: "MS Sans Serif";
	font-size: 13px;
}
.body-italic {
	font-family: "MS Sans Serif";
	font-size: 13px;
	font-style: italic;
}
.body-small {

	font-family: "MS Sans Serif";
	font-size: 9px;
	font-weight: normal;
	color: #333333;
}

