#newsTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
}
.newsTitle {
	font-size: 14px;
	font-weight: bold;
	clear: both;
}
hr.newsDivider {
	border: none 0;
	border-top: 2px solid #c00;/*the border*/
	width: 100%;
	text-align: center;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	clear: both;
}
hr.newsDateDivider {
	border: none 0;
	border-top: 1px dashed #c00;/*the border*/
	width: 100%;
	text-align: center;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}
.imgRight {
	padding: 4px;
}
.imgLeft {
	padding: 4px;
}
#newsTable a {
	color: #CC0000;
	text-decoration: none;
}
#newsTable a:hover {
	color: #CC0000;
}
#newsTable a:active {
	color: #CC0000;
}
#newsTable a:visited {
	color: #CC0000;
	text-decoration: none;
}
