/* CSS Document */

table.publications
{
	width: 800px;
}

table.publications tr th
{
	color: #514F26;
	text-align: left;
	height: 14px;
}

table.publications tr td
{
	height: 14px;
	text-align: left;
}

table.publications tr th.title
{
	width: 50%;
}

table.publications tr th.date
{
	width: 20%;
}

table.publications tr th.link
{
	width: 30%;
	text-align: center;
}

table.publications tr td.separator
{
	color: #514F26;
}