body,td,th {
	font-family: 宋体;
	font-size: 12px;
	color: #000000;
}


<!--

.STYLE5 {
	color: #128AB8;
	font-size: 14px;
	font-family: "宋体";
}
.STYLE7 {
	font-weight: bold;
	color: #CCCCCC;
	font-size: 16px;
}

-->
a:link {
	text-decoration: none;
    color:#000000;
}
a:visited {
	text-decoration: none;
    color:#000000;
}
a:hover {
	text-decoration: underline;
    color:#FF9900;
}
a:active {
	text-decoration: none;
    color:#000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}.pt14 {
	font-family: "宋体";
	font-size: 14px;
	color: #000000;
}
.pt18 {
	font-family: "隶书";
	font-size: 16px;
	color: #59B5FC;
}
.pt20 {
	font-family: "宋体";
	font-size: 24px;
	color: #000000;
}

.pt21 {
	font-family: "宋体";
	font-size: 14px;
	color: #000000;
	vertical-align: bottom;
}
.pt10 {
	font-family: "宋体";
	font-size: 12px;
	color: #454545;
    line-height:200%;
}
.table {
	border: 1px solid #CCCCCC;
}

.leftback{
	background-image: url(images/index_r11_c3.jpg);
	background-repeat: no-repeat;
}

.line {
	border: 1px solid #4D6377;
}

===========================================
.chromestyle{
width: 808px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
margin: 0px auto;
width: 808px;
height: 32px;
line-height:37px;

padding: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color:#FFF;
padding: 0px 37px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

/*.chromestyle ul li a:hover{
background: url(images/top-2.jpg) center center repeat-x; 
}*/
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 120px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=0); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #bbb; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #004D9D;
color:#fff;
}