/* @override 
	http://localhost/DIR-jurgenhuiskes/001/textcontent/css/iframe.css
	http://jurgenhuiskes.com/textcontent/css/iframe.css
*/

body {
	margin: 0;
	/*font-family: "Times New Roman";*/
	font-family: Arial, Sans;
	color: black;
	font-size: 11px;
	letter-spacing: ;
	line-height: 14px;
	/*background: black;*/
	}


* :focus { outline: 0; }

#flexscroll{
	width: 99%;
	height: 99%;
	position: absolute;
	border: none;
	/*background: blue;*/
}
.news-title {
	position: relative;
	display: block;
	float: left;
	/*font-family: Courier New;*/
	/*font-family: "Times New Roman";*/
	font-size: 11px;
	/*letter-spacing: 1px;*/
	top: 0px;
	left: -2px;
	margin-right: -3px;
	line-height: 13px;
	color: black;
	background: transparent;
	text-transform: uppercase;
	padding: 0px 2px 0px 2px;
	/*-webkit-box-shadow: 1px 1px 2px #999;*/
	}
sup, sub{
	line-height: 0;
	/*height: 0;*/
	top: 3px;
}
a{
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted red;
}
a:hover{
	color: black;
	border-bottom: 1px solid red;
	cursor: pointer;
}
.news-title span{
	position: relative;
	font-size: 12px;
	color: black;
	width: 10px;
	padding: 0 5px 0 5px;
	top: -1px;
}
.news-date {
	position: absolute;
	right: 0px;
	line-height: 12px;
	padding-bottom: 10px;
	padding-right: 12px;
	background: white;
	/*border-top: 1px solid silver;*/
	/*margin-top: 14px;*/
	/*color: red;*/
	color: #000;
	font-size: 9px;
	/*-webkit-box-shadow: 1px 1px 2px #999;*/
	}

.news-body {
	/*border-top: 1px solid gray;*/
	/*padding-top: 4px;*/
	line-height: 14px !important;
	margin-top: 0;
	padding-right: 90px;
	padding-bottom: 5px;
	text-align: left;
	}