@font-face 
{
	src: local('open-sans.bold'), local('open-sans.bold'),
		url("font/open-sans.bold.ttf") format('truetype');
	font-family: "Open Sans Bold";
}

a
{
	color: #538a13;
	text-decoration: none;
}

.selected
{
	color: #666; 
}

h1, h2, h3, h4
{
	font-family: 'Open Sans', sans-serif;
	/*font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;*/
	margin: 0 0 5px 0;
}

/* h1 */
/* { */
/* 	font-size: 24px; */
/* } */

.top-news-text h1
{
	height: auto;
	color: #000000;	
	font-family: "Open Sans Bold";	
	font-size: 23px;	
/* 	font-weight: bold;	 */
	line-height: 28px;
	margin-bottom: 15px;
	cursor: pointer;
}

.job h1
{
	color: #000000;	
	font-family: "Open Sans";	
	font-size: 21px;	
	line-height: 24px;
	font-weight: normal;
}

h2
{
	font-size: 20px;
}

/* 2019-10-10 */
/* changes made, because of Top news header in the sub menu on the homepage */
.section_header
{
	color: #000;
	line-height: 26px; /* 41px */
	display: table-cell;
	font-weight: normal; /* bold */
	font-family: 'Ropa Sans', sans-serif;
	font-size: 24px; /* 20px */
	padding-top: 10px; /* added */
}

#searchresult .article-item .article-item-text h2
{
/* 	height: 56px;	 */
/* 	width: 567px;	 */
	color: #000000;	
	font-family: "Open Sans";	
	font-size: 23px;	
	font-weight: bold;	
	line-height: 28px;
}

h3
{
	font-size: 16px;
}

h4
{
	font-size: 14px;
	font-family: 'Open Sans';
}

p
{
	margin: 0 0 5px 0;
}

hr
{
	color: #fff;
	border: none;
	border-top: 1px solid #c4c4c4;	
}

.textbox
{
	border: 1px solid #c4c4c4;
/* 	float: right; */
	width: 150px;
	/*padding: 10px;*/
	display: block;
	margin: 0 0 10px 10px;
	/*color: #606060;*/
}

.textbox b, .textbox strong { color: #000; }