@charset "UTF-8";
/* CSS Document */
html, body {
}
body {
	padding:0px;
	margin:0px;
	background:url(../images/body_bg.jpg);
	background-position:center top;
	background-color: #2da5c8;
}
body, td, th {
	font-size: 12px;
	color:#146283;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	vertical-align:top;
}
a {
	font-size: 12px;
	color:#FFCC00;
	cursor:pointer;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
ul {
	width:450px;
	list-style:disc;
	border: 0;
	margin: 0;
	padding: 0 15px;
}
img {
	border:none;
}
h1 {
	font-size: 14px;
	color: #FFFF00;
	text-shadow:#175203 0 1px 1px;
	padding:0;
	margin:0 0 0 0;
}
h2 {
	font-size: 12px;
	color: #FFFFFF;
	text-shadow:#175203 0 1px 1px;
	overflow:hidden;
	vertical-align:top;
}
h3 {
	float:right;
	margin-right:220px;
}
h5 {
	font-size:11px;
}
.superscript {
	font-size:xx-small;
	vertical-align:super;
}
.red {
	color: #FF0000
}
.blue {
	color:#185589;
}
.remarks {
	color:#999999;
	font-size:10px;
}
div.container {
	width:100%;
}
div.inner-continer {
	width:848px;
	height:550px;
	margin:50px auto 0;
	background:url(../images/main_bg.jpg) no-repeat;
}
div.menu {
	position:relative;
	left:50px;
	top:305px;
}
div.content {
	position:relative;
	left:55px;
	top:315px;
}
div.footer {
	width:848px;
	margin:-25px auto;
	padding-left:60px;
}
.content dl {
	width:100%;
	margin:0;
	padding:0;
	width:450px;
}
.content dt {
	float:left;
	width:100px;
	}
.content dd {
	float:left;
	width:340px;
	margin-left:10px;
}
h2 span {
	width:250px;
	display:table-cell;
	
}