﻿body 
{
	background-color:#fff;
	font-size:12px;
	font-family:Verdana;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

/***********************************************/
/* 按钮效果                                   */
/***********************************************/
 /*按钮正常效果*/
.button_text 
{
	height:20px;
	margin:0 10px 0 10px;
	padding:0 5px 0 5px;
	text-align:center;
	border-right: 1px solid #9BD26A;
	border-bottom: 1px solid #81C73E;
	border-left: 1px solid #9ADB5E;
	border-top: 1px solid #C1E39F;
	font-size: 9pt;
	color:#000;
	line-height:18px;
	text-decoration: none;
	cursor: pointer;
	background:url(http://2009.eacha.com/DivImage/BtnMouseOut.gif);
} 
	
 /*按钮正常效果*/
.button_onMouseOut 
{
	height:20px;
	margin:0 10px 0 10px;
	padding:0 5px 0 5px;
	text-align:center;
	border-right: 1px solid #9BD26A;
	border-bottom: 1px solid #81C73E;
	border-left: 1px solid #9ADB5E;
	border-top: 1px solid #C1E39F;
	font-size: 9pt;
	color:#000;
	line-height:18px;
	text-decoration: none;
	cursor: pointer;
	background-image:url(http://2009.eacha.com/DivImage/BtnMouseOut.gif);
	background-color: #EAF0F5;
} 

 /*按钮触发效果*/
.button_onmouseover 
{
	height:20px;
	margin:0 10px 0 10px;
	padding:0 5px 0 5px;
	text-align:center;
	border-right: 1px solid #9BD26A;
	border-bottom: 1px solid #81C73E;
	border-left: 1px solid #9ADB5E;
	border-top: 1px solid #C1E39F;
	font-size: 9pt;
	color:#437117;
	line-height:18px;
	text-decoration: none;
	cursor: pointer;
    background-image:url(http://2009.eacha.com/DivImage/BtnMouseOver.gif);
	background-color: #F1F6E8;
}
	
 /*按钮按下效果*/
.button_onmousedown 
{
	height:20px;
	margin:0 10px 0 10px;
	padding:0 5px 0 5px;
	text-align:center;
	border-right: 1px solid #9BD26A;
	border-bottom: 1px solid #81C73E;
	border-left: 1px solid #9ADB5E;
	border-top: 1px solid #C1E39F;
	font-size: 9pt;
	color:#437117;
	line-height:18px;
	text-decoration: none;
	cursor: pointer;
	color: #ffffff;
    background-image:url(http://2009.eacha.com/DivImage/BtnMouseDown.gif);
	background-color: #ABF105;
}

.TopSearchBtn
{
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;	
	background:url(http://2009.eacha.com/DivImage/Btnbg.png);
	cursor:pointer;
	height:23px;
	width:92px;
	font-size:14px;
	color:#555;
	text-decoration:none;
	text-align:center;
}
/***********************************************/
/* 按钮效果                                   */
/***********************************************/

/* ----------------------------------------------超链接样式--------------------------------------- */

/* 默认黑色12号字体链接 */
a:link,a:visited{font-size:12px;color:#000;text-decoration:none;}
a:hover,a:active{color:#f60;text-decoration:underline;}
/* 默认黑色12号字体链接 */

/* 黑色12号字体链接 */
a.F12Black:link {color:#000;text-decoration: none;font-size: 12px;}
a.F12Black:visited {color: #000;text-decoration: none;font-size: 12px;}
a.F12Black:hover{color:#000;text-decoration:underline;font-size: 12px;}
a.F12Black:active {color: #000;text-decoration: none;font-size: 12px;}
/* 黑色12号字体链接 */

/* 黑色12号字体链接 */
a.F12Black1:link {color:#000;text-decoration: none;font-size: 12px;}
a.F12Black1:visited {color: #000;text-decoration: none;font-size: 12px;}
a.F12Black1:hover{color:#000;text-decoration:none;font-size: 12px;}
a.F12Black1:active {color: #000;text-decoration: none;font-size: 12px;}
/* 黑色12号字体链接 */

/* 白色12号字体链接 */
a.F12White:link {color:#fff;text-decoration: none;font-size: 12px;}
a.F12White:visited {color: #fff;text-decoration: none;font-size: 12px;}
a.F12White:hover{color:#fff;text-decoration:underline;font-size: 12px;}
a.F12White:active {color: #fff;text-decoration: none;font-size: 12px;}
/* 白色12号字体链接 */

/* 白色14号字体链接 */
a.F14White:link {color:#fff;text-decoration: none;font-size: 14px;}
a.F14White:visited {color: #fff;text-decoration: none;font-size: 14px;}
a.F14White:hover{color:#fff;text-decoration:underline;font-size: 14px;}
a.F14White:active {color: #fff;text-decoration: none;font-size: 14px;}
/* 白色14号字体链接 */

/* 灰色12号字体链接 */
a.F12Hui:link {color: #555555;text-decoration: none;font-size: 12px;}
a.F12Hui:visited {color: #555555;text-decoration: none;font-size: 12px;}
a.F12Hui:hover {color:#FF6600;text-decoration:underline;font-size: 12px;}
a.F12Hui:active {color: #555555;text-decoration: none;font-size: 12px;}
/* 灰色12号字体链接 */

/* 灰色12号粗字体链接 */
a.F12HuiB:link {color: #555555;text-decoration: none;font-size: 12px;font-weight:bold;}
a.F12HuiB:visited {color: #555555;text-decoration: none;font-size: 12px;font-weight:bold;}
a.F12HuiB:hover {color:#FF6600;text-decoration:underline;font-size: 12px;font-weight:bold;}
a.F12HuiB:active {color: #555555;text-decoration: none;font-size: 12px;font-weight:bold;}
/* 灰色12号粗字体链接 */

/* 灰色14号字体链接 */
a.F14Hui:link {color: #555555;text-decoration: none;font-size: 14px;}
a.F14Hui:visited {color: #555555;text-decoration: none;font-size: 14px;}
a.F14Hui:hover {color:#FF6600;text-decoration:underline;font-size: 14px;}
a.F14Hui:active {color: #555555;text-decoration: none;font-size: 14px;}
/* 灰色14号字体链接 */

/* 灰色14号粗字体链接 */
a.F14HuiB:link {color: #555555;text-decoration: none;font-size: 14px; font-weight:bold;}
a.F14HuiB:visited {color: #555555;text-decoration: none;font-size: 14px;font-weight:bold;}
a.F14HuiB:hover {color:#FF6600;text-decoration:underline;font-size: 14px;font-weight:bold;}
a.F14HuiB:active {color: #555555;text-decoration: none;font-size: 14px;font-weight:bold;}
/* 灰色14号粗字体链接 */

/* 黑色14号粗字体链接 */
a.F14BlackiB:link {color: #000;text-decoration: none;font-size: 14px; font-weight:bold;}
a.F14BlackiB:visited {color: #000;text-decoration: none;font-size: 14px;font-weight:bold;}
a.F14BlackiB:hover {color:#000;text-decoration:underline;font-size: 14px;font-weight:bold;}
a.F14BlackiB:active {color: #000;text-decoration: none;font-size: 14px;font-weight:bold;}
/* 黑色14号粗字体链接 */

/* 灰色16号字体链接 */
a.F16Hui:link {color: #555555;text-decoration: none;font-size: 16px;}
a.F16Hui:visited {color: #555555;text-decoration: none;font-size: 16px;}
a.F16Hui:hover{color:#FF6600;text-decoration:underline;font-size: 16px;}
a.F16Hui:active {color: #555555;text-decoration: none;font-size: 16px;}
/* 灰色16号字体链接 */

/* 橙色12号字体链接 */
a.F12Orange:link {color: #FF6600;text-decoration: none;font-size: 12px;}
a.F12Orange:visited {color: #FF6600;text-decoration: none;font-size: 12px;}
a.F12Orange:hover{color:#FF6600;text-decoration:underline;font-size: 12px;}
a.F12Orange:active {color: #FF6600;text-decoration: none;font-size: 12px;}
/* 橙色12号字体链接 */

/* 橙色12号字体链接 */
a.F12Orange1:link {color: #FF6600;text-decoration: underline;font-size: 12px;}
a.F12Orange1:visited {color: #FF6600;text-decoration: underline;font-size: 12px;}
a.F12Orange1:hover{color:#FF6600;text-decoration:underline;font-size: 12px;}
a.F12Orange1:active {color: #FF6600;text-decoration: underline;font-size: 12px;}
/* 橙色12号字体链接 */

/* 橙色14号字体链接 */
a.F14Orange:link {color: #FF6600;text-decoration: none;font-size: 14px;}
a.F14Orange:visited {color: #FF6600;text-decoration: none;font-size: 14px;}
a.F14Orange:hover{color:#FF6600;text-decoration:underline;font-size: 14px;}
a.F14Orange:active {color: #FF6600;text-decoration: none;font-size: 14px;}
/* 橙色14号字体链接 */

/* 橙色12号粗体字体链接 */
a.F12OrangeB:link {color: #FF6600;text-decoration: none;font-size: 12px;font-weight:bold;}
a.F12OrangeB:visited {color: #FF6600;text-decoration: none;font-size: 12px;font-weight:bold;}
a.F12OrangeB:hover{color:#FF6600;text-decoration:underline;font-size: 12px;font-weight:bold;}
a.F12OrangeB:active {color: #FF6600;text-decoration: none;font-size: 12px;font-weight:bold;}
/* 橙色12号粗体字体链接 */

/* 橙色14号粗体字体链接 */
a.F14OrangeB:link {color: #FF6600;text-decoration: none;font-size: 14px;font-weight:bold;}
a.F14OrangeB:visited {color: #FF6600;text-decoration: none;font-size: 14px;font-weight:bold;}
a.F14OrangeB:hover{color:#FF6600;text-decoration:underline;font-size: 14px;font-weight:bold;}
a.F14OrangeB:active {color: #FF6600;text-decoration: none;font-size: 14px;font-weight:bold;}
/* 橙色14号粗体字体链接 */

/* 橙色16号字体链接 */
a.F16Orange:link {color: #FF6600;text-decoration: none;font-size: 16px;font-weight:bold;}
a.F16Orange:visited {color: #FF6600;text-decoration: none;font-size: 16px;font-weight:bold;}
a.F16Orange:hover{color:#FF6600;text-decoration:underline;font-size: 16px;font-weight:bold;}
a.F16Orange:active {color: #FF6600;text-decoration: none;font-size: 16px;font-weight:bold;}
/* 橙色16号字体链接 */

/* 绿色12号字体链接 */
a.F12Greed:link {color: #699D1F;text-decoration: none;font-size: 12px;}
a.F12Greed:visited {color: #699D1F;text-decoration: none;font-size: 12px;}
a.F12Greed:hover{color:#FF6600;text-decoration:underline;font-size: 12px;}
a.F12Greed:active {color: #699D1F;text-decoration: none;font-size: 12px;}
/* 绿色12号字体链接 */

/* 深绿色12号字体链接 */
a.F12GreenEarth:link {color: #978311;text-decoration: none;font-size: 12px;font-weight:bold;}
a.F12GreenEarth:visited {color: #978311;text-decoration: none;font-size: 12px;font-weight:bold;}
a.F12GreenEarth:hover{color:#978311;text-decoration:underline;font-size: 12px;font-weight:bold;}
a.F12GreenEarth:active {color: #978311;text-decoration: none;font-size: 12px;font-weight:bold;}
/* 深绿色12号字体链接 */

/* 天蓝色16号字体链接 */
a.F16Blue:link {color: #80CEBE;text-decoration: none;font-size: 16px;font-weight:bold;}
a.F16Blue:visited {color: #80CEBE;text-decoration: none;font-size: 16px;font-weight:bold;}
a.F16Blue:hover{color:#80CEBE;text-decoration:underline;font-size: 16px;font-weight:bold;}
a.F16Blue:active {color: #80CEBE;text-decoration: none;font-size: 16px;font-weight:bold;}
/* 天蓝色16号字体链接 */

/* 天蓝色12号字体链接 */
a.F12Blue:link {color:Blue;text-decoration: none;font-size: 12px;}
a.F12Blue:visited {color: Blue;text-decoration: none;font-size: 12px;}
a.F12Blue:hover{color:#FF6600;text-decoration:underline;font-size: 12px;}
a.F12Blue:active {color: Blue;text-decoration: none;font-size: 12px;}
/* 天蓝色12号字体链接 */

/* 蓝色12号字体链接 */
a.F12Blue1:link {color:#0044DD;text-decoration: none;font-size: 12px;}
a.F12Blue1:visited {color: #0044DD;text-decoration: none;font-size: 12px;}
a.F12Blue1:hover{color:#0044DD;text-decoration:underline;font-size: 12px;}
a.F12Blue1:active {color: #0044DD;text-decoration: none;font-size: 12px;}
/* 蓝色12号字体链接 */

/* 咖啡色12号字体链接 */
a.F12Brown:link {color: #B67143;text-decoration: none;font-size: 12px;}
a.F12Brown:visited {color: #B67143;text-decoration: none;font-size: 12px;}
a.F12Brown:hover{color:#B67143;text-decoration:underline;font-size: 12px;}
a.F12Brown:active {color: #B67143;text-decoration: none;font-size: 12px;}
/* 咖啡色12号字体链接 */

/* 紫色14号字体链接 */
a.F14Purple:link {color: #B365BE;text-decoration: none;font-size: 14px;font-weight:bold;}
a.F14Purple:visited {color: #B365BE;text-decoration: none;font-size: 14px;font-weight:bold;}
a.F14Purple:hover{color:#B365BE;text-decoration:underline;font-size: 14px;font-weight:bold;}
a.F14Purple:active {color: #B365BE;text-decoration: none;font-size: 14px;font-weight:bold;}
/* 紫色14号字体链接 */

/* 灰色14号字体链接 */
a.F14Grey:link {color: #919191;text-decoration: none;font-size: 14px;font-weight:bold;}
a.F14Grey:visited {color: #919191;text-decoration: none;font-size: 14px;font-weight:bold;}
a.F14Grey:hover{color:#919191;text-decoration:underline;font-size: 14px;font-weight:bold;}
a.F14Grey:active {color: #919191;text-decoration: none;font-size: 14px;font-weight:bold;}
/* 灰色14号字体链接 */

/*----------14号蓝色字体----------*/
a.Link14blue2:link {color: #0066CC;text-decoration: none;font-size: 14px;}
a.Link14blue2:visited {color: #0066CC;text-decoration: none;font-size: 14px;}
a.Link14blue2:hover{color:#0066CC;text-decoration:underline;font-size: 14px;}
a.Link14blue2:active {color: #0066CC;text-decoration: none;font-size: 14px;}
/*----------14号蓝色字体----------*/

/* 红色12号字体链接 */
a.F12Red:link {color: #ff0000;text-decoration: none;font-size: 12px;line-height: 22px;}
a.F12Red:visited {color: #ff0000;text-decoration: none;font-size: 12px;line-height: 22px;}
a.F12Red:hover{color:#ff0000;text-decoration:underline;font-size: 12px;line-height: 22px;}
a.F12Red:active {color: #ff0000;text-decoration: none;font-size: 12px;line-height: 22px;}
/* 红色12号字体链接 */

/* ----------------------------------------------超链接样式--------------------------------------- */

/* ----------------------------------------------字体设置--------------------------------------- */

/* 橙色12号字体 */
.Font12Orange
{
	font-size: 12px;
	color: #FF6600;
}
/* 橙色12号字体 */

/* 橙色14号字体 */
.Font14Orange
{
	font-size: 14px;
	color: #FF6600;
}
/* 橙色14号字体 */

/* 灰色12号字体 */
.Font12OHui
{
	font-size: 12px;
	color: #555;
}
/* 灰色12号字体 */

/* 灰色14号字体 */
.Font14OHui
{
	font-size: 14px;
	color: #555;
}
/* 灰色14号字体 */

/* 绿色12号字体 */
.Font12Greed
{
	font-size: 12px;
	color: #699D1F;
}
/* 绿色12号字体 */

/* 黑色14号粗字体 */
.Font14OBlack
{
	font-size: 14px;
	color: #000;
	font-weight:bold;
}
/* 黑色14号粗字体 */

/* ----------------------------------------------字体设置--------------------------------------- */


div#CCDiv
{
	position:absolute;
	z-index:999;
	background-color:#fff;
	border:2px solid #009900;
	display:none;
	padding:0 0 0 0;
}

div#BDDiv
{
	position:absolute;
	z-index:100;
	background-color:#555;
	margin:1px 0 1px 0;
	display:none;
	text-align:center;
}

.HeadNotice
{
	background-color:#fff;
	width:960px;
	margin:0 auto;
}


