.BMBody {
	font-family: MS Tahoma, sans-serif;
	font-size: 12px;
	background-color: f2f2f2;
	background-position: right center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url(../i/BinaryMountainMountainsOnly.png);
	
}
.MenuText {
	font-size: 12px;
}
.MenuTextSelected {
	font-size: 12px;
	background-color: #FFFF33;
}
.BMText {
	color: green;
	font-weight: bold;
}
.BMSlogan {
	font-family: cursive;
	font-style: italic;
	color: green;
	font-weight: bold;
	font-size: 12px;
}
.AddressText {
	font-size: 10px;
}
.FooterText {
	font-size: 8px;
}
.MicroText {
	font-size: 6px;
}
.RequiredText {
	color: red;
	font-weight: bold;
}
.DataEntryErrorMsg {
	color: #CC0000; <! darker red!  here here here !>
	font-weight: bold;
	font-style: italic;
	font-size: 10px;
}
.TDSidebarMenu {
	background-color: #5d9900
}