/* CSS Document */
body	{
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}
img	{
	display:none;
}
h1	{
	font-size: 120%;
	border-bottom: 1px solid #aaaaaa;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}
div	{
	border: 1px solid #eeeeee;
	width: auto;
}
.result_desc	{
	font-size: small;
	font-style:italic;
	color: #666666;
}
.result_title	{
	font-size: small;
	font-weight: bold;
	color: #000000;
}
.result_link	{
	font-size: x-small;
	color:#009900;
	text-decoration:underline;
}
.result_other	{
	font-size: x-small;
	color: #666666;
}
#moreresults	{
	font-size: x-small;
	color: #000000;
	text-decoration:none;
}
#moreresults a	{
	color:#0000FF;
	text-decoration:underline;
}
form	{
	display:inline;
}
object	{
	display:none;
}

