/* Newsposts */

#newsposts h3 {
	padding: 0 1em;
	margin: 0;
}

#newsposts h4 {
	text-align: right;
	padding: 0 1em;
	margin: 0;
	height: 1.2em;
	
}
#newsposts table	{
	width: 100%;
	clear: both;
}
#newsposts table caption	{
	margin-top: 2em;
}
#newsposts table td {
	font-size: 12px;
}

.Newspost	{
	clear: both;
	margin-bottom: 1em;
	border: 1px solid #B5B5B5;
}
.Newspost div	{
	padding: 5px;
	overflow: visible;
}
