/*standard stylesheet for Netscape browsers*/ 

/*body tag attributes*/
Body 
{ 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: small;
	background-color: #ffffff;
	margin-left: 0; 
	margin-right: 0; 
	margin-top: 0; 
	margin-bottom: 0;
}
/*Start Ultraseek Styles here*/
.label,
.query,
.search,
.resultspage,
.resultstop,
.tip,
.subtopics,
.related-topics,
.navbar,
.result-count,
.search-options,
.results,
.title,
.description,
.highlight,
.publisher,
.url,
.size,
.collections,
.score,
.bar,
.leftbar,
.rightbar,
.date,
.fs,
.highlight-link
{
	   FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
    	FONT-SIZE: x-small
}
/*End Ultraseek Styles*/
/*link attributes*/ 
A:link 
{ 
text-decoration: underline;
color: #3366CC;
}
A:visited
{ 
text-decoration: underline;
color: #666666;
}
A:hover, A:active
{ 
text-decoration: underline;
color: #CC0000;
}

/*applies standard font attributes to all text in tags below automatically, unless otherwise specified in code*/ 
p,font,td,li
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: small;
}

/*header font - defined in points so it can't be resized*/ 
h3 
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt; 
	font-weight: bold;
}

/*subheader font - defined in points so it can't be resized*/ 
h4 
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11pt; 
	font-weight: bold;
}

/*apply to td tag of table - will control text and td bgcolor*/ 
.tableheader 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #ffffff;
	background-color: #000000;
	font-weight: bold;
}

/*small font - defined in points so it can't be resized*/ 
.small
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt;
}