body {
	background:white;
	font-family: tahoma,sans serif;
	font-size: 12px;
	color: black;
	text-decoration: none;
}

td {
	font-family: tahoma,sans serif;
	font-size: 12px;
	color: black;
	text-decoration: none;
}

input {
	border:1px solid #CCCCCC;
}

.regular_text {
	font-family: tahoma,sans serif;
	font-size: 10px;
	color: black;
	text-decoration: none;
	font-weight: normal;
}
.regular_link{
	font-family: tahoma,sans serif;
	font-size: 10px;
	color: #4169e1;
	text-decoration: none;
}
.regular_link:hover{
	font-family: tahoma,sans serif;
	font-size: 10px;
	color: red;
	text-decoration: none;
}
.contribution {
	font-family: tahoma,sans serif;
	font-size: 10px;
	color: #C4C4C4;
	text-decoration: none;
}
.results {
	font-family: tahoma,sans serif;
	font-size: 13px;
	font-weight: normal;
	color: #0A52E7;
	background-color: #FFFFFF;
}

.selected_results {
	font-family: tahoma,sans serif;
	font-size: 13px;
	font-weight: bold;
	color: #0A52E7;
	background-color: #CEFFCF;
	cursor: pointer;
	cursor: hand;
}

.searchButton {
	border:1px solid black;
}

.digger{
	font-family: tahoma,sans serif;
	font-size: 10px;
	color: #FF9000;
	text-decoration: none;
}
.digger:hover{
	font-family: tahoma,sans serif;
	font-size: 10px;
	color: #FF9000;
	text-decoration: underline;
}

