body {
    FONT-SIZE: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
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;
}
}.pt10 {
	font-family: "宋体";
	font-size: 12px;
	color: #0077AF;
}
}.pt12 {
	font-family: "宋体";
	font-size: 12px;
	color: #000;
}
.table {
	border: 3px solid #E9DFDA;
}
input  {
	padding:1px;
	margin:6px;
	border:1px #ccc solid;
	color:#000;
	white-space:normal;
	}





===========================================
.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: 100px;
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: 85px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #004D9D;
color:#fff;
}
