table.articleTable {
	border			: 1px solid #5555CC;
	background-color	: beige;
	font-family		: verdana, sans-serif;
	font-size		: 8.5pt;
	width			: 555px;
	color			: #000000;
}

table.articleTable tr.header {
	background-color	: #222222;
	color			: #FFFFFF;
}

table.articleTable td.date {
	width			: 85px;
}
table.articleTable td.source {
	width			: 330px;
}
table.articleTable td.category {
	width			: auto;
}
table.articleTable td.blurb {
	color			: #222222;
	line-height		: 1.3em;
}

table.articleTable a:link,
table.articleTable a:visited {
	background-color	: lightblue;
	font-weight		: bold;
}
span.pdf {
	font-size		: 8pt;
	font-weight		: bold;
	color			: #3333CC;
}