
/* print styles */


BODY {
	color: black;
	background-image: url(/images/logo/mbalogo.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.defaultlogo {display: none;}
.printlogo {}

A:link, A:visited {background: white; color: black; text-decoration: underline;
   font-weight: bold;}
H1, H2, H3, H4, H5, H6 {background: white; color: black; padding-bottom: 1px;
   border-bottom: 1px solid gray;}

.contentpage {
	float: left;
	width: 800px;
	padding: 10;
	margin-left: 15px;
}
DIV.footer {display: none;}
DIV.subheader {display: none;}
DIV.header {display: none;}
DIV.sidebar {display: none;}
DIV.sidebarlinks {display: none;}