/*=================================================================================*/
.center {
	margin:0px auto;
}
.clear {
	overflow:hidden;
}
.w250 {
	width:250px;
	position:relative;
}
.w540 {
	width:540px;
	position:relative;
}
.w550 {
	width:550px;
	position:relative;
}
.w800 {
	width:800px;
	position:relative;
}
.mt1 {
	margin-top:8px;
}
.listtext {
	font:12px Verdana,Arial,Tahoma;
}
.listtext img {
	float:left;
}
.listtext a {
	color:#666666;
	display:block;
	overflow:hidden;
}

.listtext li {
	float:left;
	height:30px;
	width:220px;
	overflow:hidden;
	line-height:30px;
	font:12px Verdana,Arial,Tahoma;
}
.listtext li a {
	color:#666666;
	display:block;
	overflow:hidden;
}
.listlink {
	clear:both;
	width:100%;
	overflow:hidden;
	padding-top:10px;
	font:12px Verdana,Arial,Tahoma;
}
.listlink li {
	float:left;
	width:100%;
	overflow:hidden;
	padding-top:5px;
	text-align:center;
}
.listlink li a {
	display:block;
}
.listlink li img {
	padding:2px;
	width:120px;
	height:90px;
	border:1px solid #E3E3E3;
}
.listlink li a span {
	display:block;
	line-height:17px;
	padding-top:6px;
}
.listico li {
	padding-left:16px;
	background:url(images/ico1.gif) 2px 5px no-repeat;
}
.place {
	color:#CCC;
	width:100%;
	height:24px;
	overflow:hidden;
	line-height:24px;
	text-indent:12px;
	background:#F2FCFE;
	border-top:1px solid #E0ECF3;
	border-bottom:1px solid #E0ECF3;
}
.place strong {
	font-weight:normal;
	letter-spacing:2px;
}
.place a {
	color:#999999;
	margin:0px 2px;
}
.place a:hover {
	color:#000000;
	text-decoration:none;
}
/*=================================================================================*/
* {
	margin:0px;
	padding:0px;
}
html {
	background:#FFF url(images/bg.gif) top left repeat-x;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color:#256EB1;
	text-decoration:none;
}
a:hover {
	color:#F33;
	text-decoration:underline;
}
ul {
	list-style:none; /* remove ul style */
}
p {
	margin: 12px 0 0 0;
}
/*=================================================================================*/
.banner {
	width:300px;
	height:56px;
	display:block;
	overflow:hidden;
	padding-top:16px;
	background:url(images/top-logo.gif) no-repeat center;
}
/*=================================================================================*/
.navigator {
	width:100%;
	height:32px;
	display:block;
	overflow:hidden;
	background:url(images/nav-bg.gif) repeat-x;
}
.navigator ul {
	height:32px;
	margin:0px auto;
	overflow:hidden;
}
.navigator ul li {
	float:left;
	line-height:32px;
	margin-left:-2px;
	background:url(images/nav-bg.gif) 0px -30px no-repeat;
}
.navigator ul li a {
	color:#FFF;
	height:32px;
	display:block;
	padding:0px 16px 0px 17px;
}
.navigator ul li a:hover {
	color:#FF3;	
}

.navigator table tr {
	height:32px;
	margin:0px auto;
	overflow:hidden;
}
.navigator table tr th {
	float:left;
	line-height:32px;
	margin-left:-2px;
	background:url(images/nav-bg.gif) 0px -30px no-repeat;	
}
.navigator table tr th a{
	color:#FFF;
	height:32px;
	display:block;
	padding:0px 16px 0px 17px;
}
.navigator table tr th a:hover {
	color:#FF3;
}
/*=================================================================================*/
.box {
	height:auto;
	overflow:hidden;
	margin:0px 0px 8px 0px;
	border-bottom:1px solid #DFF2F5;
}
.box dt {
	clear:both;
	height:27px;
	overflow:hidden;
	line-height:27px;
	padding-left:10px;
	border:1px solid #DFF2F5;
	background:url(images/mbox-tbg.png) no-repeat;
}
.box dt strong {
	font:12px Verdana,Arial,Tahoma;
}
.box dd {
	overflow:hidden;
	padding:4px 4px 0px;
	border-left:1px solid #DFF2F5;
	border-right:1px solid #DFF2F5;
}
.box img {
	padding:2px;
	text-align:left;
}
.box p {
	font:12px Verdana,Arial,Tahoma;
}
/*=================================================================================*/
.info {
	clear:both;
	padding:8px;
	overflow:hidden;
}
.info dt {
	clear:both;
	padding-top:10px;
	padding-bottom:4px;
	overflow:hidden;
	border-bottom:1px solid #E0ECF3;
	font:14px Verdana,Arial,Tahoma;
}
.info dt strong {
	letter-spacing:2px;
}
.info dd {
	clear:both;
	overflow:hidden;
	padding-top:7px;
	padding-left:20px;
	font:12px Verdana,Arial,Tahoma;
}
.info dd strong {
	letter-spacing:1px;
}