/* CSS Document */
html { height:100%; }
body, table, td, input, option, textarea, select, a, title {
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #333333;
	font-size: 11px;
	line-height: normal;
	text-decoration: none;
	font-family:Arial;
}

body {background-color: #C7C7C7;}

/* 表格居中对齐，兼容所有浏览器---------------------------------------------------- */
.TD_center { margin:0 auto;}




/* 链接---------------------------------------------------------------------------- */

a {color: #333333;	text-decoration: none;}
a:hover {color: #CC0000;  text-decoration: underline;}

.Top_Menu {color:#BABFCD;	text-decoration: none;}
.Top_Menu:hover {color:#FFFFCC;	text-decoration: underline;}



/* 字体颜色----------------------------------------------------------------------- */

.Text_FFFFFF {color:#FFFFFF;}

.Text_AFAFAF {color:#AFAFAF;font-size:10px;}

.dh_Text_CC0000 {color:#CC0000;font-size:14px;}

.Text_Hotline {color:#CC0000; font-size:14px;}

.Text_003366 {color:#003366;}

.Text_2D6188 {color:#2D6188;}

.Menu {color:#000000;text-decoration: none;}
.Menu:hover {color:#CC0000;	text-decoration: underline;}



/* 行高----------------------------------------------------------------------- */
.16Height{line-height: 16px;}

.17Height{line-height: 17px;}

.18Height{line-height: 18px;}

.20Height{line-height: 20px;}

.22Height{line-height: 22px;}

.24Height{line-height: 24px;}

.25Height{line-height: 25px;}

.26Height{line-height: 26px;}

.28Height{line-height: 28px;}


/* 搜索框-------------------------------------------------------------------------- */

.Search{
	background-image: url(../images/bg_002.jpg);
	height: 17px;
	width: 198px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
