body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.font14_white {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.font12_black {
	font-size: 12px;
	color: #000000;
}
.line4_white {
	border: 1px solid #FFFFFF;
}
.link12_white {
	font-size: 12px;
	color: #FFFFFF;
}
.font12 {
	font-size: 12px;
	color: #000000;
	text-indent: 5px;
}


a:link    {
	color: #000000;
#FFFF00; 	font-size: 12px;
	text-decoration: underline;
	font-family: "宋体";
}
a:visited {
	color: #003399;
#FFFF00; 	font-size: 12px;
	text-decoration: underline;
	font-family: "宋体";
}
a:hover   {
	color: #ff6600;
#FFFF00; 	font-size: 12px;
	text-decoration: underline;
	font-family: "宋体";
}
a:active  {
	color: #ff6600;
#FFFF00; 	font-size: 12px;
	text-decoration: underline;
	font-family: "宋体";
}

.link_white:link	{color: #FFFF00; font-size: 12px; text-decoration: none;}
.link_white:visited	{color: #FFFFFF; font-size: 12px; text-decoration:none;}
.link_white:hover	{color: #FFFF00; font-size: 12px; text-decoration:none;}
.link_white:active	{color: #ffffff; font-size: 12px; text-decoration:none;}

.link14_white:link	{color: #ffffff; font-size: 12px; text-decoration: none;}
.link14_white:visited	{color: #ffffff; font-size: 12px; text-decoration:none;}
.link14_white:hover	{color: #ffffff; font-size: 12px; text-decoration:none;}
.link14_white:active	{color: #ffffff; font-size: 12px; text-decoration:none;}

.form {	margin: 0;}
.button {
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
	background-color:#ece9d8;
	padding: 2px 2px 0px 2px;
	cursor: pointer;
	border-width: 1px;
	border-right-color: #000000;
	border-bottom-color: #000000;
}	
.button_orange_out {
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height:20px;
	background-color:#ff6600;
	border:1px solid #ff6600;
	PADDING: 2px 2px 0px 2px;
	CURSOR: pointer;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ff9900, EndColorStr=#ff6600);
}
.button_orange_over {
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height:20px;
	background-color:#ff8800;
	border:1px solid #ff8800;
	PADDING: 2px 2px 0px 2px;
	CURSOR: pointer;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffbb00, EndColorStr=#ff8800);
}
.button_ok {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	height: 18px;
	background-color:#ece9d8;
	padding: 1px 1px 2px 1px;
	cursor: pointer;
	border-width: 1px;
	border-right-color: #000000;
	border-bottom-color: #000000;
}
.input {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-width: 1px;
	border-top-color: #000000;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #000000;
}	/*输入框样式，结合+size/percent等控制长度*/
.l { width: 240px;}	
.s { width:60px;}	
.yellow_border {
	border: 1px solid #FFCC00;
}
.blue_border {
	border: 1px solid #3399CC;
}
.font14_black {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.fontred {
	font-size: 12px;
	color: #FF0000;
}
.border_black_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}


