@charset "UTF-8";
/* CSS Document */

#cont-left #past-index table {
	margin: 15px 0px 20px 20px;
	padding: 0px;
	font-size: 12px;
	color: #FFF;
	line-height: 32px;
	width: 480px;
}
#cont-left #past-index table a  {
	color: #FFF;
	text-decoration: none;
}
#cont-left #past-index table a:hover {
	color: #FCF;
	text-decoration: underline;
}
#past-index table tr td .go-past {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 35px;
}
#past-index table tr td .go-past a {
	background: url(../images/go_past.png);
	margin: 0px;
	padding: 0px;
	width: 35px;
	height: 27px;
	display: block;
	text-indent: -9999px;
}
#past-index table tr td .go-past a:hover {
	background: url(../images/go_past.png) 0px -27px;
}
