a {
	text-decoration: none;
	font-weight: normal;
}
a:link {
	color: #588;
}
a:visited {
	color: #588;
}
a:hover {
	color: #300;
	text-decoration: underline;
}
a:active {
	color: #588;
}

body {
	background: #300 url(img/background.gif);
	color: #333; margin: 20px 0;
	text-align: center; font: normal 0.7em sans-serif,Arial;
}
.gfx  {
	background: #FFF url(img/xue.png) no-repeat; 
	display: block; 
	height: 62px;
	width: 600px;
}
.main {
	background: #FFF; 
	border: 1px solid #EEE; 
	border-color: #CCC; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 620px; 
}

textarea, input, select {
	background: #EEE;
	border: 1px solid #999;
}

.menu1 a {
	color: #333;
	font-weight: normal;
	text-decoration: none;
	background: #EEE;
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	float: left;
	padding-top: 4px;
	width: 119px; height: 18px;
}
.menu1 a span {
	padding-left: 6px;
}

.menu1 a:hover {
	color: #333;
	background: #EEE url(img/bgmenu.gif) repeat-x;
}

.menu1 a#last {
	width: 120px;
	border-right: none;
}
.menu2 a {
	color: #333;
	font-weight: normal;
	text-decoration: none;
	float: left;
	padding-left: 1px;
	padding-right: 15px;
	padding-top: 1px;
	height: 15px;
}
.menu2 a span {
	padding-left: 5px;
}

.menu2 a:hover {
	color: #333;
	background: #EEE url(img/bgmenu.gif) repeat-x;
}

.btn1 a {
	text-decoration: none;
	background: #EEE;
	border: 1px solid #CCC;
	padding: 4px;
	text-weight: bold; 
}

.btn1 a:hover {
	color: #000;
	background: #EEE url(img/bgmenu.gif) repeat-x;
}


.container {
	margin: 10px;
}

.card {
	width: 581px; height: 117px;
}

.content {
	background: #FFF;
	border-top: 1px solid #CCC;
	clear: both;
}
.content h1 {
	margin: 0;
	font: bold 1.1em sans-serif,Arial;
	color: #666;
}
.content p {
	margin: 3px 0 6px; color: #666;
}
.item {
	background: #FCFCFC url(img/bgitem.gif) repeat-x;
	border-top: 1px solid #FFF;
	padding: 10px;
}
.footer {
	border: 1px solid #CCC;
	padding: 5px;
	background: #EEE;
	color: #666;
} 

.chinese_cn {
	FONT-SIZE: 36pt; COLOR: black; FONT-FAMILY: SimHei;
	width: 90px;
}
.title_cn {
	background: #FCFCFC url(img/bgitem.gif) repeat-x;
	border: 1px solid #EEEEEE;
	color: #111;
	font-weight: bold;
	width: 145px;
}
.content_cn {
	color: #111;
	width: 200px;
	height: 40px;
}
table.list {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: #EEE #EEE #EEE #EEE;
	border-collapse: collapse;
	background-color: white;
}
table.list th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: white;
}
table.list td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: white;
}


