@charset "utf-8";
body {
	padding: 0;
	margin: 20;
	font-size: 12px;
	line-height: 140%; 
	font-family: Arial, Helvetica, sans-serif;
	overflow: -moz-scrollbars-vertical;
	color:#00000;
	background-color:#E2F4FD;
	
}
a:link,a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #00ADEF;
	text-decoration: none;
}
.divScrollbar {
	position:relative; 
	height:380px; 
	width:100%; 
	z-index:1; 
	overflow-x: hidden;
	overflow-y: auto;
}
.lineinput {
	font-family:"宋体", Arial;
	font-size: 12px;
	line-height:20px;
	width: 90%;	
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-color: #8ea3c0;
}
.bodystyle {
SCROLLBAR-TRACK-COLOR: #ffffff; 	
scrollbar-3d-light-color: #ffffff; 
scrollbar-highlight-color: #c5d5fc; 
scrollbar-face-color: #c5d5fc; 
scrollbar-arrow-color: #4d6185;  
scrollbar-shadow-color: #ffffff; 
scrollbar-dark-shadow-color: #ffffff;
}
.menu_selected_blue {font-weight: bold; color: #00ADEF!important;text-decoration:none}
.menu_selected_purple {font-weight: bold; color: #B1005C!important;text-decoration:none}
.menu_selected_orane {font-weight: bold; color: #F8A159!important;text-decoration:none}
.blue_title {
color: #00ADEF;
font-size: 21px; 
padding-bottom:4px;
line-height: 28px; 
display:block;}
.txtcontent{
	font-size:12px;
}
EM
{
color: #00ADEF!important;
text-decoration:none;
cursor:hand;

}