* {    
 	padding: 0;    
 	margin: 0;    
 }
body {
	margin: 0px;
	background-color: #274E79;
}

.clearfloat {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

.top_bg {
	background-image: url(../images/top_bg.jpg);
	background-repeat: repeat-x;
	height:340px;
}

.banner_bg {
	background-image: url(../images/banner_bg.jpg);
	background-repeat: no-repeat;
	height:222px;
	padding:6px 6px 6px 129px;
}


.midd_bg {
	background-image: url(../images/midd_bg.jpg);
	background-repeat: repeat-x;
}

.login_box {
	font-size: 11px;
	color: #fff;
	background-color: #566C85;
	background-repeat: no-repeat;
	width:100px;
}

.login_text {
	font-size: 12px;
	color: #CEE5FF;
}

.login_text a:link, .login_text a:visited {
	color: #CEE5FF;
	text-decoration: none;
}
.login_text a:active, .login_text a:hover {
	color: #64A8D4;
}

.click_text {
	font-size: 12px;
	color: #CEE5FF;
	line-height:1.6;
}

.click_text a:link, .click_text a:visited {
	color: #CEE5FF;
	text-decoration: none;
}
.click_text a:active, .click_text a:hover {
	color: #64A8D4;
}

.copy_bg {
	height:70px;
	background-image: url(../images/copy_bg.jpg);
	background-repeat: repeat-x;
}

.copyright_front1 {
	font-size: 11px;
	color: #202020;
}

.copyright_front2 {
	font-size: 11px;
	color: #ADADAD;
}

.copyright_front2 a:link, .copyright_front2 a:visited {
	color: #ADADAD;
	text-decoration: none;
}
.copyright_front2 a:active, .copyright_front2 a:hover {
	color: #64A8D4;
	text-decoration: underline;
}

.sec_menu_bg {
	background-image: url(../images/sec_menu_bg.jpg);
	background-repeat: no-repeat;
	height:29px;
}

.sec_menu_b1 {
	background-image: url(../images/sec_menu_bg1.jpg);
	background-repeat: no-repeat;
	height:29px;
}

.sec_menu_text {
	font-size: 12px;
	color: #F9C802;
}

.sec_menu_text a:link, .sec_menu_text a:visited {
	color: #F9C802;
	text-decoration: none;
}
.sec_menu_text a:active, .sec_menu_text a:hover {
	color: #64A8D4;
	text-decoration: underline;
}


.page {
	font-size: 12px;
	line-height: 1.7;
	color: #CEE5FF;
}

.page a:link, .page a:visited {
	color: #CEE5FF;
	text-decoration: none;
}
.page a:active, .page a:hover {
	color: #092646;
}

.tab a:link, .tab a:visited {
	color: #ffffff;
	text-decoration: none;
}
.tab a:active, .tab a:hover {
	color: #CEE5FF;
}

