/* CSS Document */

td,p,body,font{font-size:13px}



body{
	background-color:#163f7d;
	
}
/*
	margin-top:10px;
	background-image: url(bg.jpg);
	background-repeat:repeat-x
*/
/* main_body_start */
.main_body{background-color:white}
/* main_body_end */

.f12{font-size:12px}
.f14{font-size:14px}
.f16{font-size:16px}
.f18{font-szie:18px}

.bold{font-weight:bold}

a{color:#00adef;text-decoration:none}
a:hover{color:red;text-decoration:underline}

a.focus{color:#00adef}
a.focus:hover{color:blue}

a.guide{color:#00adef}
a.guide:hover{color:red}

.notice{font-size:14px;color:#00bff3;font-weight:bold}
.title{font-size:13px;font-weight:bold}

.news_title{color:#0072bc}
a.news_title{color:#0072bc}
a.news_title:hover{color:blue}

.left_column{color:#0072bc;font-weight:bold;}

.gray77{color:#777777}
.gray66{color:#666666}

.company_chinese{color:white;font-size:22px;font-weight:bold}
.company_english{color:white;font-family:serif;font-size:14px}
 
.red{color:red}
.green{color:green}
