
html{
	margin:0;
	padding:0;
	height:100%;
	border:none;
	display: block;
	margin: 0;
	overflow: hidden;
}

body{
	margin:0;
	padding:0;
	height:100%;
	border:none;
	display: block;
	margin: 0;
	//overflow-y: scroll;
	background-color: #c5c5c5;
}

.txt:link{
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}

.txt:visited{
	font-size: 17px;
	font-weight: bold;
	text-decoration:none;
	color: #666666;
}

.txt:hover{
	font-size: 17px;
	font-weight: bold;
	text-decoration: underline;
	color: #666666;
}

.pageTable{
	height:100%;
	width:100%;
	border-spacing: 0px;
}

.searchArea{
	background-color:#c5c5c5;
	height:100%;
	width:100%;
	text-align:center;
	overflow: hidden;
}

.miniArea{
	background-color:#c5c5c5;
	height:100%;
	width:100%;
	text-align:center;
}

.logo{
	background-image: url('/imgs/logo.png');
	background-repeat: no-repeat;
	display: block;
	height: 100px;
	width: 265px;
}

.srchlogo{
	margin-top: 13px;
	margin-left: 13px;
	background-image: url('/imgs/logo.png');
	background-repeat: no-repeat;
	background-size: 155px;
	display: block;
	height: 45px;
	width: 155px;
	float: left;
	position: relative;
}

.btns{
	border: 0px;
	width: 100px;
	height: 30px;
	background-color: #0a0a0a;
	text-align: center;
	color: #666666;
}
.btns:hover{
	border: 0px;
	width: 100px;
	height: 30px;
	background-color: #666666;
	text-align: center;
	color: #0a0a0a;
	cursor: pointer;
}

.topBar{
	margin: 0px;
	background-color: #000000;
	height: 30px;
	width: 100%;
	color: #666666;
}

.barLeft{
	margin: 0px;
	margin-top: 6px;
	height: 28px;
	margin-left: 5px;
	text-align: left;
	font-size: 17px;
	font-weight: bold;
	float: left;
	position:relative;
}

.barRight{
	margin: 0px;
	margin-top: 6px;
	height: 28px;
	margin-right: 5px;
	text-align: right;
	font-size: 17px;
	font-weight: bold;
	float: right;
	position:relative;
}

.botBar{
	background-color:#000000;
	height:30px;
	width:100%;
	text-align:left;
	color:#666666;
	overflow: hidden;
}

.srchBack{
	padding: 1px;
	margin: 0px;
	width: 352px;
	background-color:#B06E01;
}

.srchbar{
	background-color:#000000;
	border: 0px;
	width: 350px;
	color:#FFFFFF;
}

.miniBack{
	padding: 1px;
	margin: 0px;
	width: 352px;
	background-color:#B06E01;
}

.minibar{
	background-color: #000000;
	border: 0px;
	width: 350px;
	color: #FFFFFF;
}

.menugap{
	width: 10px;
	height: 100%;
	float:left;
	position:relative;
}

.topMenu{
	margin-right: 10px;
	height: 100%;
	float: left;
	position: relative;
}

.dt{
	#width: 200px;
	height: 28px;
	font-size: 17px;
	font-weight: bold;
	position: absolute;
	left: 50%;
}

.srchtop{
	background-color: #807E7E;
	margin-left: -1px;
	padding-right: 2px;
	width: 100%;
	height: 72px;
	float: left;
	position: relative;
	overflow: hidden;
}

.srchside{
	background-color: #807E7E;
	margin-top: 103px;
	margin-left: -1px;
	height: 100%;
	width: 188px;
	float: left;
	position: relative;
	margin-bottom: -173px;
	top: -103px;
	display: block;
	overflow: hidden;
}

.srchsect{
	background-color:#c5c5c5;
	width: 500px;
	padding-left: 20px;
	text-align: left;
	float: left;
	position: relative;
	display: block;
	overflow-y: visible;
}

.srchback{
	margin-top: 26px;
	margin-left: 18px;
	padding: 1px;
	width: 352px;
	background-color:#B06E01;
	float: left;
	position: relative;
}

.srchbtn{
	margin-top: 24px;
	margin-left: 18px;
	height: 72px;
	float: left;
	position: relative;
}

.srchlink{
	width: 500px;
	height: 75px;
	margin-top: 14px;
	float: left;
	position: relative;
	display: block;
	overflow: hidden;
}

.title{
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
	color: #0001FF;
}

.site{
	font-size: 15px;
	text-decoration: none;
	color: #000000;
}

.descr{
	font-size: 14px;
	text-decoration: none;
	color: #000000;
}