/* default rollover images for workshop registrations */
.schedule a {
	display: block;
	background: url(../images/register/td_review_now.gif) no-repeat 0px 0px;
	height: 21px;
	width: 108px;
}
.schedule a:hover {
	background-position: 0px -21px;
}
