.BodyText {
	font-family: MS Tahoma, sans-serif;
	font-size: 12px;
}
.BodyLists {
	font-family: MS Tahoma, sans-serif;
	font-size: 10px;
}
.MenuText {
	font-size: 12px;
}
.MenuTextSelected {
	font-size: 12px;
	background-color: #FFFFCC;
}
.BMText {
	color: green;
	font-weight: bold;
}
.BMSlogan {
	font-family: cursive;
	font-style: italic;
	color: green;
	font-weight: bold;
	font-size: 10px;
}
.AddressText {
	font-size: 10px;
}
.FooterText {
	font-size: 8px;
}
.MicroText {
	font-size: 6px;
}
.RequiredText {
	color:  Fuchsia;
	font-weight: bold;
}
.DataEntryErrorMsg {
	color: #CC0000; <! darker red!  here here here !>
	font-weight: bold;
	font-style: italic;
	font-size: 10px;
}