.RedText {
	font-family: tahoma;
	font-size: 11px;
	color: #FF3333;
}
.RedTextBold {
	font-family: tahoma;
	font-size: 11px;
	color: #FF3333;
	font-weight: bold;
}
.BlackText {

	font-family: tahoma;
	font-size: 11px;
	color: #000000;
}
.BlackTextBold {

	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
.WhiteTextBold {

	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
.WhiteText {

	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
}
.OrangeText {


	font-family: tahoma;
	font-size: 11px;
	color: #FF5A01;
}
.OrangeBold {
	font-family: tahoma;
	font-size: 11px;
	color: #FF5A01;
	font-weight: bold;
}
.MavisBold {

	font-family: tahoma;
	font-size: 11px;
	color: #3A5061;
	font-weight: bold;
}
.Mavis {


	font-family: tahoma;
	font-size: 11px;
	color: #3A5061;
	font-weight: normal;
}
