

body {
	background: #666;
	color: #7F7772;
	text-align:center;
}

body, div{
	font:12px tahoma, arial, sans-serif;
	line-height:20px;
}

div{
	text-align:left;
}

a, a:link {
	text-decoration:none;
	color: #0064B5;
}

a:hover {
	text-decoration: none;
	color: #ED2024;
}

img{
	border:0px;
}

#canvas{
	background: #fff url(/images/pagebot.gif) no-repeat center bottom;
	width:770px;
	margin:15px auto;
	padding-bottom:12px;
}

#header{
	background: #fff url(/images/pagetop.gif) no-repeat center top;
	height:80px;
}

#logo{
	float: left;
	width: 200px;
	text-align:center;
	height:80px;

}

#logo a{	
	padding-top:10px;
	display:block;
	font-size:0px;
}

#menu {
	float: left;
	width: 570px;
	height:80px;
	overflow:hidden;
	background: #f6f6f6  url(/images/logobg.png) no-repeat 0px center;
}

#menu a {
	text-align:center;
	display: block;
	height:80px;
	line-height:13px;
	float:right;
	padding:20px 25px 0px 25px;
	background: #fff url(/images/menubg.gif) no-repeat  center top;
	border-left:1px solid #efefef;
	color: #666;
}

#menu a:hover {
	color: #0064B5;
	background: #fff url(/images/menubghover.gif) no-repeat  center top;
}


#menu img{
	height:22px;
	width:22px;
}
/*content*/


#footer{
	clear:both;
	color:#999;
	background: #fff url(/images/img01.jpg) repeat-x left bottom;
	text-align:center;
	padding:10px 0px 0px 0px;
	border-top:0px solid #55A0D3;
}

#footer .lbl{
	color:#999;
}

#content{
	clear:both;
	padding:15px;
}

.cl{
	clear:both;
	padding:0px;
	margin:0px;
	line-height:0px;
	font-size:0px;
	background:yellow;

}

.tac{text-align:center;}


.tip{
	margin:15px 0px;
	background:#DFF1FF;
	color:#000;
	padding:15px;
	text-align:center;
}

.tit{
	background:url(/images/bulletmvr.png) no-repeat left 2px;
	padding-left:20px;
	font-weight:bold;
	color:#000;
	font-size:16px;
	padding-bottom:10px;
}

.tit span{
	color:#c6c6c6;
}

.des{
	text-align:justify;
	color:#444;
}

.des b{
	color: #000;
}
