@charset "utf-8";
/* CSS Document */

body,html
{
	padding: 0;
	margin: 0;
}

body
{
	background: #;
}
#newsticker-container a{color: #000; font-weight:normal;text-decoration: none;}
#newsticker-container
{
	width:198px; 
	margin: auto;
	margin-top:0px;
	
}

#newsticker-container ul li div
{
	
	background: #;
	padding: 0px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	background:url(../images/arrow.png) no-repeat;
	line-height: 20px;
	color:#e99905;

}











