p.ArchiveList a {
	display: block;
	padding: 0px 5px;
}

#Right .NewsSnippetContainer {
	font-size: 0.95em;
}

	#Right .NewsSnippetContainer p.h1 {
	}

	#Right .NewsSnippetContainer p.h2 {
		font-size: 1.2em;
		font-weight: bold;
	}

	#Right .NewsSnippetContainer p.h3 {
		font-size: 1.1em;
	}

.NewsSnippetDataContainer {
	margin-top: 10px;
	overflow: hidden;
	width: 640px;
}

	.DataColumn {
		float: left;
	}
	
	.DC1 {
		width: 470px;
	}
	
	.DC2 {
		margin: 5px;
		border: 1px solid #eee;
		padding: 5px;
		width: 140px;
		text-align: center;
	}
	
	.NewsDate {
		margin-top: 10px;
		font-weight: bold;
		font-size: 0.9em;
	}
	
	.NoImage { display: none; }

	.MoreNews {
		clear: both;
		overflow: hidden;
		margin: 0px;
		margin-top: 10px;
		width: 620px;
		background: url(../Images/News-Link-Divider.gif) repeat-x;
		text-indent: -10000px;
	}
	
		.MoreNews a {
			float: right;
			display: block;
			background: url(../Images/More-Less-Back.gif) 0px 0px no-repeat;
			width: 60px;
			height: 20px;
		}
		
			.MoreNews a:hover {
				background-position: 0px -20px;
			}	
