@charset "gb2312";
/* CSS Document */
/* CSS Base */
html {
	text-align: center;
	background-color: #3C9634;
	background-image: url(../images/bg00.jpg);
	background-repeat: repeat-y;
	background-position: 50% 0px;
}
body {
	width: 950px;
	text-align: left;
	margin: 0 auto!important;
	background: #EBF2EC;
	font-family: Verdana, Arial, Helvetica, sans-serif,"ËÎÌå";
  position:relative; 
}
td {
	font-size:12px;
	color: #333;
	line-height: 150%;
}
img {
	border: none;
}
.clear {
  clear:both;
}
p,ul,ol,li,form {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	color: #3C9634;
	text-decoration: none;
}
a:hover {
	color: #c30!important;
	text-decoration: underline;
}

.content {
}

#head {
	clear: both;
	background-image: url(../images/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	margin: 0px;
	background-color: #FFF;
	height: 328px;
	overflow: hidden;
}

iframe a {
  color: #076E36;
}
.justify{
  text-align:justify;
}

.lineTable {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-left-color: #000;
	width:100%;
	padding:5px;
}
.lineTable td {
	border-bottom-width:1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
}
.h10px {
	height: 10px;
}
