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

/*----------------------------Tables---------------*/

	#outer-table {
	border:1px solid #fff;
	width:488px;
	padding-right:4px;
	}
	#events-table {
		width:788px;
		padding-right:2px;
		border-bottom:1px dashed #6B6C68; 
		margin-bottom:10px; 
		color:#000;
		font-size: 12px;
		}
	#events-table tr {height:25px;}
	#events-table .spotlight{ font-weight:600; }
	#events-table img {width:48px; height:48px; margin:20px 20px 20px 35px;}
	#events-table a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#006699;
	text-decoration:none;
	font-weight:bold;}
	#events-table a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#9c0404;
	font-weight:bold;}
