.mb-redBorder {
	border: 1px solid #990000;
}
.mb_alert {
	border: 1px solid #990000;
	padding: 10px;
	margin: 10px;
	background-color: #FECCCC;
	font-size: 1.2em;
	
	}
.mb-recBackGround {
	background-color: #FFF4F4;
}
.mb-titleText {
	font-family: Tahoma;
	font-size: 11pt;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	padding-left: 10px;
}
.mb-middleText {
	font-family: Tahoma;
	font-size: 9pt;
	color: #990000;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 4px;
}
.mb-linkText {
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 4px;
}
.mb-redLinkText {
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}

.mb-linkText a {
	color: #333333;
	text-decoration: none;
}
.mb-linkText a:hover{
	text-decoration: underline;

}
.mb-redLink a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
