/*** News CSS ***/
#NewsList {
	padding:10px;
	margin: 0;
	color: #000000;
}

#NewsList li{
	list-style-type: none;
	font-size: 12px;
}

#NewsList ul {
	padding: 0;
}

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

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

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

/*** News CSS ***/
#NewsList2 {
    padding:10px;
    margin: 0;
    color: #000000;
}

#NewsList2 li{
    list-style-type: none;
    font-size: 12px;
}

#NewsList2 ul {
    padding: 0;
}

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

#NewsList2 .newsDate {
    font-style: normal;
}

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

