@font-face {
    font-family: sylfaen;
    font-style:  normal;
    font-weight: normal;
    font-size : 12px;
}
body{
    font-family: sylfaen;
    font-size : 12px;
    /*background: #6D859F;*/
}

div{
	font-family: sylfaen;
}

table{
	font-family: sylfaen;
    font-size: 12px;
}

a:link, a:visited, a:active{
	font-family: sylfaen;
    text-decoration : none;
    color: #000;
    font-size: 12px;
}

a:hover{
    font-family: sylfaen;
    text-decoration : underline;
    color: #303030;
    font-size: 12px;
}

.main_div{
	text-align: center;
}

.clear_div{
	clear: both;
}
.head{

}

.body_style{
	background-image: url('../images/body_head_back.gif');
	background-repeat: repeat-x;
	background-position: left top;
	padding: 10px;
}

.footer{
	background: #3E566F;
	color: #FFF;
/*	border-top: 2px solid #ebead7;*/
}

.marquee{
	background-image: url('../images/menu_hor_back.jpg');
	background-repeat:repeat-x;
	line-height: 32px;
	width: 100%;
}

.login{
	font-color: #666666;
	font-size: 10px;
}
.login input{
	width: 80px;
	font-size: 10px;
}

.page_body{
	background: #dedad3;
}

#center{
	background: #FFF;
}

#right{
    width: 200px;
    background: #425A74;
}
#left{
    width: 210px;
    background: #425A74;
    height: 500px;
}
.center_div{
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.right_div{
	padding-top: 5px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
}

.popup{
	background: #FFF;
	width: 500px;
    overflow: hidden;
}

.ok{
	font-weight: bold;
	color: #008000;
	font-size: 14px;
}

.edit{
	font-weight: bold;
	color: #CE0000;
	font-size: 12px;
}
.error{
	font-weight: bold;
	color: #B90000;
	font-size: 14px;
}

.news_left{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 22px;
	line-height: 71px;
	vertical-align:middle;
	background-image: url('../images/news_right_back1.gif');
	background-repeat: no-repeat;
	background-position: left top;
}
.news_left a:link,
.news_left a:visited,
.news_left a:active{
	color: #f3eac9;
	font-weight:bold;
}

.news_left2{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 22px;
	line-height: 71px;
	vertical-align:middle;
	background-image: url('../images/news_right_back.gif');
	background-repeat: no-repeat;
	background-position: left top;
}
.news_left2 a:link,
.news_left2 a:visited,
.news_left2 a:active{
	color: #FFF;
	font-weight:bold;
}

.send{
	color:#f3eac9;
}
.send_input input, select{
	font-family: arial;
}

.admin_table_head{
	background: #2751A5;
	color: #FFF;
	font-weight: bold;
}

.admin_table_td1{
	background: #FFF;
	border-bottom: 1px solid #2751A5;
	border-left: 1px solid #2751A5;
}

.admin_table_td2{
	background: #EFF4FF;
}

.admin_table_td3{
	background: #AAC8DD;
	font-weight: bold;
}


.admin_head{
	background: #2751A5;
	color: #FFF;
	font-weight: bold;
	float: left;
	text-align: center;
	border-right: 2px solid #FFF;
	padding: 2px;
}

.admin_td1{
	background: #FFF;
	float: left;
	padding: 2px;
	text-align: center;
	border-right: 2px solid #FFF;
}

.admin_td2{
	background: #EFF4FF;
	float: left;
	padding: 2px;
	text-align: center;
	border-right: 2px solid #FFF;
}
.admin_td3{
	background: #AAC8DD;
	font-weight: bold;
	float: left;
	padding: 2px;
	text-align: center;
	border-right: 2px solid #FFF;
}

.center_text_div{
	text-align: center;
	border: 1px solid #000;
}

.auth{
	font-size: 12px;
	color: #800000;
}
.auth a:link,
.auth a:visited,
.auth a:active{
	font-size: 12px;
	color: #800000;
}
