/* Newsposts */

#newsposts h3,
#newsposts caption	{
	margin: 0;
	background-image: url(../images/blk-l.gif);
	background-repeat: no-repeat;	
	background-position: 0 -1px;
	padding-left: 15px;
	background-color: #5EBF40;
	color: #31553D;
	border: none;
}
#newsposts h3 span,
#newsposts caption span{
	display: block;
	background-image: url(../images/blk-r.gif);
	background-repeat: no-repeat;
	background-position: top right;
	
}
#newsposts h4 {
	text-align: right;
	padding: 0 1em;
	margin-top: 0;
	background: white;
	color: #4F7546;
	height: 1.5em;
}
#newsposts table	{
	width: 100%;
}
#newsposts table caption	{
	margin-top: 2em;
}
#newsposts table td {
	font-size: 12px;
}

.Newspost	{
	margin: 0 0 1em;
}
