/* CSS Document */
body,td,th {
	font-family: 微软雅黑, Courier New, Courier, Verdana, monospace;
	font-size: 12px;
	color:#333;
}

body{
	margin:0;	
	font-size:12px;
	color:#333;
	line-height:16px;
	padding:0;
	}
	
img{ border:0;}

/*默认链接*/
a { color:#333; text-decoration:none;}
a:hover { color: #F30; background: inherit;}
a.title { color: #333; background: #FFF; }

/*导航效果*/
.bigfont{
	font-size:14px;
	font-weight:bold;
	}
	
.bigfont a { color:#004a95; text-decoration:none;}
.bigfont a:hover { color: #F30; background: inherit;}
.bigfont a.title { color: #004a95; background: #FFF; }

/*日期*/
.date{
	color:#999;
	}
	
/*更多*/	
.more{
	text-align:right;
	padding:0 10px;
	}

	
	