.s_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}
.s_text_r {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
}
.s_text_w {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}
.s_text_b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	font-weight: bold;
}
.s_text_br {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
}
.s_text_bw {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	font-weight: bold;
}

.s_text_title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC0000;
	font-weight: bold;
}
.s_text_title_w{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: White;
	font-weight: bold;
}
.s_text_title_black{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: black;
	font-weight: bold;
}
.s_text_title_white{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: white;
	font-weight: bold;
}