.table_list {
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #CC0000;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	font-size: 12px;
	text-decoration: none;
	color: #CCCCCC;
}
a:visited {
	font-size: 12px;
	color: #FF9999;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #99FF00;
	text-decoration: none;
}
