/* CSS Document */
body
{
	font-size:12px;												/* 网页字体大小 */
	font-family:"宋体", Verdana, Arial, Helvetica, sans-serif;	/* 网页字体 */
	color:#333333;												/* 网页文本颜色 */
	line-height:21px;											/* 标准行高 */
	text-align:center;											/* 文本对齐 */
	margin: 0px;
	padding: 0px;
	background-color: #DADADA;
}

a{
	font-size:12px;
	color:#333333;
	text-decoration:none;
}	

a:hover{
	font-size:12px;
	color:#0033FF;
	text-decoration:none;
}


a.cg{
	font-size:14px;
	color:#333333;
	text-decoration:none;
}	

a.cg:hover{
	font-size:14px;
	color:#0033CC;
	text-decoration:none;
}

a.white{
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
}	

a.white:hover{
	font-size:12px;
	color:#FFFFCC;
	text-decoration:none;
	font-weight: bold;
}

a.blue{
	font-size:14px;
	color:#003399;
	text-decoration:none;
}	

a.blue:hover{
	font-size:14px;
	color:#0033CC;
	text-decoration:underline;
}

.title_red{
	color:#E12222;
	font-size:14px;
	font-weight: bold;
}

.text_white{
	color:#FFFFFF;
	font-size:12px;
	font-weight: bold;
}

.text_blue{
	color:#003399;
	font-size:14px;
	font-weight: normal;
}

.text_gray{
	color:#666666;
	font-size:12px;
	font-weight: normal;
}

.text_black{
	color:#333333;
	font-size:14px;
	font-weight: bold;
}

.text_black_s{
	color:#333333;
	font-size:12px;
	font-weight: bold;
}

.margin {
	margin-top:10px;
}

.margin_20 {
	margin-top:20px;
}

.padding {
    padding:12px;
}

.border_gray {
	border: 1px solid #A6A6A6;
}

.border_red {
	border: 1px solid #E0141F;
}


table
{
	border-collapse:collapse;/*自动把相同的边框线合并*/
}
