

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
body,td,th {
	font-size: 12px;
	color: #000000;
	font-family: 'Tahoma','宋体';
	/* line-height:22px; */
}

/* 文本内容放大点 */
.memo {
	font-size: 14px;
	line-height:180%;
}

img { border:none;}
li , ul ,div {list-style:none; padding:0px; margin:0px;}

/* 就设置 a 和 a:hover 就可以了,否则会在 firefox 系下出错 */
a1:visited {	color: #000000;	text-decoration: none;}
a:hover {	color: #FF3300;	text-decoration: underline;}
a1:active {	color: #FF3300;	text-decoration: underline;}
a1:link { 	color: #000000;	text-decoration: none;}
a{	color: #000000;	text-decoration: none;}

span1 a{	color: #406486;	text-decoration: none;}
.memo a{	color: #405D98;	text-decoration: none;}
.memo a:hover {	color: #FF3300;	text-decoration: underline;}

/* 文本的链接形式,没生效 */
.memo1 a:visited {	color: #406486;	text-decoration: none;}
.memo1 a:hover {	color: #FF3300;	text-decoration: underline;}
.memo1 a:active {	color: #000000;	text-decoration: none;}
.memo1 a:link { 	color: #000000;	text-decoration: none;}



.line_ccc { border:1px solid #CCCCCC }
.bold_ffffff {
	color: #FFFFFF;
	font-weight: bold;
}

.nav2{background-image:url(images/index_20.jpg); width:82px; height:23px; text-align:center; padding:12px 0 0 2px; cursor:pointer; float:left; }
.nav2b{background-image:url(images/index_21.jpg); width:82px; height:23px; text-align:center; padding:12px 0 0 2px; cursor:pointer; float:left; }


.list_top li{float:left; width:151px; text-align:center;  }
.list_top li img {padding:3px; border:1px solid #cccccc;}


.img_3{ padding:3px; border:1px solid #cccccc; }

/* ie6 不支持 */
input[type="text"]{ border:1px; border-style: solid; border-color: #CCCCCC; }

/* ie6 支持,但效果太差了,用 "Defuult" 就 ok 了! */
input{
	/*
	border-color:expression(this.type=="text"?"#CCCCCC":this.style.borderColor);
	border:expression(this.type=="text"?"1px":this.style.border);这样不行
	border:expression(this.type=="text"?"1px":this.style.bdddddorder);这样反而行,应该是脚本错误使用了缺省值
	border-style:expression(this.type=="text"?"solid":this.style.borderStyle);
	*/
	
	border-color:expression(this.type=="text"?"#CCCCCC":"Default");
	border:expression(this.type=="text"?"1px":"Default");
	border-style:expression(this.type=="text"?"solid":"Default");
	
	}


