@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #5e0110;
	background-image: url(images/bg.jpg);
	background-position: top;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	color: #FFFFFF;
	scrollbar-face-color:#3c3c3c;
	scrollbar-highlight-color:#919191;
	scrollbar-3dlight-color:#3c3c3c;
	scrollbar-darkshadow-color:#3c3c3c;
	scrollbar-shadow-color:#919191;
	scrollbar-arrow-color:#919191;
	scrollbar-track-color:#3c3c3c;
}
a, a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
.top {
	background-image: url(images/top-bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	background-position: top;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 990px;
}



.meun {
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 14px;
	padding-bottom: 14px;
}
.menu a, .menu a:link {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 25px;
	padding-left: 25px;
	text-align: center;
	line-height: 44px;
}
.menu a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #FF6633;
	text-decoration: none;
	padding-right: 25px;
	padding-left: 25px;
	text-align: center;
	line-height: 44px;
}

.flash {
	margin-right: auto;
	margin-left: auto;
	width: 1002px;
}
.center {
	margin-right: auto;
	margin-left: auto;
	width: 990px;
	margin-top: 10px;
}

.right {
	padding-right: 22px;
	padding-left: 22px;
	text-align: left;
}
.tetle {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: left;
	background-image: url(images/tetle.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #4E1F29;
	line-height: 28px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #836269;
	padding-left: 12px;
}
.soso {
	padding: 20px;
	text-align: center;
	background-color: #361d23;
}

.content {
	color: #FFFFFF;
	padding: 10px;
	font-size: 12px;
	text-align: left;
	background-color: #361d23;
	line-height: 160%;
}

.bottom {
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	line-height: 160%;
	height: 51px;
	padding-top: 20px;
}




.keyword {
	border: 1px solid #836269;
	background-color: #4E1F29;
	color: #FFFFFF;
	font-size: 12px;
	height: 20px;
	margin-right: 5px;
	margin-left: 5px;
	width: 28px;
}
.btnSearch {
	height: 18px;
	margin-right: 5px;
	margin-left: 5px;
}
.classTree {
	overflow: auto;
	height: 650px;
	width: 220px;
}
.classTitle {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: left;
	background-image: url(images/tetle.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #4E1F29;
	line-height: 28px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #836269;
	padding-left: 12px;
}
.classParent {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-left: 23px;
	display: block;
	color: #999999;
	text-align: left;
	font-size: 12px;
	height: 20px;
	padding-top: 4px;
	background-color: #361d23;
	padding-bottom: 2px;
}

.classSub {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 35px;
	display: block;
	text-align: left;
	font-size: 12px;
	color: #999999;
	background-color: #361d23;
}

.newsLine {
	color: #929292;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 13px;
	padding-bottom: 2px;
	padding-top: 3px;
	text-align: left;
	line-height: 130%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #1D1D1D;
}
.imgBorder {
	border:2px solid #999999;
	background-color: #FFFFFF;
}
