﻿@charset "utf-8";
.NewsEntry {
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 3px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
	width: 579px;
}

.NewsEntry dt,dd {
	display: block;
	padding: 0px;
	margin: 0px;
}
.NewsEntry dt {
	width: 60px;
	float: left;
	text-indent: 2px;
}
.NewsEntry dd {
	width: 510px;
	float: right;
	background-image: url(../../CommonImages/arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 45%;
	text-indent: 12px;
}
.NewsEntryContainer {
	border-top-width: 1px;
	border-style: dotted none none none;
	border-color: #C0C0C0;
}

