/*** News CSS ***/
#NewsList {
	padding:10px;
	margin: 0;
	color: #000000;
}
#NewsList a{
    color: #BF5B14;
    text-decoration: none;
}

#NewsList a:hover{
    text-decoration: underline;
}
#NewsList li{
	list-style-type: none;
	font-size: 12px;
}

#NewsList ul {
	padding: 0;
}

#NewsList .newsTitle {
	font-weight: bold;
}

#NewsList .newsDate {
	font-style: italic;
}

#NewsList .newsSummary {
	margin-bottom:20px;
}
