.search_box_header {
	font-weight: bold;
	border-bottom: none;
	padding: 5px;
	color: white;
}

.search_box {
	font-size: 12px;
	padding: 10px;
}
.search_button {
	font-size: 30px;
}

.search_box table td {
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
}
.search_box table td.first {
	padding-left: 0px;
}
.search_box table td.last {
	padding-right: 0px;
	border: none;
	vertical-align: middle;
	text-align: center;
}
.search_box table td.nowrap {
	white-space: nowrap;
}

.radius_search {
	margin-top: 5px;
	display: block;
}
.radius_search_hidden {
	display: none;
}

/*- - - - - - - - - - - - - - - - - -*/

.advanced_search_box {
	font-size: 12px;
	padding: 5px;
}

.advanced_search_table {
}

.advanced_search_table td {
	vertical-align: top;
	padding: 3px;
}

.advanced_search_table td.left {
	white-space: nowrap;
}

.advanced_search_table td.right {
	width: 100%;
}

/*- - - - - - - - - - - - - - - - - -*/


#title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
}

#title a {
	color: #ffaf00;
	text-decoration: none;
}

#title a:hover {
	color: #be7f25;
	text-decoration: underline;
}

#title a:active {
	color: #ffaf00;
	text-decoration: underline;
}

#title a:visited {
	color: #ffaf00;
	text-decoration: none;
}

#title a:visited:hover {
	color: #be7f25;
	text-decoration: underline;
}


#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	line-height: 18px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
}

#content a {
	color: #ffaf00;
	font-weight: bold;
	text-decoration: underline;
}

#content a:hover {
	color: #be7f25;
	text-decoration: none;
}

#content a:active {
	color: #be7f25;
	text-decoration: none;
}

#content a:visited {
	color: #ffaf00;
	text-decoration: underline;
}

#content a:visited:hover {
	color: #be7f25;
	text-decoration: none;
}
