/* Search */

.search {
	color: #666666;
}

.search .result {
	margin: 5px 0 15px 0;
}
.search .title {
	font-weight: 600;
	font-size: 10pt;
	padding-bottom: 3px;
}
.search .title A:link, .search .title A:visited {
	color: #666666; text-decoration: none;
}
.search .title A:hover {
	color: #666666;	text-decoration: underline;
}
.search .description {
}
.search .link {
}

TABLE.search {
	width: 100%;
}
TABLE.search INPUT.text {
	width: 360px;
}