.font_normal {
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	color: #535353;
}
.font_pink {
	font-family: Tahoma, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FF00FF;
}
.font_red {
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
}
.font_blue {
	font-family: Tahoma, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #00AAD5;
}
