@charset "utf-8";
/* CSS Document */
body{
	margin-top:0;
}
.resultsTable, .searchTable{
	border: 1px solid #ccc;
	border-bottom:none;
}
.resultsTable td, .searchTable td{
	border-bottom: 1px solid #ccc;
	padding:4px;
	color:#000;
	font-family: Arial, Verdana, sans-serif;
	font-size:11px;
	font-weight:normal;
	vertical-align:top;
	text-align:left;
}
.resultsTable a img
{
	border:0;
}
a, a:visited
{
	color:#085470;
	text-decoration:none;
}
a:hover
{
	color:#901428;
	text-decoration:underline;
}
.author_last_name
{
	font-weight: bold;
	text-decoration: none;
}
img.more_link
{
	vertical-align: middle;
}
div#new_search
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}