@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 23px;
}
.Top_Title a:link ,.Top_Title a:visited,.Top_Title
{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	text-align:center
}
.Top_Title a:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
	text-align:center
}

.left_title {
	padding-left:35px;
	font-size: 14px;
	font-weight: bold;
}
.left_font {
	padding-left: 32px;
	color: #FFFFFF;
}
.left_White
{
	color: #FFFFFF;
}
.left_White a:link ,.left_White a:visited,
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.left_White a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}


.td_White {
	padding-left: 10px;
	color: #FFFFFF;
	font-weight: bold;
}


.td_yellow {
	color: #FF6600;
}
.td_green {
	font-size: 14px;
	font-weight: bold;
	color: #7c8c24;
}
.td_date {
	color: #b4b4b4;
}

.line_dashed {
	border: 1px solid #CCCCCC;
	border-style:dashed;
}


a:link ,a:visited
{
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}




.link_hui:link,.link_hui:visited,.link_hui:hover {
	color: #666666;
	text-decoration: none;
}

.link_green:link,.link_green:visited ,.link_green:hover{
	color: #7c8c24;
}
.link_yellow:link,.link_yellow:visited,.link_yellow:hover {
	color: #FF6633;
}
.link_Aril:link,.link_Aril:visited,.link_Aril:hover {
	font-family: Arial;
	font-size: 12px;
	color: #7c8c24;
}
.link_menu:link,.link_menu:visited, {
	color: #4e5a0c;
	text-decoration: none;
}
.link_menu:hover {
	color: #FF7800;
	text-decoration: none;
}
.link_14px:link,.link_14px:visited,.link_14px:hover {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
/*
以下DIV Img 的设置
*/
* {margin:0;padding:0}  
Div {  
  overflow:hidden;  
  position:relative;  
  display:table-cell;  
  text-align:center;  
  vertical-align:middle  
}  
Div p {  
  position:static;  
  +position:absolute;  
  top:50%  
  }  
.DIVImg {  
  position:static;  
  +position:relative;  
  top:-50%;left:-50%;  
}  
