
#news {
	font-size: 11px;
	padding: 0px 5px 0px 5px;
}

#news .news_header_box {
	clear:both;
	margin-top: 15px;
}

#news .news_heading {
	text-decoration: none;
	font-weight: bold;
	font-size:12px;
	color:#2368b5;
}

#news .news_author {
	width: 50%;
	float:left;
	color: #256AB8;
	font-style: italic;
	padding-left: 10px;
}

#news .news_date {
	color: #256AB8;
	text-align: right;	
}

#news .news_leadtext {
	margin: 10px 0px 10px 0px;
	text-align: justify;
}

#news .news_leadpicture_box {
	margin: 10px 5px 5px 0px;
/*	width: 68px;*/
	float:left;
}

#news .news_leadpicture {
	border: 2px solid #4288D0;
}

#news .news_footer_box {
	text-align: right;
}

#news .news_footer {
	color: #256AB8;
	text-decoration: underline;
	font-weight: bold;
}

#newsfull {
	width: 557px;
	overflow: auto;
}


#newsfull .leadtext {
	margin: 10px 0px 10px 0px;
	font-weight: bold;
}

#newsfull .news_heading {
	color: #256AB8;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

#newsfull .author {
	width: 50%;
	float:left;
	color: #256AB8;
	font-style: italic;
	padding-left: 10px;
}

#newsfull .date {
	color: #256AB8;
	text-align: right;	
}

#newsfull .article {
}

#newsfull .footer_box {
	text-align: right;
	font-style: italic;
	margin-top: 10px;
}


