@charset "utf-8";
/* CSS Document */

.simplenews-page
{
	margin-top:20px;
	padding-left:0px;
	padding-right:15px;
}

.simplenews-page .newscat
{
	float:left;
	margin-top:10px;
	

}

.simplenews-page .newscat .news
{
	margin-bottom:10px;
	float:left;
	padding-bottom:10px;
	border-bottom:1px solid #ced8e3;
}

.simplenews-page  .newscat .news h3 a:link,  .simplenews-page  .newscat .news h3 a:visited,.simplenews-page  .newscat .news h3 a:active
{
	font-weight:bold;
	font-size:12px;
	color:#006691;
	margin-bottom:15px;
	
	
}
.simplenews-page   .newscat .news h3 a:hover
{
	font-weight:bold;
	color:#006691;
}

.simplenews-page .newscat .news p
{
	margin-top:10px;
	font-size:12px;
	line-height:18px;

}

.simplenews-page .newscat .news img
{
	float:left;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;

}