@import url("_base.css");

a { text-decoration: none; }
a:link, a:visited { color: #7A86A0; }
a:hover { color: #006699; }


body {
	background-color:#FFFFFF;
	color:#000000;
}

table tr td { text-align:left; }


/* 顶部栏目 ===================================================================*/
.topbar {
	overflow:hidden;
	zoom:1;
}
.topbar li {
	float:left;
	display:inline;
	background-image: url('../images/xueying_05.gif');
	background-position:left center;
	background-repeat: no-repeat;
	line-height:20px;
	padding:14px 22px 10px 25px;
}
.topbar li#item01 {
	background:none;
	padding-left:32px;
}
.topbar a {
	text-decoration: none;
	font-weight: bold;
}
.topbar a:link,
.topbar a:visited { color:#FFFFFF; }
.topbar a:hover   { color:#cc3300; }


/* 顶部栏目 ===================================================================*/
.topmenu div {
	background-color: #F9F9F9;
	border-top: 1px solid #999999;
	border-right: 3px solid #999999;
	border-bottom: 3px solid #999999;
	border-left: 1px solid #999999;
}
.topmenu ul {
	list-style: square;
	margin: 3px 15px 8px 21px;
}
.topmenu li {
	text-align: left;
	color: #FF0000;
	line-height: 22px;
	padding-right: 10px;
	border-bottom:1px dotted #999999;
}
.topmenu a {
	text-decoration: none;
}
.topmenu a:link,
.topmenu a:visited  { color: #336699; }
.topmenu a:hover    { color: #ff0000; }


/* 底部栏目 ===================================================================*/
.btmbar {
	padding:20px 0 12px;
	text-align:center;
}
.btmbar li {
	display:inline;
	margin:0 20px;
}
.btmbar a {
	color:#4389CE;
	font-weight:bold;
}


/* 联系我们 ===================================================================*/
.ContactInfo {
	padding-bottom:20px;
	text-align:center;
	line-height:22px;
}
.ContactInfo * {
	color:#79839C;
}
