body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #000;
	margin-top: 0px;
	background-color:#1D3F02;
}
/*页面背景图片*/
.global
{
	position:absolute;
	background-color:#fff;
	width:874px;
	height:auto;
	margin:auto;
}

.global .TitleFont
{
	font-size:14px;
	font-weight:bold;
	color:Black;
}
 A
{
	font-size: 9pt;
	color: #000;
	text-decoration:none;
}
 A:link
{
	font-size: 9pt;
	color: #000;
	text-decoration: none;
}
 A:ACTIVE {

	color : #000;	
	text-decoration: none;
}
 A:FOCUS
{
	color: #0000ff;
	text-decoration:none;
}

 A:HOVER
{
	color: #0000ff;
	text-decoration: none;
}

/*信息显示内容表格样式*/
table 
{
     TABLE-LAYOUT: fixed ;
     border:0;
     font-size:12px;
     color:Black;
}
    
table td 
{
   table-layout: fixed;
    WORD-BREAK: break-all; 
    WORD-WRAP: break-word;
}
	    

 /*新闻中心显示的链接*/
 .newslink A
{
	font-size: 9pt;
	color: #000;
	text-decoration:none;
}
.newslink A:link
{
	font-size: 9pt;
	color: #000;
	text-decoration: none;
}
.newslink A:ACTIVE {

	color : #000;	
	text-decoration: none;
}
.newslink A:FOCUS
{
	color: #0000ff;
	text-decoration:none;
}

.newslink A:HOVER
{
	color: #0000ff;
	text-decoration: none;
}
