@charset "utf-8";
html,body {
	font: 100%/1.4  Verdana,Arial,Helvetica,sans-serif;
	font-size:14.2px;
	letter-spacing:0.5px;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background-color:#C0F0F0;
}

h1,h2,h3,pre,p,span{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

pre{
	font-size:14.2px;
}


/*布局*/
#bdiv{
	width:100%;
	min-height:100%;
}

#yetou{
	width:100%;
	height:38px;
	background-color:#70c0f0;
}

#neirong{
	width:100%;
}



/*页头*/
#yetou a{
	line-height:38px;
	text-decoration:none;
	margin-left:20px;
	color:#FFF;
}

#yetou span{
	float:right;
	line-height:38px;
	margin-right:20px;
	color:#FFF;
}


/*内容*/
.biaotilan{
	width:100%;
	height:28px;
	border-bottom:2px solid #70c0f0;
	margin-top:20px;
}

.biaotilan p{
	display:inline-block;
	width:300px;
	height:28px;
	background-color:#70c0f0;
	line-height:28px;
}

#neirong a{
	/*margin-right:20px;*/
	white-space:nowrap;
}





/*表格*/
table{
	border-collapse:collapse;
	font-size:14.2px;
}
th{
	background-color:#70c0f0;
}
th,td{
	border:1px solid #70c0f0;
	height:14.2px;
}



/*可选*/
.mr-20{
	margin-right:20px;
}
.fs-12{
	font-size:12px;
}