body
{
	margin: 0 ;
	padding: 0;
	
}
#ticker {
	width:281px;
	height:600px;
	overflow:auto;
	background-color: #E5E5E5;
	border: 1px none #FFFFFF;
	padding-bottom: 5px;
}

#ticker dt {
	font:normal 14px Georgia;
	padding:0 10px 5px 10px;
	padding-top:10px;
	position:relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
}
#ticker dd {
	margin-left:0;
	font:normal 11px Verdana;
	padding:0 10px 10px 10px;
	background-color:#e5e5e5;
	position:relative;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #aaaaaa;
	border-left-color: #ffffff;
}
#ticker a {
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 2em;
}

#ticker dd.last { border-bottom:1px solid #ffffff; }
#ticker div { margin-top:0; }
