@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0px;
	color: #FFF;
	line-height: 160%;
	text-align: center;
}
input {
	font-size: 12px;
}
select {
	font-size: 12px;
}
a, a:link {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #F60;
	text-decoration: none;
}
.top-menu {
	padding-right: 15px;
	text-align: right;
}


.menu {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	background-image: url(images/menu_center.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
.menu a, .menu a:link {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	margin-right: 15px;
	margin-left: 15px;
	word-spacing: 3px;
}
.menu a:hover {
	color: #F60;
	text-decoration: none;
	word-spacing: 3px;
	margin-right: 15px;
	margin-left: 15px;
}


.flash {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.left-bg {
	background-image: url(images/left_bg.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	width: 189px;
}
.left-center {
	background-image: url(images/left-center.jpg);
	background-repeat: no-repeat;
	height: 19px;
	text-align: left;
}
.left-bottom {
	background-image: url(images/left-bottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 12px;
}

.left, .left a, .left a:link{
	color: #000;
	text-decoration: none;
}
.left a:hover{
	color: #F60;
	text-decoration: none;
}
.title {
	background-image: url(images/arrow_dot.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	font-weight: bold;
	top: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #585452;
	margin-bottom: 5px;
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;
}

.parentClass {
	background-image: url(images/arrow_class.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 14px;
	height: 18px;
	padding-top: 5px;
}

.subClass {
	background-image: url(images/arrow_class.jpg);
	background-repeat: no-repeat;
	background-position: 10px;
	padding-left: 24px;
	height: 20px;
}
.center {
	padding-right: 14px;
	padding-left: 19px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	line-height: 150%;
}
.keyword {
	border: 1px solid #c7d3de;
	background-color: #FFFFFF;
	color: #999999;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 20px;
}
.btnSearch {
	color: #FFF;
	background-color: #000;
	border: 1px solid #000;
	padding-top: 2px;
	margin: 8px;
}
.classTitle {
	font-weight: bold;
	background-image: url(images/left-top.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 35px;
	padding-left: 15px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
	padding-top: 5px;
	width: 174px;
}
.classParent {
	background-image: url(images/arrow_class.jpg);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-bottom: 2px;
	background-position: 3px center;
	padding-left: 15px;
	display: block;
	color: #000000;
	margin-right: 12px;
	margin-left: 12px;
	margin-bottom: 5px;
	text-align: left;
}
.classSub {
	background-image: url(images/dot_news.jpg);
	background-repeat: no-repeat;
	margin-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-position: 20px center;
	padding-left: 28px;
	display: block;
	text-align: left;
}
.newsLine {
	color: #FFFFFF;
	background-image: url(images/news.jpg);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 23px;
	padding-bottom: 1px;
	padding-top: 5px;
	text-align: left;
	line-height: 130%;
}
.imgBorder {
	border:2px solid #999999;
	background-color: #FFFFFF;
}
.bottom {
	background-color: #1a1a1a;
	background-image: url(images/bottom.gif);
	background-position: center top;
	padding-top: 10px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	width: 984px;
	margin-right: auto;
	margin-left: auto;
}
