#content .title{
	font-weight: bold;
	font-size: 17px;
	color: #C1272D;
	line-height: 45px;
	text-align: center;
}
.main-channel .content{
	border-top:4px solid #FBB03B;
	background-color: #fff;
	width: 770px;
	padding: 15px;
}
.main-body{
	padding-bottom: 45px;
}
.content table td,.content table th{
	padding: 0 7px;
}
.content table th{
	text-align: left;
	color: #fff;
	line-height:25px;
	font-weight:normal;
	background-color: #25A9E0;
}
.content table td{
	color: #221E1F;
	line-height: 28px;
}
.content table tr:HOVER{
	background-color:  #EBEBEC;
}
.content table{
	background-color: #EAF6FD;
}
.content table .odd{
	background-color: #D3EDFB;
}
.content table caption{
	font-weight: bold;
	font-size: 16px;
	color: #FAAF3F;
	line-height: 35px;
	background-color: #1A75BB;
}
.content .head{
	text-align: right;
	line-height: 45px;
	padding-right: 8px;
}
.content .head span{
	color: #C1272D;
}