body,td{font-size: 12px; color: #000000;line-height:150%}
input,select{font-size: 12px;height:19px}

.title_D {color: #000000; font-size: 18px; line-height: 22px; font-weight:bold;letter-spacing:1px}
.note_D {color: #000000; font-size: 14px; line-height: 200%}

a:link { color: #000000; text-decoration: none}
a:visited { color: #000000; text-decoration: none}
a:hover { color: #FF6600; text-decoration: none}

a.wordhref:link { color: blue; text-decoration: none}
a.wordhref:visited { color: blue; text-decoration: none}
a.wordhref:hover { color: #FF6600; text-decoration: underline}

.bg_11 {  background-attachment: fixed; background-repeat: no-repeat; background-position: left top}
.bg_12 {  background-attachment: fixed; background-repeat: no-repeat; background-position: center top}
.bg_13 {  background-attachment: fixed; background-repeat: no-repeat; background-position: right top}
.bg_21 {  background-attachment: fixed; background-repeat: no-repeat; background-position: left center}
.bg_22 {  background-attachment: fixed; background-repeat: no-repeat; background-position: center center}
.bg_23 {  background-attachment: fixed; background-repeat: no-repeat; background-position: right center}
.bg_31 {  background-attachment: fixed; background-repeat: no-repeat; background-position: left bottom}
.bg_32 {  background-attachment: fixed; background-repeat: no-repeat; background-position: center bottom}
.bg_33 {  background-attachment: fixed; background-repeat: no-repeat; background-position: right bottom}
.bg_x01 {  background-attachment: fixed; background-repeat: repeat-x; background-position: left top}
.bg_x02 {  background-attachment: fixed; background-repeat: repeat-x; background-position: left center}
.bg_x03 {  background-attachment: fixed; background-repeat: repeat-x; background-position: left bottom}
.bg_y01 {  background-attachment: fixed; background-repeat: repeat-y; background-position: left top}
.bg_y02 {  background-attachment: fixed; background-repeat: repeat-y; background-position: center top}
.bg_y03 {  background-attachment: fixed; background-repeat: repeat-y; background-position: right top}

.shadow_W { width:100%; filter:dropshadow(color=#FFFFFF,offx=1,offy=1);}
.grow_W {filter: Glow(Color=#FFFFFF, Strength=3);}

input.text_D {height:18px;width:100px;background-color:#FFFFFF;border:#000000 1px solid}
input.button_D {height:18px;cursor:default;font-variant:normal;background-color:#ffffff;border:#000000 1px solid}
input.text_B {height:18px;width:100px;background-color:#FFFFFF;border:#1A6CD6 1px solid}
input.button_B {height:18px;cursor:default;font-variant:normal;background-color:#ffffff;border:#1A6CD6 1px solid}

/*绿色表格样式*/
.bluetable {
	background-color:transparent;
	/*border-collapse:collapse;*/
	border-style:solid;
	border-width:1px;
	/*border-color:#3F8805;*/
	border-color:#00CCFF;
	border-right:0px;
	border-bottom:0px;
	/*background:#FFF;*/
	/*padding:2px 10px;*/
}
/*绿色表格列*/
.bluetable td{
border-left:0;
border-top:0;
border-right:1px solid #00CCFF;
border-bottom:1px solid #00CCFF;
font-family:"Courier New", Courier, mono;
font-size:12px;
height:23px;
padding-top:3px;
padding-left:5px;
/*padding:0 12px 0 12px;*/
/*border-collapse:collapse;*/
}

/*备注表格样式*/
.bottomtable {
	background-color:#FFFFCC;
	/*border-collapse:collapse;*/
	border-style:dashed;
	border-width:1px;
	/*border-color:#3F8805;*/
	border-color:#FF3333;
	/*background:#FFF;*/
	padding:2px 10px 2px 10px;
	line-height:18px;
}


