
.NewsBox
{
	margin-bottom: 10px;
	text-align: left;
	border: 3px double #9fb7d4;
	overflow:hidden;
}

.NewsBox A { color: #1d3994; text-decoration: none; }
.NewsBox A:hover {text-decoration: underline; }

.NewsBox .title
{
	padding: 3px;
	font-weight: bold;
	background-color: #9fb7d4;
	color: #000000;
}

.NewsBox .title A { color: #000000; text-decoration: none; }
.NewsBox .title A:hover {text-decoration: underline; }

.NewsBox .titleImage
{
	padding: 1px;
	text-align:center;
}

.NewsBox UL.entryList
{
	padding: 3px 0px;
}

.NewsBox UL.entryList LI
{
	margin-left: 3px;
	background: url(../../img/allicon.gif) no-repeat;
	background-position: 0 6px;
	*background-position: 0 6px;
	padding: 0 0 0 15px;
}

