body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 77%;
	color: #3a3a3a;
}

td {
	font-size: 70%;
	line-height: 150%;
}
a { 
	color: #FF9900
}

#edMenu {
	background: url(edimages/images_home/stretch_home.gif) repeat-x;
}
#edTicker {
	border-bottom: 1px solid #f0ebe1;
	height: 45px;
}
#edList {
	height: 340px;
	width: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 8px 0px 0px 0px;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px; 
}
ul li {
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dashed #f0ebe1;
	margin: 2px 0px 2px 0px;
}
ul span {
	font-size: 10px;
	line-height: 10px;
	display: block;
	margin: 2px 0px 0px 0px;
	color: #5d5d5d;
}


