body {
background-image:url(/images/mb_btm_bg.jpg);
background-position:bottom; 
background-repeat:repeat-x;
}
.titles {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
}
.bodytext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #999999;
	text-decoration:none;
}
.bodytext a{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FF0000;
	text-decoration:none;
}
.bodytext a:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration:underline;
}
hr {
	border: 0px;
	height: 1px;
	color: #333333;
	background-color: #333333;
	}