a { color: #ff0000; text-decoration: none; }
	a:hover { color: #ff0000; text-decoration: underline; }
	a img { border: 0px;
}
body {
	background-color: transparent;
	overflow: hidden;
	border:none;
	margin:0;
	visibility: hidden;
	color: #000000; 
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif; 
	font-size: 70%;
}

	#bodyHeader {
		color: #ffffff;
		font-size: 150%;
		font-weight: bold;
		left: 0px;
		top: 0px;
	}
	.layout {
		position: absolute;
	}
	#bodyCopy {
		left: 0px;
		top: 40px;
		overflow: auto;
		width: 420px;
		height: 300px;
	}
	.newsHeader {
		font-weight: bold;
	}
	.tableHeader {
		color: #ffffff;
		font-weight: bold;
		background-color: 333366;
	}
	.tableHeader a {
		color: #ffffff;
	}
	.tableHeader a:hover {
		color: #ffffff;
		text-decoration: underline;
	}
	.date {
		text-transform: capitalize;
	}
body table { font-size: 100%; width: 100%; }
.sortable th {
	color: #ffffff;
	font-size: 150%;
	font-weight: bold;
	background-image: url(/images/display/headerCenter.png)
}

/*For table filter*/
span.keyword{ background-color: #2C4C4C; color: #ffffff}/*highlighted word*/