html{
	height:100%;
}
body {
	background-color: #C0C0C0;
	height:100%;
}
.bt01 {
	font-family: "宋体";
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.bt01_red {
	font-family: "宋体";
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
}

.menu01{
	text-decoration: none;
	font-family: "宋体";
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	height: 22px;
	width: 96px;
	cursor: hand;
	color: #FFFFFF;
} 

.menu01:link{ 
 
} 

.menu01:hover{ 
	background-color: 90adc9;

} 
.menu01:visited { 

} 
.area01 {
	font-family: "宋体";
	font-size: 14px;
	color: #FFFFFF;
	line-height:18px;
	text-indent:2em;
	width:100%;
	height:100%;
	overflow-y:auto;
	overflow-x:hidden;
	scrollbar-3dlight-color:		#90adc9;	/*设置或检索滚动条亮边框颜色 */
	scrollbar-highlight-color: 		#90adc9;	/*设置或检索滚动条3D界面的亮边（ThreedHighlight）颜色 */
	scrollbar-face-color: 			#90adc9;	/*设置或检索滚动条3D表面（ThreedFace）的颜色 */
	scrollbar-arrow-color: 			#ffffff;	/*设置或检索滚动条方向箭头的颜色 */
	scrollbar-shadow-color: 		#90adc9;	/*设置或检索滚动条3D界面的暗边（ThreedShadow）颜色 */
	scrollbar-darkshadow-color: 	#90adc9;	/*设置或检索滚动条暗边框（ThreedDarkShadow）颜色*/
	scrollbar-base-color: 			#90adc9;	/*设置或检索滚动条基准颜色*/
	SCROLLBAR-TRACK-COLOR:			#b8cbde;
}

.area02 {
	font-family: "宋体";
	font-size: 14px;
	color: #1D5288;
	
	}

.foot {
	font-family: "宋体";
	font-size: 12px;
	color: #000000;
	padding-top:10px;
}
.redtext {
	color: #FF0000;
}
