#newsTable {
	width: auto;
}
#newsTable td {
	padding: 10px;
	font-size: .8em;
}
#newsTable a {
	color: #0000FF;
	text-decoration: underline;
	font-size: 1em;
}
#newsTable .greyborder {
	border-right: 1px solid #E8E8E8;
}
#newsTable .greyborderhorz {
	border-bottom: 1px solid #E8E8E8;
}
#newsTable th {
	font-size: 16px;
	color: #022976;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
	padding: 0px 0px 10px;
}
#newsTable .redalert {
	font-weight: bold;
	color: #FF0000;
}
.newstopbgd {
	background-image: url(../images/news/topbgd.gif);
	background-repeat: repeat-x;
}
.newsleftbgd {
	background-image: url(../images/news/leftbgd.gif);
	background-repeat: repeat-y;
}
.newsrightbgd {
	background-image: url(../images/news/rightbgd.gif);
	background-repeat: repeat-y;
}
.newsbottombgd {
	background-image: url(../images/news/bottombgd.gif);
	background-repeat: repeat-x;
}
