/* CSS Document */

body {
	background: white;
	font-size: 11pt;
}
#nav_bottom {
 display: none;
}
#nav-body {
	width: 650px;
	margin-left:0px;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background-image:url(../images/MS-logo.jpg);
	background-repeat:no-repeat;
	background-position:top;

}
a:link, a:visited {
	color: #000;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
 @media print {
.noprint {
	display: none;
}
