body{
	margin:0;
	padding:5px;
	font-size:14px;
}
body,table,div,p{
	font-size:14px;
}

.searchTitle{
	margin-top:20px;
	height:25px;
	line-height:25px;
	background-color:blue;
	color:white;
	padding-left:20px;
}
.bottom{
	margin-top:50px;
	line-height:30px;
	
	padding-left:10px;
	border-top:1px solid #ddd;
}
.searchTitle a{
	color:white;
}
.searchTitle .right{
	float:right;
}
.tableTitle {
	line-height:30px;
	text-align:center;
}
.tbl{
}
.tbl tr {
	height:30px;
	line-height:30px;
}
.tbl .title{
	background-color:#eee;
}
.tbl2{
	background-color:black;
}
.tbl2 tr {
	height:25px;
	line-height:25px;
	text-align:center;
}
.tbl2 tr td{
	background-color:white;
}
.tbl3{
	background-color:#eee;
	font-size:12px;
}
.tbl3 tr.head{
	color:#f60;
	background:url(/images/bk2.gif) repeat-x 0 1px;
}
.tbl3 tr {
	height:20px;
	line-height:20px;
	text-align:center;
	color:#222;
}
.tbl3 tr td{
	background-color:white;
}
