@charset "utf-8";
/*Global*/
body, td, th ,div, ul, li, p{ 
color : #666; 
font-size:12px;
font-family:Arial;
} 
body { 
margin-left : 0; 
margin-top : 0; 
margin-right : 0; 
margin-bottom : 0; 
background:#E0E0E0 url(../images/main.gif) repeat-x;
/*background:#FFF url(../images/bg.jpg) repeat-y center;*/
} 
ul, li, p, dl, dt, dd, h1,h2,h3,h4,h5,h6, form{ 
list-style-type : none; 
padding : 0; 
margin : 0; 
} 
img{
padding : 0; 
margin : 0; 
border : 0;
}
a:link { 
color : #3775BD; 
font-size : 12px; 
font-family : Arial; 
text-decoration:none;
} 
a:visited { 
color : #3775BD; 
font-size : 12px; 
font-family : Arial; 
text-decoration:none;
} 
a:hover { 
color : #037EC3; 
font-size : 12px; 
text-decoration : underline; 
font-family : Arial; 
} 
.Clear{
	clear:both;
}
/*Foot*/
.Foot{
	margin:0px auto;
	clear:both;
	margin-top:20px;
	overflow:hidden;
	background:#FFF url(../images/foot.gif) repeat-x;/**/
}
.FootNav{
	width:940px;
	height:30px;
	line-height:35px;
	overflow:hidden;
	margin:0px auto;
	/*background:#FFF url(../images/foot.gif) repeat-x;*/
}

.FootNav span{
	float:right;
	width:82px;
	height:23px;
	line-height:26px;
	background:url(../images/ico.gif) 0px -300px no-repeat;
	margin-top:7px;
	text-indent:10px;
	overflow:hidden;
}
.FootNav li{
	float:left;
	margin-left:10px;
}
.FootNav li a:link,.FootNav li a:visited{
	color:#BBB;
}
.FootNav li a:hover{
	color:#037EC3;
}
.FootNav p{
	height:30px;
	line-height:35px;
	float:right;
	margin-right:20px!important;
	margin-right:10px;
	background:url(../images/ico.gif) 10px -39px no-repeat;
	overflow:hidden;
}
.FootNav p a{
	margin-left:30px;
}
.Copyright{
	width:960px;
	text-align:left;
	line-height:50px;
	height:50px;
	margin:0px auto;
}
.Copyright span{
	float:left;
	line-height:50px;
	margin-left:20px;
}
.Copyright p{
	float:right;
	color:#65808C;
	margin-right:20px!important;
	margin-right:10px;
	background:url(../images/ico.gif) 0px -245px no-repeat;
	width:150px;
	text-indent:35px;
}
.Links{
	width:920px;
	clear:both;
	overflow:hidden;
	margin:0px auto;
	margin-top:15px;
}
.Links p{
	font-weight:bold;
	color:#999;
	float:left;
	margin-right:10px;
}
.Links li{
	line-height:20px;
	margin-right:10px;
	white-space:nowrap;
	float:left;
}
.Links a:link,.Links a:visited{
	color:#999;
}
.Links a:hover{
	color:#037EC3;
}