/* 栏目页 */
body {
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	margin-top: 0px;	
}
td {
	font-size: 12px;
	line-height: 20px;
	color: #000000;
}
/*gogtop*/
.gogtop {
	font-size: 12px;
	line-height: 20px;
	color: #000000;	
}
.gogtop a:link{
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
}
.gogtop a:hover{
	font-size: 12px;
	line-height: 20px;
	color: #5c5c5c;
	text-decoration: none;
}
.gogtop a:visited{
	font-size: 12px;
	line-height: 20px;
	color: #5c5c5c;
	text-decoration: none;
}
/* 基本链接 */
a:link {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	color: #660066;
	text-decoration: none;
}
/*14号字体*/
.font14 {
	font-size: 14px;
	line-height: 20px;
	color: #000000;	
}
.font14 a:link{
	line-height: 20px;
	color: #000000;
	text-decoration: none;
}
.font14 a:hover{
	line-height: 20px;
	color: #000000;
	text-decoration: underline;
}
.font14 a:visited{
	line-height: 20px;
	color: #6D6D6D;
	text-decoration: none;
}
/*12号加粗字体*/
.font12 {
	font-size: 12px;
	color: #000000;
	font-weight:bold;
}
.font12 a:link{
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}
.font12 a:hover{
	color: #5c5c5c;
	font-weight:bold;	
	text-decoration: underline;
}
.font12 a:visited{
	color: #000000;
	font-weight:bold;	
	text-decoration: none;
}
/*蓝色字体*/
.fontblue a:link{
	color: #244D81;
	text-decoration: none;
}
.fontblue a:hover{
	color: #244D81;
	text-decoration: underline;
}
.fontblue a:visited{
	color: #6D6D6D;
	text-decoration: none;
}
 
 
 
