/* CSS Document */
@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0;}

a{text-decoration: none;}
/*====header=====*/
.headtable{
	width: 100%;
	text-align: left; 
	margin: 0 auto;
	height:40px;
	/*background:#0CA3D0;*/
	padding:0 10px;
	}

.td1{
	width:20%;
	}
.td1 img{
	height:35px;
	width:35px;
	}
.td2{
	text-align:right;
	}
.btnav{ 
	width: 56px; 
	height: 21px; 
	/*background: url(../images/btnav.png) no-repeat 100%; 
	border: #1facfd 1px solid;;
	border-radius:10px; */
	background-color:transparent;
	border:#1facfd 1px solid;
	border-radius:10px;
	color: #1facfd;
	font-size:12px;
	}
/*====footer=====*/
.copydiv{ 
	background-color: #000; 
	color: #fff; 
	text-align: center; 
	padding: 5px 0; 
	font-size:12px;
	width:100%;
	height:20px;
	line-height:20px;
	}