body{                                                            /*全局控制*/
	font-size:12px;
	margin:0;
	padding:0;
	white-space:nowrap;
}
from,ul,li,p{
	margin:0;
	padding:0;
}

table{
	font-size:12px;
}

a:link{
	color:#333;
	text-decoration:none;
}
a:visited{
	color:#333;
	text-decoration:none;
}
a:hover{
	color:#c00;
	text-decoration:underline;
}

.dis{                                                                  /*定义为显示*/
	display:block;
}
.undis {                                                                /*定义为不显示*/
	display: none;
}
.clearer{
	clear:both;
}
.line01{
	background:url(../images/line.gif) repeat-x;
	height:1px;
}
.ysred{                                                                /*红色*/
	color:#f00;
}
.ysblue{                                                               /*蓝色*/
	color:#00f;
}
.yscs{                                                                 /*橙色*/
	color:#f60;
}
.p18{
	font-size:18px;
	font-weight:bold;
}