body {
	font-size: 12px;
	margin:120px auto;
	padding:0px;
}

*{font-size: 12px;}

a:link {
	color: #2A2A2A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2A2A2A;
}
a:hover {
	text-decoration: underline;
	color: #333;
}
a:active {
	text-decoration: none;
}

.border{
	border:1px solid #006699;
}

.title{
	background: #006699;
	color:#FFFFFF;
	font-weight:bold
}

.eTips{
	color:#000;
	font-weight:bold;
	font-size:14px;
	height:40px;
	line-height:40px;
}

.eTips_list{
	color:#FF3300;
	margin-left:20px;
	font-size:14px;
	font-weight:bold;
	
}

.line_height{
	line-height:30px;
}

.yumsg{
	text-align:center;
	height:50px;
	color:red;
	font-size:14px;
	font-weight:bold;
}








