body, html {
	margin: 0px;
	font-family: Verdana;
	font-size: 12px;
	background: #cecece;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
input {
	font-size: 12px;
}
textarea {
	font-family: Calibri, Arial;
	font-size: 12px;
	border: 1px solid #999;
}
h1 {
	font-size: 18px;
	color: #686868;
	margin-top: 0px;
}
.form {
	width: 180px;
}
.input_img {
	border: none;
}
.button {
}
.page {
	float: left;
	width: 1000px;
	background: #e6e6e6;
}
.top {
	width: 1000px;
	height: 106px;
	text-align: left;
	background-image: url('img/top_bg.png');
	background-repeat: no-repeat;
}
.menu {
	height: 44px;
	background-image: url('img/top_menu_bg.png'); background-repeat: repeat-x;
	text-align: left;
}
.menu a {
	height: 44px;
	padding-top: 14px;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
}
.menu a:hover {
	color: white;
	text-decoration: none;
}
.menu td {
	text-align: center;
}
.menu td:hover {
	background-image: url('img/top_menu_bg_active.png'); background-repeat: repeat-x;
}
.menu td:hover a {
	color: white;
}
#menu_submenu {
	width: 285px;
	height: 116px;
	position: absolute;
	display: none;
	margin-top: -14px;
	background-image: url('img/submenu_bg.png'); background-repeat: repeat-x;
}
#menu_submenu ul {
	margin: 0px;
	padding: 0px;
	padding-left: 30px;
}
#menu_submenu ul li {
	margin: 0px;
	padding: 0px;
	height: 33px;
	list-style: none;
	text-align: left;
}
#menu_submenu ul li a {
	
}
#menu_submenu ul li a:hover {
	text-decoration: underline;
}
.home_top {
	width: 1000px;
	height: 265px;
	text-align: left;
}
.news_top {
	width: 402px;
	height: 42px;
	text-align: left;
}
.news_content {
	width: 402px;
	height: 223px;
	background-image: url('img/gray_bg.png');
	text-align: left;
}
.left_search {
	float: left;
	width: 325px;
	margin-top: 10px;
}
.left_search a {
	color: white;
	padding: 5px;
	display: block;
}
.left_search a:hover {
	background: #fff;
	color: #757575;
	text-decoration: none;
}
.left_search .search_selected {
	background: #fff;
	color: #757575;
	text-decoration: none;
}
.left_search_top {
	width: 325px;
	height: 43px;
	text-align: left;
}
.left_search_content {
	width: 325px;
	height: 200px;
	padding-top: 5px;
	background-image: url('img/gray_bg.png');
	text-align: left;
	color: white;
}
.home_news_item {
	margin-left: 14px;
	padding-right: 15px;
	padding-top: 15px;
	color: white;
}
.home_news_title {
	color: white;
	font-size: 18px;
	font-family: Arial;
	font-weight: bold;
	margin-bottom: 10px;
}
.home_news_title a {
	color: white;
}
.home_news_continue {
	float: right;
}
.lang {
	margin-top: 10px;
}
.left {
	float: left;
	width: 325px;
	height: 720px;
}
.left_calendar {
	float: left;
	width: 255px;
	height: 300px;
	margin-top: 60px;
}
.cal_table a {
	color: white;
}
.main {
	float: left;
	width: 500px;
	padding-left: 10px;
	margin-left: 3px;
	min-height: 320px;
	text-align: left;
	padding-bottom: 20px;
}
.main_bottom {
	float: left;
	width: 820px;
	height: 160px;
	margin-top: 10px;
}
.news_item {
	float: left;
	margin-bottom: 20px;
	width: 485px;
}
.news_title {
	font-weight: bold;
	margin-bottom: 5px;
}
.news_date {
	color: #999;
}
.news_text {
	margin-top: 10px;
	text-align: justify;
}
.news_item_home {
	font-size: 14px;
	padding: 14px;
	margin-bottom: 15px;
}
.news_title_home {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
.news_title_home a {
	color: #fff;
}
.news_date_home {
	font-size: 10px;
	margin-bottom: 10px;
	padding-left: 2px;
	line-height: 12px;
	text-align: left;
}
.news_text_home {
	text-align: justify;
	padding-top: 10px;
}
.title {
	font-size: 20px;
	color: #fe6300;
}
.content_text {
	padding-top: 23px;
}
.right {
	float: right;
	width: 150px;
	padding-top: 10px;
}
.bottom {
	float: left;
	width: 987px;
	height: 55px;
	background-image: url('img/footer_bg.png');
	padding-top: 45px;
	padding-left: 13px;
	font-size: 12px;
	color: white;
	text-align: left;
}
.bottom a {
	color: #fe6300;
}
.label {
	text-align: right;
	vertical-align: top;
	padding-top: 4px;
}
.label_2 {
	text-align: right;
	padding-right: 15px;
	height: 20px;
}
.value {
	padding-left: 10px;
}
.ad_frame {
	margin-bottom: 20px;
	border: 1px solid #bebebe;
	background: #ddd;
	padding: 5px;
}
