/**********************************************************
	HTML 基本元素方案
**********************************************************/
body{
	font-family:宋体;
	font-size:9pt;
	color:000000;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
}

input{
	font-family:宋体;
	font-size:9pt
}
.input2{
	BORDER-BOTTOM : #000000 1px solid; 
	BORDER-LEFT   : #000000 1px solid; 
	BORDER-RIGHT  : #000000 1px solid; 
	BORDER-TOP    : #000000 1px solid; 
	COLOR         : #000000; 
	FONT-SIZE     : 8pt; 
	FONT-FAMILY   : verdana;
	LETTER-SPACING: 0px; 
	background    : #ffffff;
} 
.input3{
	BORDER-BOTTOM : #000000 1px solid; 
	BORDER-LEFT   : #000000 0px solid; 
	BORDER-RIGHT  : #000000 1px solid; 
	BORDER-TOP    : #000000 1px solid; 
	COLOR         : #000000; 
	FONT-SIZE     : 8pt; 
	FONT-FAMILY   : verdana;
	LETTER-SPACING: 0px; 
	background    : #ffffff;
} 
.dinput{
	background : buttonface;
}
select{
	font-family:宋体;
	font-size:9pt
}

.FieldName{background:buttonface;font-weight:bold}
.FieldBG{background:buttonface}
.DataBG{background:ffffff}
.DataBGScroll{background:eeeeee}
.DataBGHighlight{background:ffff00}
.QueryTable{
background:000000}

table{
	font-family:verdana;
	font-size:8pt;
}
.ntable{
	font-family:宋体;
	font-size:9pt;
	line-height:200%;
}

a{
	color:000000;
	font-size:8pt;
	font-weight:normal;
	text-decoration:underline;
}
a:Visited{
	color:000000;
	font-size:8pt;
	font-weight:normal;
	text-decoration:none;
}
A:Active{
	color:000000;
	font-size:8pt;
	font-weight:normal;
	text-decoration:underline;
} 
A:Hover{
	color:999999;
	font-size:8pt;
	font-weight:normal;
	text-decoration:underline;
}

A.wlink:link { font-weight:normal;color:#ffffff; text-decoration:none } 
A.wlink:visited{ font-weight:normal;color:#ffffff; text-decoration:none } 
A.wlink:active { font-weight:normal;color:#ffffff; text-decoration:none } 
A.wlink:hover { font-weight:normal;color:#ffffff; text-decoration:none }
A.glink:link { font-weight:normal;color:#999999; text-decoration:none } 
A.glink:visited{ font-weight:normal;color:#999999; text-decoration:none } 
A.glink:active { font-weight:normal;color:#999999; text-decoration:none } 
A.glink:hover { font-weight:normal;color:#999999; text-decoration:none }

A.bblink:link { font-weight:bold;color:#000000; text-decoration:underline } 
A.bblink:visited{ font-weight:bold;color:#000000; text-decoration:underline } 
A.bblink:active { font-weight:bold;color:#000000; text-decoration:underline } 
A.bblink:hover { font-weight:bold;color:#000000; text-decoration:underline }

.3dfont{                                 /* 3D 文字风格 */
	FILTER: glow(color=ffffff,strength=0) shadow(color=aaaaaa,direction:135); 
	POSITION: relative; 
	WIDTH: 100%;
}

.button{                               /* 宽度为 60 的按钮 */
	font-family:宋体;
	font-size:9pt;
	height:21px;
}
.button21{                               /* 宽度为 60 的按钮 */
	font-family:宋体;
	font-size:8pt;
	height:21px;
	width:21px;
}
.button42{                               /* 宽度为 60 的按钮 */
	font-family:宋体;
	font-size:9pt;
	height:21px;
	width:42px;
}
.button60{                               /* 宽度为 60 的按钮 */
	font-family:宋体;
	font-size:9pt;
	height:21px;
	width:60px;
}
.button75{                               /* 宽度为 60 的按钮 */
	font-family:宋体;
	font-size:9pt;
	height:21px;
	width:75px;
}



