@charset "utf-8";
/* CSS Document */

#ticker {
	border:1px solid #aaaaaa;
	font-family:Arial, Helvetica, sans-serif;
	height:418px;
	overflow:auto;
	*overflow:hidden;
	width:200px;
	margin:0 10px;
	padding:0;
	background-color:#e5e5e5;
}

dt, dd { margin: 0; padding: 0; }

#ticker dt {
	background-color:#e5e5e5;
	font-size:12px;
	padding:10px 5px 10px;
	*padding-top:0px; 
	border-bottom:1px solid #aaaaaa; 
}

#ticker dt a {
	color:#000;
	text-decoration:none;
}

#ticker dt a:hover {
	text-decoration:underline;
}

#ticker dd {
	background-color:#e5e5e5;
	font-size:11px;  
	text-align:left;
	width:200px;	
}

#ticker dd.last { 
	border-bottom:1px solid #ffffff; 	
}

#ticker div {
	margin-top:0; /* IE */
}