body
{
	font-family:		Arial, Helvetica;
	font-size:			13px;
	color:				#333;
}

body#newsticker
{
 	background-color:	#eee;
 	margin:				0;
}

a
{
	text-decoration:	none;
	color:				#333;
}

a:hover
{
	color:				#666;
}

dl#newsfeed
{
	width:				270px;
/* 	height:				338px; */
	height:				386px;
	margin-top:			0px;
	overflow:			hidden;
}

dl#newsfeed div
{
	margin-top:			0px;	
/*	fix msie incvalid argument */
}



dt
{
	display:			block;
	font-weight:		bold;
	border-left:		4px solid #ffe700;
	color:				#333;
	font-size:			1em;
	font-weight:		bold;
	margin-bottom:		2px;
	padding-left:		6px;
}

dt a
{
	color:				#333;
}

dd
{
	display:			block;
	margin-left:		10px;
	padding-bottom:		8px;
}
