<style type="text/css">
/* common styling */
/* set up the overall width of the menu div, the font and the margins */
body,div,td {font-family: Arial, Helvetica, sans-serif;font-size:12px;}
.menu {
	font-family: arial, sans-serif;
	width:778px;
	position: relative;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.menu ul li {
float:left; 
position:relative;
}
/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-align:center;
	text-decoration:none;
	width:115px;
	height:20px;
	color:#FFFFFF;
	line-height:20px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #002B8E;
	font-weight: bold;
}
/* make the dropdown ul invisible */
.menu ul li ul {
display: none;
}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu ul li:hover a {
color:#fff; 
background:#b3ab79;
}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li:hover ul {
display:block; 
position:absolute; 
top:20px; 
left:0; 
width:105px;
}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {
display:block; 
background:#faeec7; 
color:#000;
}
/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover {
background:#dfc184; 
color:#000;
}

.boot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.boot a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.boot_index {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.boot_index a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #002B8E;
	text-decoration: none;
	font-weight: bold;
}
.list_n {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #002B8E;
	text-decoration: none;
	font-weight: bold;
}
.list2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #002B8E;
	text-decoration: none;
	font-weight: bold;
}
.list3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #002B8E;
	text-decoration: none;
	font-weight: bold;
}
.list4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #002B8E;
	text-decoration: none;
	font-weight: bold;
}
.tit {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #002B8E;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	line-height: 25px;
}
.tit_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #002B8E;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	line-height: 25px;
}
.form {
	margin: 0px;
}

.issn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	font-weight: bold;
	color: #002B8E;
	text-decoration: none;
}
.issn_n {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #002B8E;
	text-decoration: none;
}
.issn_n_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #002B8E;
	text-decoration: none;
}
body {
	text-align: left;
	margin: 0px;
}
</style>
[if lte IE 6]>

<style type="text/css">
/* styling specific to Internet Explorer IE5.5 and IE6. Yet to see if IE7 handles li:hover */

/* Get rid of any default table style */
table {
border-collapse:collapse;
margin:0; 
padding:0;
}
/* ignore the link used by 'other browsers' */
.menu ul li a.hide, .menu ul li a:visited.hide {
display:none;
}
/* set the background and foreground color of the main menu link on hover */
.menu ul li a:hover {
	color:#fff;
	background-color: #000000;
}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li a:hover ul {
display:block; 
position:absolute; 
top:20px; 
left:0; 
width:105px;
}
/* style the background and foreground color of the submenu links */
.menu ul li a:hover ul li a {
background:#faeec7; 
color:#000;
}
/* style the background and forground colors of the links on hover */
.menu ul li a:hover ul li a:hover {
background:#dfc184; 
color:#000;
}

</style>

<![endif].font12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 20px;
}
.font12Copy {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 20px;
}
.font12 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 20px;
}
.font14 {


	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 20px;
}
.list a {
	color: #002B8E;
	text-decoration: none;
}
a:hover {
	color: #CC0033;
	text-decoration: underline;
}
.hong {
	color: #FF0000;
	text-decoration: none;
}
.hong1 {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
.listboot {

	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.listboot a {

	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.listinfo {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.listinfo2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.huang {

	color: #FFCC00;
	text-decoration: none;
}
form {
	margin: 0px;
}
.page01 {
	font-size: 12px;
	color: #349EE5;
}
.page01 A:link {
	COLOR: #349EE5; 
	TEXT-DECORATION: none
}
.page01 A:visited {
	COLOR: #349EE5; 
	TEXT-DECORATION: none
}
.page01 A:active {
	COLOR: #349EE5; 
	TEXT-DECORATION: none
}
.page01 A:hover {
	COLOR: #FF46B1; 
	TEXT-DECORATION: underline
}
.page02 {
	font-size: 12px;
	color: #FF46B1;
	text-decoration: underline;
}
a.xianshi {
	font-family: ËÎÌå;
	font-size: 14px;
	color: #349EE5;
}
a.xianshi:link {
	text-decoration: none;
}
a.xianshi:visited {
	text-decoration: none;
	color: #0077CC;
}
a.xianshi:hover {
	text-decoration: underline;
	color: #99CC66;
}
a.xianshi:active {
	text-decoration: none;
	color: #000000;
}
.biaoti {

	font-family: Arial;
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.zuozhe {
	font-family: Arial;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
	font-weight:normal;
}
.leirong {
	font-family: Arial;
	font-size: 15px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
	font-weight:normal;
}
.leirong1 {
	font-family: Arial;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
	font-weight:normal;
}

