/* This CSS file is loaded on every page no mater what type */

td img {/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}
.hideMe{
	display: none;
}
form{
	margin:0px;
	padding:0px;
}
img{
	border:0px;
}
