body {
margin: 0 auto;
padding: 0;
font-family: "Times New Roman",Serif;
background: #ffffff;
color: #000000;
}

.xtable {
	font: normal 90% "Times New Roman",Serif;
/*	border-collapse: collapse;
	border: 1px solid #f0f8ff;
	border-top: 5px #87CEFA;
	border-bottom: 1px solid #D8D8D8; */
}

	
#wrap {
margin: 2%;
width: auto;
float: none !important;
}

#header h1 {
margin: 0 0 10px 0;
}

#blue-ribbon p, #blue-ribbon a, #pmenu p, #header-nav-bottom, #announce, #dkgraybox, #extras, #markets, #header-links, #technews, .hide {
display: none;
}

#searchform {
display: none;
}

#content img {
display: none;
}

#content img.print {
display: inline;
}

a {
text-decoration: underline;
color: #0000FF;
}

.hide {
display: inline;
}

.NoPrint {
display: none;
}

.menuItem { 
display:none; 
}

/* To keep HV menu from printing:
Start off by creating a class definition in your print style sheet:
.menuItem { visibility: hidden; display: none; }
Now in the menu_com.js file scroll down to the 'MbrSetUp' function. After the variable declarations type in:
this.className = "menuItem";
This effectively assigns every element of the HV menu a class name 'menuItem', which when printed will not be visible. */