﻿#newsticker {
	background: #f4f4f4;
	position: relative;
	border-top: 1px dashed #FF7700;
	border-bottom: 1px dashed #FF7700;
    margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

#newsticker ul
{
    list-style: none;
}

#newsticker li b {
    margin-top: 10px;
    font-size: 14px;
}

#newsticker li p {
    font-size: 12px;
}
