/* default rollover images for workshop registrations */
.schedule a {
	display: block;
	background: url(../images/register/td_register_now.gif) no-repeat 0px 0px;
	height: 21px;
	width: 108px;
}
.schedule a:hover {
	background-position: 0px -21px;
}
/* force text links to stay bright blue */
a:visited {
	color: #0000FF;
}
