/* Hide all items not needed for Print */

#mbox, #foot ul, #social{
display: none;
}

/* Style links for print */

a{
text-decoration: none;
color: inherit;
}

/* Size items for print */
body{
font-size: 11pt;
color: black;
width: 600px;
}

h1{
display: none;
}

h2{
font-size: 14pt;
}

h3{
font-siZe: 12pt;
}

.hider {/* hide script button */
display: none;
}

.print { /* blocks hidden by hide script */
display: block !important;
}

.hr{ /* use on empty div for cross browser horiz. rule */
width:90%;
border-bottom: 1px black solid;
height: 1px;
margin: 3px auto;
}
.resmap, #tradplot{
display: none;
}

img{width: 254px !important;}

#border{
	display: none;
}