/*	single news items */
		  
.newssingleitem {
	font-size: 12px;
   background-color: #ffffff;
   color: #000000;   
	border-bottom: 1px dotted gray;
}

.newssingleitemtable {
	width: 100%;
}

.newssingledate {
	background-color: #ffffff;
   color: #00000; 
	width: 20%;
	text-align: right;
}
    
.newssingleheader {
	font-size: 14px;
	color: #E6560D;
	font-weight:bold;
	width: 80%;
}
´
.newssinglesubheader h3 {
	font-weight: normal;
}

.newssinglecontent {
	padding-top: 20px;
}

.newssingleauthor {
}

.newssinglefilelinks {
	padding-top: 10px;
} 

.newssinglenewslinks {

}
        
.newssinglesubheader {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
        
.newssinglecontent {
	border-top: 1px dotted gray;
}
        
.newssingleauthor {
	font-size: 12px;
}
        
.newssinglefilelinks {
	border-top: 1px solid gray;
}

