
.NewsBox
{
	margin-bottom: 10px;
	text-align: left;
	width: 410px;
	overflow:hidden;
}

.NewsBox A { color: #1d3994; text-decoration: none; }
.NewsBox A:hover {text-decoration: underline; }

.NewsBox .toolbar
{
	text-align: right;
	margin:0px 10px 5px 0px;
}

.NewsBox .tagbar
{
	padding: 5px 0 0 25px;
	font-weight: bold;
	height: 30px;
	margin-left: 5px;
}

.NewsBox .entryStage
{
	width: 382px;
	margin-left: 7px;
	padding: 3px;
	display: block;
}

.NewsBox .entryStage UL.entryList
{
	margin: 0 5px 10px 5px;
	list-style-type: none;
}

.NewsBox .entryStage .entryList LI
{
	
}

.NewsBox .entryStage .entryList .date
{
	font-weight: bold;
}

.NewsBox .entryStage .entryList .subtitle
{
	color: #035bfe;
}

.NewsBox .entryStage .entryList .title
{
	font-weight: bold;
	color: #003366;
	margin-left: 15px;
}

.NewsBox .entryStage .entryList .html
{
	margin-bottom: 8px;
}

.NewsBox .entryStage .date
{
	font-weight: bold;
	margin-bottom: 5px;
}

.NewsBox .entryStage .subtitle
{
	color: #0d2566;
	margin-bottom: 3px;
}

.NewsBox .entryStage .title
{
	font-size: 108%;
	font-weight: bold;
	color: #0d2566;
	margin-bottom: 10px;
}

.NewsBox .entryStage .html
{
	margin: 0px;
	padding: 0px;
}
