/* CSS Document */

a:link{
	text-decoration:none; 
	color:#666666;
	}
	
a:visited{
	color: #666666;	
	text-decoration: none;
	}
	
a:active{
	color: #666666;  
	text-decoration: none; 
	}
	
a:hover{
	text-decoration: none;	
	position: relative;	
	right: 0px;	
	top: 0px;  
	color:#FF0000;
	}
	
body{
	background:url(images/bg.jpg) top repeat-x;
	font-size:12px;
	line-height:22px;
	margin:0px;
	padding:0px;
	color:#666666;
	}
	
table td{
	font-size:12px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.headtop{
	padding-bottom:7px;
	}

.title{
	border:#B2B2B2 2px solid;
	height:34px;
	}
	
.title2{
	padding-left:15px;
	background:url(images/titlebg.gif) repeat-x;
	}

.title3{
	background:url(images/titebg.gif) top no-repeat;
	height:68px;
	padding-left:47px;
	}
	
.leftbg{
	background:url(images/leftbg.gif) top no-repeat;
	padding-top:57px;
	}
	
.leftpro1{
	margin-top:10px;
	height:29px;
	padding-left:50px;
	padding-top:8px;
	}
	
.font01{
	line-height:22px;
	padding-left:47px;
	text-align:justify;
	padding-top:27px;
	padding-bottom:27px;
	}

ul li{
	list-style:none;
	padding:0px;
	margin:0px;
	}
	
.maptit{
	height:35px;
	font-weight:bold;
	letter-spacing:1px;
	}
	
.maptitt{
	padding:2px 0 10px 0;
	line-height:22px;
	}