/* CSS Document */
body{
	font-family:Verdana;
	background-image: url(../images/bg1.gif);
	font-size:11px;
	font-weight:normal;
	margin-top:0px;
	color:#2b3646;
	margin-bottom:10px;
	}
.container{
	margin:auto;
	width:675px;
	height:auto;
	border:15px solid #d6e1f2;
	}
#tool{
	float:left;
	width:675px;
	height:83px;
/*	background-image:url(../images/tool.gif);
	*/}
#header{
	float:left;
	width:675px;
	height:288px;
/*	background-image:url(../images/header.gif);
	*/}		
#content{ 
	
	width:inherit;
	background-color:#FFFFFF;
	}
#footer{
/*	float:left;
	*/width:inherit;
	height:39px;
	background-image:url(../images/footer2.gif); 
	
	}
.bill{
	height:10px;
	font-size:12px;
	margin-top:4px;
	}
h1{
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	margin-left:20px;
	margin-right:5px;
	margin-top:3px;
	margin-bottom:0px;
	}	
a{
	color:#5188d2;
	text-decoration:none;
	}
.about{
	color:#677b96;
	text-decoration:underline;
	}	
.service{
	color:#677b96;
	text-decoration:none;
	}
service:hover{
	color:#2178ed;
	}		
a:hover{
	color:#2178ed;
	text-decoration:underline;
}		
.red{
	color:#ff0000;
	font-weight:bold;
	}
.left10px{
	margin-left:10px;
	}
.hiden{
	display:none;
	}
.reshow	{
	display:block;
	}
.input_text{
	background:#f6f9fe;
	border:1px solid;
	font-size:10px;
	width:170px;
	}				
.input_contact{
	background:f1f6fc;
	border:1px solid;
	font-size:10px;
	margin-top:10px;
	width:300px;
	}				