<!--第一部分：网页整体样式--> 
<!--网页滚动条样式--> 
BODY {
	SCROLLBAR-FACE-COLOR: #ffffff; FONT-SIZE: 9pt; SCROLLBAR-HIGHLIGHT-COLOR: #c1c1bb; SCROLLBAR-SHADOW-COLOR: #c1c1bb; COLOR: #434545; SCROLLBAR-3DLIGHT-COLOR: #ebebe4; SCROLLBAR-ARROW-COLOR: #cacab7; SCROLLBAR-TRACK-COLOR: #f4f4f0; FONT-FAMILY: Arial; SCROLLBAR-DARKSHADOW-COLOR: #ebebe4;
}
<!--表格中的文字样式--> 
TH {
	FONT-SIZE: 9pt; COLOR: #493E00; FONT-FAMILY: "宋体","Arial";
}
TD {
	FONT-SIZE: 9pt; COLOR: #493E00; FONT-FAMILY: "宋体","Arial";
}

<!--文字默认的显示样式（黑色）及链接样式（红色）--> 
A:link {
	COLOR: #493E00; FONT-FAMILY: "宋体","Arial"; TEXT-DECORATION: none;
}
A:visited {
	COLOR: #493E00; FONT-FAMILY: "宋体","Arial"; TEXT-DECORATION: none;
}
A:active {
	COLOR: #493E00; FONT-FAMILY: "宋体","Arial"; TEXT-DECORATION: none;
}
A:hover {
	COLOR: #ff0000; FONT-FAMILY: "宋体","Arial"; TEXT-DECORATION: none;
}







<!--第二部分：表单及表单中各元素样式--> 
FORM {
	FONT-SIZE: 9pt; COLOR: #434545; FONT-FAMILY: "宋体","Arial";
}
INPUT {
	FONT-SIZE: 9pt; FONT-FAMILY: "宋体","Arial"; BORDER-RIGHT: #666666 1px solid; BORDER-TOP: #666666 1px solid;  BORDER-LEFT: #666666 1px solid; COLOR: #434545; BORDER-BOTTOM: #666666 1px solid;BACKGROUND-COLOR: #efefef;
}
BUTTON {
	FONT-SIZE: 9pt; FONT-FAMILY: Arial
}
SELECT {
	FONT-SIZE: 9pt; COLOR: #434545; FONT-FAMILY: "宋体","Arial";
}
OPTION {
	FONT-SIZE: 9pt; COLOR: #434545; FONT-FAMILY:  "宋体","Arial";
}
TEXTAREA {
	FONT-SIZE: 9pt; COLOR: #434545; FONT-FAMILY: "宋体","Arial";
}


<!--第三部分：几种常用字体样式-->
<!--标题文字的样式-->
.headline_orange_15
{FONT-SIZE: 15pt;COLOR: #ff6600;text-decoration:none;FONT-FAMILY:  "宋体","Arial";}

 
<!-- 显示样式（白色），链接样式（红色）-->
.content_white_9
{FONT-SIZE: 9pt;COLOR: #ffffff;text-decoration:none;FONT-FAMILY:  "宋体","Arial";}
a.content_white_9:link {text-decoration: none;color:#ffffff; font-family: "宋体","Arial";}
a.content_white_9:visited { text-decoration: none;color:#ffffff; font-family: "宋体","Arial";}
a.content_white_9:active { text-decoration: none;color: #ffffff; font-family: "宋体","Arial";}
a.content_white_9:hover {text-decoration: none;color:#ff0000; font-family: "宋体","Arial";}

<!-- 显示样式（棕色），链接样式（红色）-->
.content_zongse_9
{FONT-SIZE: 9pt;COLOR: #493E00;text-decoration:none;FONT-FAMILY: "宋体","Arial";}
a.content_yellow_9:link {text-decoration: none;color:#493E00; font-family: "宋体","Arial";}
a.content_yellow_9:visited { text-decoration: none;color:#493E00; font-family: "宋体","Arial";}
a.content_yellow_9:active { text-decoration: none;color: #493E00; font-family: "宋体","Arial";}
a.content_yellow_9:hover {text-decoration: none;color:#ff0000; font-family: "宋体","Arial";}

<!--  显示样式（深蓝色），链接样式（红色）-->
.content_blue_9
{FONT-SIZE: 9pt;COLOR: #00007D;text-decoration:none;FONT-FAMILY:"宋体","Arial";}
a.content_blue_9:link {text-decoration: none;color:#00007D; font-family:"宋体","Arial";}
a.content_blue_9:visited { text-decoration: none;color:#00007D; font-family:"宋体","Arial";}
a.content_blue_9:active { text-decoration: none;color: #ff0000; font-family:"宋体","Arial";}
a.content_blue_9:hover {text-decoration: none;color:#ff0000; font-family:"宋体","Arial";}
