body {
	color: #333333
}
a {
	color: #333399
}
a:hover {
	color: #FF6600
}
.search {
	width: 580px;
	margin: auto;	
}
.search h3 {	
	text-align: center;
	border-top: #339933 solid 2px;	
	background-color: #CCE4CB;
	color: #336633;
}
.search table {
	width: 100%;
	margin: auto;	
}
.search table th {
	color: #006600;
	background-color: #CCE4CB;
	padding: 5px;
	text-align: left;
	font-size: 90%;
}
.search table td {
	font-size: 85%;
	text-align: left;
	padding: 5px;
}
.search table .th1 {
	color: #006600;
	text-align: center;
}
.search table .th2 {
	color: #006600;
	text-align: center;
	padding-bottom: 10px;
	white-space: nowrap;
}
.search table .link {
	font-weight: bold;
	padding-bottom: 10px;
}