.date {
	text-transform: uppercase;
	padding-right:10px;
	color: #a4a4a4;
	font-size: 9px;
}

	.newsarchive .date {
	float: left;
	margin-right: 10px;
	}

.newsitem {
margin-bottom	: 10px;
display			: table;
}

	.newsblock .newsitem {
	margin-bottom: 5px;
	}
	
	.newsarchive .newsitem {
	margin-bottom: 0px;
	width:100%;
	}
	
		.newsarchive .title {
		float: left;
		}


.share {
	margin:20px 0px;
}

.newsoverview .newsitem {
border-bottom: 1px dotted #aaa;
padding-bottom: 10px;
}

.newsoverview  .thumb {
float: left;
max-width: 150px;
padding: 3px;
background: white;
border: 1px solid #ddd;
margin-right: 15px;
}
.newsblock  .thumb {
float: left;
max-width: 100px;
padding: 3px;
background: white;
border: 1px solid #ddd;
margin-right: 15px;
}
.newsoverview h2 {
padding-bottom: 0px;
}

	.newsoverview h2.title a {
	font-size		: 18px;
font-weight		: normal;
color: #005dab;
padding-bottom	: 3px;
text-decoration: none;
display: block;
padding-left: 35px;
font-family		: "Trebuchet MS", Arial, Helvetica, sans-serif;
background: url('/images/h2-link-bg.gif') no-repeat left 5px;
line-height: 20px;
	}
	
			.newsoverview h2.title a:hover {
			text-decoration: underline;
			color: black;
			}
			
.introtext img {
float: left;
max-width: 350px;
padding: 3px;
background: white;
border: 1px solid #ddd;
margin-right: 15px;
}