*{
	font-family:Arial;
	font-size:100%;
	color:#FFF
}

html, body{
	margin:0px;
	padding:0px;
	height:100%
}

body{
	background-color:#000;
	font-size:0.75em;
}

a{
	text-decoration:underline
}

a:hover{
	text-decoration:none
}
a.choice{
	text-decoration:none
}
strong.choice{
	text-decoration:none;
	color:#00ccff;
}

input{
	color:#000
}

textarea{
	color:#000
}


#main_tab{
	width:100%;
	height:100%;
	border-collapse:collapse;
	border:none;
}

#main_tab .mt_header{
	height:331px;
	background-image:url(/images/design/header_bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

#main_tab .mt_border_line{
	background-color:#FFF;
	border-top:solid 1px #b4b4b4;
	border-bottom:solid 1px #b4b4b4;
	height:1px;
	padding:0px;
	font-size:0em
}

#main_tab .mt_pathbar{
	height:60px;
	border:none;
	padding:0px 30px
}

#main_tab .mt_content{
	border:none;
	padding:0px 30px 30px 30px;
	background-image:url(/images/design/content_bg.jpg);
	background-position:right 56px;
	background-repeat:no-repeat;
	height:820px;
	vertical-align:top
}


#main_tab .mt_footer{
	height:66px;
	background-image:url(/images/design/footer_bg.jpg);
	background-position:center bottom;
	background-repeat:no-repeat
}


.lm_item{
	display:block;
	width:169px;
	height:29px;
	background-image:url(/images/design/lm_item_bg.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	padding:6px 0px 0px 23px;
	width:146px;
	height:23px;
	/width:169px;
	/height:29px;
	margin-bottom:5px;
	font-size:1.1em;
	text-decoration:none;
}

.lm_item:hover{
	display:block;
	background-image:url(/images/design/lm_item_cur_bg.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	padding:6px 0px 0px 23px;
	width:146px;
	height:23px;
	/width:169px;
	/height:29px;
	margin-bottom:5px;
	font-size:1.1em;
	text-decoration:none;
	color:#fec64d
}


.lm_item_cur{
	display:block;
	background-image:url(/images/design/lm_item_cur_bg.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	padding:6px 0px 0px 23px;
	width:146px;
	height:23px;
	/width:169px;
	/height:29px;
	margin-bottom:5px;
	font-size:1.1em;
	text-decoration:none;
	color:#fec64d
}

.hotnews .hn_header{
	font-family:Times New Roman;
	font-size:2em;
	text-decoration:underline;
	margin-top:20px;
	margin-bottom:10px
}

.hotnews .hn_date{
	color:#4984b8
}
.hotnews .hn_announce{
	margin-bottom:30px
}


.item_container{
	position:relative;
	background-color:#424793;
	height:100% 
}

.item_container .cont{
	padding:10px
}

.item_container .tl{
	position:absolute; height:5px; width:5px; left:0px; top:0px; background-image:url(/images/design/item_ugol.gif); background-position:-5px -5px; background-repeat:no-repeat; font-size:0em
}

.item_container .tr{
	position:absolute; height:5px; width:5px; right:0px; top:0px; background-image:url(/images/design/item_ugol.gif); background-position:0px -5px; background-repeat:no-repeat; font-size:0em
}

.item_container .br{
	position:absolute; height:5px; width:5px; right:0px; bottom:0px; background-image:url(/images/design/item_ugol.gif); background-position:0px 0px; background-repeat:no-repeat; font-size:0em
}

.item_container .bl{
	position:absolute; height:5px; width:5px; left:0px; bottom:0px; background-image:url(/images/design/item_ugol.gif); background-position:-5px 0px; background-repeat:no-repeat; font-size:0em
}


.left_item{
	background-image:url(/images/design/lm_bg.gif);
	background-position:left top;
	background-repeat:repeat-y;
	margin-bottom:10px;
	width:169px
}


.left_item .left_item_top{
	background-image:url(/images/design/lm_top_bg.gif);
	background-position:left top;
	background-repeat:no-repeat
}

.left_item .left_item_top .left_item_bottom{
	background-image:url(/images/design/lm_bottom_bg.gif);
	background-position:left bottom;
	background-repeat:no-repeat
}

.left_item .left_item_top .left_item_bottom a{
	display:block;
	padding:7px;
	font-size:1.1em;
	text-decoration:none;
	color:#fff
}


.left_item_cur{
	background-image:url(/images/design/lm_bg_cur.gif);
	background-position:left top;
	background-repeat:repeat-y;
	margin-bottom:10px;
	width:169px
}


.left_item_cur .left_item_top{
	background-image:url(/images/design/lm_top_bg_cur.gif);
	background-position:left top;
	background-repeat:no-repeat
}

.left_item_cur .left_item_top .left_item_bottom{
	background-image:url(/images/design/lm_bottom_bg_cur.gif);
	background-position:left bottom;
	background-repeat:no-repeat
}

.left_item_cur .left_item_top .left_item_bottom a{
	display:block;
	padding:7px;
	font-size:1.1em;
	text-decoration:none;
	color:#fec64d
}



