/* CSS Document */
.btnA			{color: #202020; background-color: #EEEEEE; width:40px; height:18px; font-family: "宋体"; font-size: 12px; BORDER-RIGHT: 1px solid #404040; BORDER-BOTTOM: 1px solid #404040; BORDER-LEFT: 1px solid #FFFFFF; BORDER-TOP: 1px solid #FFFFFF; cursor:hand}
.btnA_Over	{color: #495E6E; background-color: #FFFFFF; width:40px; height:18px; font-family: "宋体"; font-size: 12px; BORDER-RIGHT: 1px solid #404040; BORDER-BOTTOM: 1px solid #404040; BORDER-LEFT: 1px solid #FFFFFF; BORDER-TOP: 1px solid #FFFFFF; cursor:hand}

.iptA			{height:18px; font-family: "宋体"; font-size: 12px; color:#505050; BackGround: #FFFFFF; border: 1px solid #606060;}
.iptA_Over	{height:18px; font-family: "宋体"; font-size: 12px; color:#202020; BackGround: #F6FAFF; border: 1px solid #606060;}

body {
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center;
	background-color: #FFFFFF;
	font-size: 9pt;
	text-decoration: none;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}

TD {
	FONT-SIZE: <%if UCase(Request.ServerVariables("HTTP_ACCEPT_LANGUAGE"))="ZH-TW" then response.write "10pt" else response.write "12px" end if%>;
	SCROLLBAR-ARROW-COLOR: #666666;
	FONT-FAMILY: "宋体";
	SCROLLBAR-BASE-COLOR: #f0faff;
	SCROLLBAR-DARKSHADOW-COLOR: #EEEEEE;
	font-size: 12px;
}
TR {
	FONT-SIZE: <%if UCase(Request.ServerVariables("HTTP_ACCEPT_LANGUAGE"))="ZH-TW" then response.write "10pt" else response.write "12px" end if%>; SCROLLBAR-ARROW-COLOR: #666666; FONT-FAMILY: "宋体",MS Shell Dlg,Tahoma,sans-serif
}
.iptB {
	font-size: 12px;
	background-color: #F3F3F3;
	height: 16px;
}
.LoginInput {
	font-family: "宋体", "Verdana", "Arial";
	font-size: <%if Request.ServerVariables("HTTP_ACCEPT_LANGUAGE")="ZH-TW" then response.write "10pt" else response.write "12px" end if%>;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #F6F6F6;
	height: 17px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-left-color: #999999;
}
textarea {
	font-family: "宋体","Arial";
	font-size: <%if UCase(Request.ServerVariables("HTTP_ACCEPT_LANGUAGE"))="ZH-TW" then response.write "10pt" else response.write "12px" end if%>;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #F6F6F6;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CDCDCD;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-left-color: #CDCDCD;
}
.question {

	font-family: "宋体", "Verdana", "Arial";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	border: none;
	background-color: #F6F6F6;
}
.pagetable {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C0C0C0;
	border-left-color: #C0C0C0;
}
.medtable {
	border-top: none;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
}
.menutable {
	border: 1px solid #C0C0C0;
}
.menulink {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF9900;
}
.menulink td{
	padding: 4px;
	font-size: 12px;
	text-decoration: none;
}
.menulink td a{
	display: block;
	vertical-align: bottom;
	line-height: 25px;
	width: 100%;
}
.menulink td a:hover{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #60a179;
}
#flagtable {
	border: 1px solid #C0C0C0;
	background-color: #ECECEC;
}
#flagtable td{
	text-align: center;
	vertical-align: bottom;
}
input {
	font-size: 12px;
	font-family: "宋体";
	text-decoration: none;
}
select {
	font-family: "宋体";
	font-size: 12px;
	text-decoration: none;
}
.title {
	font-family: "宋体";
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.copy {
	line-height: 150%;
}
p {
	line-height: 150%;
}
