@charset "utf-8";
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: url(/image/header_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "Trebuchet MS";
	color: #000000;
}
a{
	color:#3083AF;
	text-decoration:underline;
}
#content_area {
	padding-right: 17px;
	padding-left: 17px;
	padding-bottom: 17px;
}

a:hover{
	text-decoration:none
}
#main_bg {
	background-image: url(/image/main_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.menu_text{
  background-image: url(/image/menu_font.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  text-align: center;
  font-weight: bold;
  color:#FFFFFF;
  font-size: 14px;
}

.menu_text_hover{
  background-image: url(/image/menu_font.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  font-weight: bold;
  text-decoration: underline;
  color:#FFFFFF;
}
.menu_sub_table{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
  background-color: #1D68A6;
  border-top: #fff 1px solid;
  bborder-left: #fff 1px solid;
  border-right: #fff 1px solid;
}
.menu_sub_text{
  text-align: left;
  font-weight:bold;
  border-bottom: #fff 1px solid;
  background-color: #8ABAD0;
  background-repeat: no-repeat;
  background-position: left top;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 14px;
  color: #FFFFFF;
  padding-bottom: 5px;

}
.menu_sub_text_hover{
  text-align: left;
  font-weight:bold;
  border-bottom: #fff 1px solid;
  background-color: #D1E4ED;
  background-repeat: no-repeat;
  background-position: left top;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 14px;
  font-weight: bold;
  color: black;
  padding-bottom: 5px;

}
.menu_sub_text_click{
  background-color: #5D9DBD;
  background-repeat: no-repeat;
  background-position: left top;
  padding-right: 20px;
  padding-left: 20px;
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  padding-bottom: 5px;
}


#main_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 20px;
}
#main_menu a{
	color: #FFFFFF;
	text-decoration:none;
}
#main_menu a:hover{
	text-decoration:underline;
}

#sub_menu {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
#sub_menu a{
	color: #FFFFFF;
	text-decoration:none;
}
#sub_menu a:hover{
	text-decoration:underline;
}
h1{
	color:#3083AF;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0px;
	padding:0px;
	padding-left:20px;
	padding-top:10px;

}
#content_main{
	font-size: 13px;
	padding-right: 30px;
	text-align: justify;
	padding-top: 10px;
}
#content_main table{
  font-size: 13px;
  font-family: "Trebuchet MS";
}

#news_content {
	background-color: #E6F1C9;
	padding: 10px;
}
#footer_area {
	background-image: url(/image/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
}

#footer_area a{
	color:#000000;
	text-decoration:none;
}
#footer_area a:hover{
	text-decoration:underline;
}

.news_item{
	margin-bottom:20px;
}
.news_data{
	font-size:12px;
	color:#666666;
}
.news_header{
	font-size:14px;
	color:#000000;
	font-weight:bold;
}
.news_info{
	font-size:12px;
	color:#000000;
	padding-left:20px;
}
.news_more{
	font-size:12px;
	color:#666666;
	text-align:right;
}
.news_more a{
	color:#666666;
	text-decoration:underline;
}

.companyname{ 
  color:#3083AF; font-weight:bold; 
} 

.companyname a{ 
  color:#3083AF; 
}