body{
	background-color: #1a3772;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a{
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover{
	color: #d8e6f7;
	text-decoration: none;
}
.TopBg{
	background-color: #FFFFFF;
}
.BottomBg{
	background-image: url(images/bottom_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.LeftBg{
	background-image: url(images/left_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.RightBg{
	background-image: url(images/right_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
a.btnEn{
	background-image: url(images/index_03.gif);
	background-repeat: no-repeat;
	display: block;
	width: 147px;
	height: 75px;
	float: left;
}
a.btnEn:hover {
	background-image: url(images/index_hover_03.gif);
	background-repeat: no-repeat;
	display: block;
	
}
a.btnTw{
	background-image: url(images/index_04.gif);
	background-repeat: no-repeat;
	display: block;
	width: 139px;
	height: 75px;float: left;
}
a.btnTw:hover {
	background-image: url(images/index_hover_04.gif);
	background-repeat: no-repeat;
	display: block;
	
}
a.btnCn{
	background-image: url(images/index_05.gif);
	background-repeat: no-repeat;
	display: block;
	width: 176px;
	height: 75px;float: left;
}
a.btnCn:hover {
	background-image: url(images/index_hover_05.gif);
	background-repeat: no-repeat;
	display: block;
	
}
.footer{
	background-image: url(images/index_06.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 91px;
}
.contact{
	margin-left: 36px;
}
h3{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 1px;
	margin-bottom: 3px;
}
p{
	font-size: 11px;
	line-height: 16px;
	margin-top: 7px;
	margin-bottom: 2px;
}
.leftImg{
	float: right;
	width: 134px;
}
.flash{
	height: 380px;
	width: 696px;
	background-image: url(images/welcome_04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

