#newsTable {
	width: 75%;
}
#newsTable td {
	font-size: 80%;
	border-bottom: 1px dotted #909090;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
}

#newsTable .newsHeader {
	font-weight: bold;
}

#newsTable .newsText {
	padding-right: 10px;
}
