.searchResultPage {
	font-family: verdana,helvetica,sans-serif;
	font-size: 8pt;
	color: #333333;
}

.searchResultItem {
	font-size: 8pt;
	font-weight: normal;
	padding-bottom: 10px;
}

.searchResultLink {
	font-size: 10pt;
	font-weight: bold;
}

.searchResultLink:visited {
}

.searchResultLink:hover {
}

.searchResultDate {
	font-size: 7pt;
	font-weight: normal;
}

.searchResultHilite {
	font-weight: bold;
}

.searchTab {
	background-color: #999999;
}

.searchTab_Active {
	background-color: #ffffff;
}

.searchTabBlank {
}

.searchTabLink {
	font-size: 8pt;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	padding: 5px;
	display: block;
}

.searchTabLink:hover {
	color: #ffffff;
	text-decoration: none;
}

.searchTabLink:visited {
	color: #ffffff;
	text-decoration: none;
}

.searchTabLink_Active {
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding: 5px;
	display: block;
}

.searchTabLink_Active:hover {
	color: #000000;
	text-decoration: none;
}

.searchTabLink_Active:visited {
	color: #000000;
	text-decoration: none;
}


