/*print style sheet*/

/*don't display the refresh image*/
.refreshimage {
	display: none;
}

/*don't display the images on the research page*/
.researchtable tr td img {
	display: none;
}

/*don't display the google map on the contact page*/
.googlemap {
	display: none;
}
.pubimage {
	display: none;
}

