/*titels van newsitem op homepag*/
.temp_h_newstitle
{
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color: #ff9900;
}
/*titels van newsitem op homepag bij mouseover*/
.temp_h_newstitle:hover
{
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	color: #000000;
}
/*weergave verkorte inhoud newsitem op homepage*/
.temp_h_newscontent
{
	font-family:arial;
	font-size:11px;
	text-decoration:none;
	color:#333333;
}
/*weergave verkorte inhoud newsitem op homepage bij mousover*/
.temp_h_newscontent:hover
{
	font-family:arial;
	font-size:11px;
	text-decoration:none;
	color:#ff9900;
}



.temp_r_news{
	padding-top: 25px;
}
.temp_r_newstitle{
	width: 93%;
	padding: 4px;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #007B89;
	background-color: #F4F2EF;
	border-bottom: solid 1px #BBBBBB;
	border-right: solid 1px #BBBBBB;
	vertical-align: middle;
}
.temp_r_newscontent{
	width: 93%;
	font-family: verdana;
	font-size: 10px;
}