@charset "utf-8";
html, body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	font-size:12px;
}
body a {
	border:none;
	color: #464646;
	text-decoration: underline;
    outline: none; /* for Firefox */
    hlbr:expression(this.onFocus=this.blur()); /* for IE */
}
body a img {
    border:0;
}


.container {    
	background-color:#FFFFFF;
	width:1003px;
	margin:0 auto;
}
.sha-l {
    background-image:url(images/shadow_l.gif);
	background-position:100% 0;
	background-repeat:repeat-y;
	width:6px;
}
.sha-r {
    background-image:url(images/shadow_r.gif);
	background-position:0 0;
	background-repeat:repeat-y;
	width:6px;
}

.home_top {
    background-image:url(images/top_bg.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	width:991px;
	height:165px;
}
.logo img {
    margin: 36px auto 20px 31px;
    border:0;
}
.logo a {
    cursor:pointer;
}

.lang {
    margin:36px 18px auto auto; 
}
.lang img {
    border:0;
	margin-left:5px;
}

table.top_menu {
    margin-right:18px;
}
.top_menu img {
    border:0;
	margin-left:30px;
}
.c_left {
    width:225px;
    *width:190px;
	padding:10px 0 20px 0;
	*padding:10px 10px 20px 25px;
}

/**  Home **/
td.home_news {
    border-right:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
    border-left:1px solid #CCCCCC;
	height:93px;
	padding: 2px 5px;
	letter-spacing:0;
}
.home_news table {
	font-size:11px;
}
.home_news a {
    text-decoration:none;
}
.home_news a:hover {
    color:#3366cc;
    text-decoration: underline;
}
/**  Home **/


.c_right {
    width:765px;
	padding-top:10px;
	padding-bottom:20px;
}
.r_title {
    background-position:0 100%;
	background-repeat:no-repeat;
	height:30px;
}
table.site_link {
    font-size:11px;
    color:#666666;
}
.site_link a {
    color:#666666;
	text-decoration:none;
}
.site_link a:hover {
    color:#00AAC0;
	text-decoration:none;
}

.title_15gre {
    color:#00AAC0;
	font-size:15px;
	font-weight:bold;
	letter-spacing:1px;
	line-height:30px;
}
.title_15blu {
    color:#3366CC;
	font-size:15px;
	font-weight:bold;
	letter-spacing:1px;
	line-height:30px;
}
.title_12gra {
    color:#565656;
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
	line-height:20px;
}
.title_12gre {
    color:#00AAC0;
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
	line-height:20px;
}
.title_12blu {
    color:#3366CC;
	font-size:12px;
	letter-spacing:1px;
	line-height:20px;
}

.article {
    line-height:1.5em;
	padding:15px;
}

ul.ul_18m {
    list-style:square;
	margin-left:18px;
	margin-bottom:0px;
}


.news_date {
    color:#3366CC;
	font-size:12px;
	font-weight:bold;
	padding-right:5px;
	border-bottom:1px dotted #CCCCCC;
}
.news_tit {
    color:#464646;
	border-bottom:1px dotted #CCCCCC;
}
.news_tit a {
    color:#464646;
	text-decoration:none;
}
.news_tit a:hover {
    color:#3366CC;
	text-decoration: underline;
}








.foot {
    width:100%;
    height:28px;
    padding-left:15px;
    background-color:#00AAC0;
    color:#FFFFFF;   
    font-size:11px;
}