@charset "utf-8";
/* CSS Document */
*{
	font-size:12px;
	margini:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
a:link,a:visited,a:hover,a:active{
	color:#003399;
	text-decoration:underline;
}
body{
	text-align:center;
	margin:10px;
	padding:0;
}
h2{
	font-size:14px;
	font-weight:bold;
}
h3{
	font-size:12px;
	fong-weight:bold;
}
h4{
	font-size:12px;
	font-weight:normal;
}
ul,li{
	margin:0;
	padding:0;
	list-style:inside;
}
#container{
	margin-right:auto;
	margin-left:auto;
	width:950px;
}
#content{
	width:950px;
	text-align:left;
margin-top:15px;
}
#header{
	width:950px;
}
#footer{
	width:950px;
	clear:both;
	margin-top:10px;
}
.clear
{
	clear:both;
	height:1px;
}
#copyright
{
	background:url(../images/copyright-bj.gif) repeat-x;
	padding-top:10px;
	text-align:center;
}
#copyright h3
{
	font-weight:normal;
}
img{
	border-style: none;
    border-color: inherit;
    border-width: 0;
    margin-top: 0px;
    width: 14px;
}
table{
	width:100%;
}
.inputtxt{
	border-left:1px solid #aaa;
	border-top:1px solid #aaa;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#left
{
    width:753px;
    float:right;
}
#right
{
    width:183px;
    float:left;
}
