.bg {
	background-color: f9d899;
	background-image: url(images/mub_bg.jpg);
	background-repeat: repeat-x;
	font-size: 10px;
	color: #75264E;
	font-family: Arial, Helvetica, sans-serif;


}
.headerBG {
	background-image: url(images/mub_header_bg.jpg);
	background-repeat: repeat-x;
}
.verticalBG {
	background-image: url(images/vertical_bg.jpg);
	background-repeat: repeat-y;
}
.footerBG {
	background-image: url(images/mub_footer2.jpg);
	background-repeat: no-repeat;
}
.vertrightBG {
	background-image: url(images/vertical_right_bg.jpg);
	background-repeat: repeat-y;
	background-position: right;

}
.PicBorder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #003300;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-left-color: #003300;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #993366;
}
.footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #996600;
	text-decoration: none;

}
.footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #996600;
	text-decoration: none;

}
.footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF3300;
	text-decoration: underline;

}
.footer a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #339999;
}
