/*******************************************
* override some of the base newsStory style
********************************************/
.newsStory .body {
	padding: 0px 0px 5px 0px;
}

/*******************************************
* Meeting table
********************************************/
#meetings table  {
	border-spacing: 1px;
	margin: 0px 1px 5px 1px;
}

#meetings table tr {
	background-color: #fae5e5;

}

#meetings table td,
#meetings table th {
	padding: 5px;
}

#meetings table th {
	padding: 5px;
}

#meetings table .altRow {
	background-color: #fffae5;
}

