/* CSS Document */

/* CSS Document */


body {
	font-family:  "宋体", "隶书";
	font-size: 12px;
	line-height: 150%;
	text-decoration: none;
	background:#FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    SCROLLBAR-FACE-COLOR:#FFF1DC;
    SCROLLBAR-HIGHLIGHT-COLOR:#FFF1DC;
    SCROLLBAR-SHADOW-COLOR:#FFEBD1;
      SCROLLBAR-3DLIGHT-COLOR:#FFF1DC;
      SCROLLBAR-ARROW-COLOR:#000000;
      SCROLLBAR-TRACK-COLOR:#FFFFFF;
      SCROLLBAR-DARKSHADOW-COLOR:#FFF1DC;
      CURSOR:Default;  
}
.line_right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

td {
	font-family:  "宋体", "隶书";
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height: 180%;
}
/* 黑色连接样式 */
A:link {
	COLOR: #000000; TEXT-DECORATION: none
}
A:visited {
	COLOR: #000000; TEXT-DECORATION: none
}
A:active {
	COLOR: #000000; TEXT-DECORATION: none
}
A:hover {
	COLOR: #FFFFFF; TEXT-DECORATION: none
}
/* 白色连接样式 */

.white a:active,.white a:visited ,.white a:link,
{
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	} 
.white a:hover
{
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
	}	
.red a:active,.red a:visited ,.red a:link,
{
	font-size: 12px;
	color: #ff0000;
	text-decoration: none;
	} 
.red a:hover
{
	font-size: 12px;
	color: #ff0000;
	text-decoration: underline;
	}	
.black_14 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.red_12 {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
