body,td,th {
	font-size: 12px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.gray{color:#a8a8a8;font-size:12px;line-height:120%;}
.graybold{color:#a8a8a8;font-size:14px;line-height:160%;font-weight: bold;}


/*------------ menu -------------------*/

a.menu:link {
	color: #fff;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
}
a.menu:visited {
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
	color: #fff;
}
a.menu:hover {
	font-size:14px;
	font-weight:bold;
	text-decoration: underline;
	color: #B30305;
}
a.menu:active {
	text-decoration: none;
}



/*------------ 公共链接 -------------------*/

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #B30305;
}
a:active {
	text-decoration: none;
}


.bott a:link {
	color: #FF6633;
	font-size:12px;
	text-decoration: none;
}
.bott a:visited {
	text-decoration: none;
	font-size:12px;
	color: #FF6633;
}
.bott a:hover {
	font-size:12px;
	text-decoration: underline;
	color:#FFF;
}
.bott a:active {
	text-decoration: none;
}
