#NewsArchiveLinks
{
	margin-bottom: 0.75em;
}

#NewsArchiveLinks p
{
	line-height: 1.5em;
	font-size: 1em;
}

#NewsLinks
{
	position: relative;
	padding: 0;
	height: 2.7em;
	border-bottom: 2px RoyalBlue solid;
}

#NewsTitle
{
	position: absolute;
	font-size: 1.5em;
	font-weight: bold;
	color: DimGray;
	bottom: 1px;
}

#NewsPrevious
{
	position: absolute;
	bottom: 4px;
	right: 60px;
	width: 55px;
}

#NewsNext
{
	position: absolute;
	bottom: 4px;
	right: 0;
	width: 55px;
}

#NewsLinks a:link,
#NewsLinks a:visited
{
	display: block;
	padding: 7px 5px 0 5px;
	color: White;
	background-color: RoyalBlue;
	border-left: Black 16px solid;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	height: 22px;
}

#NewsLinks a:hover
{
	color: White;
	background-color: Black;
	border-left: RoyalBlue 16px solid;
}

#NewsLinks a.Inactive:link, 
#NewsLinks a.Inactive:visited,
#NewsLinks a.Inactive:hover
{
	color: White;
	background-color: DarkGray;
	border-left: DimGray 16px solid;
}

a img
{
	border: none;
	margin: 0;
	padding: 0;
}