﻿/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	background: url(../images/index.gif);
	background-repeat:repeat-x;
}
input,tr,td,select,textarea {
	font-size: 12px;
	font-family:simsun;
	color:#414141;
}
/*橘黄——24像素*/
.Or {
	font-size: 24px;
	color: #FF6600;
}
.Or:link {
	font-size: 24px;
	color: #FF6600;
	text-decoration: none;
}
.Or:visited {
	font-size: 24px;
	color: #FF6600;
	text-decoration: none;
}
.Or:hover {
	font-size: 24px;
	color: #999999;
	text-decoration: none;
}
.Or:active {
	font-size: 24px;
	color: #999999;
	text-decoration: none;
}

/*橘黄——14像素--加粗*/
.Or14 {
	font-size: 14px;
	color: #FF6600;
	font-weight:bold;
}
.Or14:link {
	font-size: 14px;
	color: #FF6600;
	font-weight:bold;
	text-decoration: none;
}
.Or14:visited {
	font-size: 14px;
	color: #FF6600;
	font-weight:bold;
	text-decoration: none;
}
.Or14:hover {
	font-size: 14px;
	color: #999999;
	font-weight:bold;
	text-decoration: none;
}
.Or14:active {
	font-size: 14px;
	color: #999999;
	font-weight:bold;
	text-decoration: none;
}

/*border——灰色1像素*/
.border {border: #DDDDDD solid 1px;
}

/*黑色12像素——经过变灰*/
.black {
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.black:link {
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.black:visited {
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.black:hover {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
.black:active {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
/*黑色12像素——经过变灰——带下划线*/
.black_ {
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.black_:link {
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.black_:visited {
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.black_:hover {
	font-size: 12px;
	color: #999999;
	text-decoration: underline;
}
.black_:active {
	font-size: 12px;
	color: #999999;
	text-decoration: underline;
}
/*黑色12像素——经过变灰——加粗*/
.black_bold {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	font-weight:bold;
}
.black_bold:link {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	font-weight:bold;
}
.black_bold:visited {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	font-weight:bold;
}
.black_bold:hover {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	font-weight:bold;
}
.black_bold:active {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	font-weight:bold;
}
/*黑色12像素——经过变灰——加粗——带下划线*/
.black_bold_ {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	font-weight:bold;
}
.black_bold_:link {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	font-weight:bold;
}
.black_bold_:visited {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	font-weight:bold;
}
.black_bold_:hover {
	font-size: 12px;
	color: #999999;
	text-decoration: underline;
	font-weight:bold;
}
.black_bold_:active {
	font-size: 12px;
	color: #999999;
	text-decoration: underline;
	font-weight:bold;
}
/*灰色12像素——经过变黑色*/
.gray_black {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.gray_black:link {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.gray_black:visited {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.gray_black:hover {
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.gray_black:active {
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
/*灰色12像素——经过变黑色——带下划线*/
.gray_black_ {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.gray_black_:link {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.gray_black_:visited {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.gray_black_:hover {
	font-size: 12px;
	color: #000;
	text-decoration: underline;
}
.gray_black_:active {
	font-size: 12px;
	color: #000;
	text-decoration: underline;
}
/*灰色12像素——经过变黑色——加粗*/
.gray_black_bold {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
.gray_black_bold:link {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
.gray_black_bold:visited {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
.gray_black_bold:hover {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	font-weight:bold;
}
.gray_black_bold:active {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	font-weight:bold;
}
/*灰色12像素——经过变黑色——加粗——带下划线*/
.gray_black_bold_ {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
.gray_black_bold_:link {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
.gray_black_bold_:visited {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
.gray_black_bold_:hover {
	font-size: 12px;
	color: #000;
	text-decoration: underline;
	font-weight:bold;
}
.gray_black_bold_:active {
	font-size: 12px;
	color: #000;
	text-decoration: underline;
	font-weight:bold;
}
/*灰色12像素——经过变橘黄色*/
.gray {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.gray:link {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.gray:visited {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.gray:hover {
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
}
.gray:active {
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
}
.gray12 {
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
}
/*灰色12像素——经过变橘黄色——带下划线*/
.gray_ {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.gray_:link {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.gray_:visited {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.gray_:hover {
	font-size: 12px;
	color: #FF6600;
	text-decoration: underline;
}
.gray_:active {
	font-size: 12px;
	color: #FF6600;
	text-decoration: underline;
}
/*灰色12像素——经过变橘黄色——加粗*/
.gray_bold {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
.gray_bold:link {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
.gray_bold:visited {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
.gray_bold:hover {
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
	font-weight:bold;
}
.gray_bold:active {
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
	font-weight:bold;
}
/*灰色12像素——经过变橘黄色——加粗——带下划线*/
.gray_bold_ {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
.gray_bold_:link {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
.gray_bold_:visited {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
.gray_bold_:hover {
	font-size: 12px;
	color: #FF6600;
	text-decoration: underline;
	font-weight:bold;
}
.gray_bold_:active {
	font-size: 12px;
	color: #FF6600;
	text-decoration: underline;
	font-weight:bold;
}

/*白色12像素——经过变橘红色*/
.white {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
.white:link {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
.white:visited {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
.white:hover {
	font-size: 12px;
	color: #FF9900;
	text-decoration: none;
}
.white:active {
	font-size: 12px;
	color: #FF9900;
	text-decoration: none;
}
/*白色12像素——经过变中黄色——带下划线*/
.white_ {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
.white_:link {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
.white_:visited {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
.white_:hover {
	font-size: 12px;
	color: #FFCC00;
	text-decoration: underline;
}
.white_:active {
	font-size: 12px;
	color: #FFCC00;
	text-decoration: underline;
}
/*白色12像素——经过变中黄色——加粗*/
.white_bold {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
}
.white_bold:link {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
}
.white_bold:visited {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
}
.white_bold:hover {
	font-size: 12px;
	color: #FFCC00;
	text-decoration: none;
	font-weight:bold;
}
.white_bold:active {
	font-size: 12px;
	color: #FFCC00;
	text-decoration: none;
	font-weight:bold;
}
/*白色12像素——经过变中黄色——加粗——带下划线*/
.white_bold_ {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
}
.white_bold_:link {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
}
.white_bold_:visited {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
}
.white_bold_:hover {
	font-size: 12px;
	color: #FFCC00;
	text-decoration: underline;
	font-weight:bold;
}
.white_bold_:active {
	font-size: 12px;
	color: #FFCC00;
	text-decoration: underline;
	font-weight:bold;
}
/*蓝色12像素——经过变橘黄*/
.blue1 {
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
}
.blue1:link {
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
}
.blue1:visited {
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
}
.blue1:hover {
	font-size: 12px;
	color: #000099;
	text-decoration: none;
}
.blue1:active {
	font-size: 12px;
	color: #000099;
	text-decoration: none;
}
.blue {
	font-size: 12px;
	color: #000099;
	text-decoration: none;
}
.blue:link {
	font-size: 12px;
	color: #000099;
	text-decoration: none;
}
.blue:visited {
	font-size: 12px;
	color: #000099;
	text-decoration: none;
}
.blue:hover {
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
}
.blue:active {
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
}
/*蓝色12像素——经过变灰色——带下划线*/
.blue_ {
	font-size: 12px;
	color: #000099;
	text-decoration: none;
}
.blue_:link {
	font-size: 12px;
	color: #000099;
	text-decoration: none;
}
.blue_:visited {
	font-size: 12px;
	color: #000099;
	text-decoration: none;
}
.blue_:hover {
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}
.blue_:active {
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}
/*蓝色12像素——经过变灰色——加粗*/
.blue_bold {
	font-size: 12px;
	color: #000099;
	text-decoration: none;
	font-weight:bold;
}
.blue_bold:link {
	font-size: 12px;
	color: #000099;
	text-decoration: none;
	font-weight:bold;
}
.blue_bold:visited {
	font-size: 12px;
	color: #000099;
	text-decoration: none;
	font-weight:bold;
}
.blue_bold:hover {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
.blue_bold:active {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
/*蓝色12像素——经过变灰色——加粗——带下划线*/
.blue_bold_ {
	font-size: 12px;
	color: #000099;
	text-decoration: none;
	font-weight:bold;
}
.blue_bold_:link {
	font-size: 12px;
	color: #000099;
	text-decoration: none;
	font-weight:bold;
}
.blue_bold_:visited {
	font-size: 12px;
	color: #000099;
	text-decoration: none;
	font-weight:bold;
}
.blue_bold_:hover {
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
	font-weight:bold;
}
.blue_bold_:active {
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
	font-weight:bold;
}
/*棕色12像素*/
.brown {
	font-size: 12px;
	color: #A85400;
	text-decoration: none;
}
.brown:link {
	font-size: 12px;
	color: #A85400;
	text-decoration: none;
}
.brown:visited {
	font-size: 12px;
	color: #A85400;
	text-decoration: none;
}
.brown:hover {
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
}
.brown:active {
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
}
/*棕色12像素——带下划线*/
.brown_ {
	font-size: 12px;
	color: #A85400;
	text-decoration: none;
}
.brown_:link {
	font-size: 12px;
	color: #A85400;
	text-decoration: none;
}
.brown_:visited {
	font-size: 12px;
	color: #A85400;
	text-decoration: none;
}
.brown_:hover {
	font-size: 12px;
	color: #FF6600;
	text-decoration: underline;
}
.brown_:active {
	font-size: 12px;
	color: #FF6600;
	text-decoration: underline;
}
/*棕色12像素——加粗*/
.brown_bold{
	font-size: 12px;
	color: #A85400;
	text-decoration: none;
	font-weight:bold;

}
.brown_bold:link {
	font-size: 12px;
	color: #A85400;
	text-decoration: none;
	font-weight:bold;
}
.brown_bold:visited {
	font-size: 12px;
	color: #A85400;
	text-decoration: none;
	font-weight:bold;
}
.brown_bold:hover {
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
	font-weight:bold;
}
.brown_bold:active {
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
	font-weight:bold;
}
/*棕色12像素——加粗——带下划线*/
.brown_bold_ {
	font-size: 12px;
	color: #A85400;
	text-decoration: none;
	font-weight:bold;
}
.brown_bold_:link {
	font-size: 12px;
	color: #A85400;
	text-decoration: none;
	font-weight:bold;
}
.brown_bold_:visited {
	font-size: 12px;
	color: #A85400;
	text-decoration: none;
	font-weight:bold;
}
.brown_bold_:hover {
	font-size: 12px;
	color: #FF6600;
	text-decoration: underline;
	font-weight:bold;
}
.brown_bold_:active {
	font-size: 12px;
	color: #FF6600;
	text-decoration: underline;
	font-weight:bold;
}

/*红色12像素——经过变灰色*/
.red {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
.red:link {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
.red:visited {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
.red:hover {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.red:active {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
/*红色12像素——经过变灰色——带下划线*/
.red_ {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
.red_:link {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
.red_:visited {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
.red_:hover {
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}
.red_:active {
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}
/*红色12像素——经过变灰色——加粗*/
.red_bold{
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
	font-weight:bold;
}
.red_bold:link {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
	font-weight:bold;
}
.red_bold:visited {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
	font-weight:bold;
}
.red_bold:hover {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
.red_bold:active {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
/*红色12像素——经过变灰色——加粗——带下划线*/
.red_bold_ {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
	font-weight:bold;
}
.red_bold_:link {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
	font-weight:bold;
}
.red_bold_:visited {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
	font-weight:bold;
}
.red_bold_:hover {
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
	font-weight:bold;
}
.red_bold_:active {
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
	font-weight:bold;
}
/*黄色12像素——经过变白色*/
.yellow {
	font-size: 12px;
	color: #FFFF00;
	text-decoration: none;
}
.yellow:link {
	font-size: 12px;
	color: #FFFF00;
	text-decoration: none;
}
.yellow:visited {
	font-size: 12px;
	color: #FFFF00;
	text-decoration: none;
}
.yellow:hover {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
.yellow:active {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
/*黄色12像素——经过变白色——带下划线*/
.yellow_ {
	font-size: 12px;
	color: #FFFF00;
	text-decoration: none;
}
.yellow_:link {
	font-size: 12px;
	color: #FFFF00;
	text-decoration: none;
}
.yellow_:visited {
	font-size: 12px;
	color: #FFFF00;
	text-decoration: none;
}
.yellow_:hover {
	font-size: 12px;
	color: #FFF;
	text-decoration: underline;
}
.yellow_:active {
	font-size: 12px;
	color: #FFF;
	text-decoration: underline;
}
/*黄色12像素——经过变白色——加粗*/
.yellow_bold{
	font-size: 12px;
	color: #FFFF00;
	text-decoration: none;
	font-weight:bold;
}
.yellow_bold:link {
	font-size: 12px;
	color: #FFFF00;
	text-decoration: none;
	font-weight:bold;
}
.yellow_bold:visited {
	font-size: 12px;
	color: #FFFF00;
	text-decoration: none;
	font-weight:bold;
}
.yellow_bold:hover {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
}
.yellow_bold:active {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
}
/*黄色12像素——经过变白色——加粗——带下划线*/
.yellow_bold_ {
	font-size: 12px;
	color: #FFFF00;
	text-decoration: none;
	font-weight:bold;
}
.yellow_bold_:link {
	font-size: 12px;
	color: #FFFF00;
	text-decoration: none;
	font-weight:bold;
}
.yellow_bold_:visited {
	font-size: 12px;
	color: #FFFF00;
	text-decoration: none;
	font-weight:bold;
}
.yellow_bold_:hover {
	font-size: 12px;
	color: #FFF;
	text-decoration: underline;
	font-weight:bold;
}
.yellow_bold_:active {
	font-size: 12px;
	color: #FFF;
	text-decoration: underline;
	font-weight:bold;
}
/*橘黄12像素——经过变灰色*/
.orange_z {
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
}
.orange_z:link {
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
}
.orange_z:visited {
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
}
.orange_z:hover {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.orange_z:active {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
/*橘黄12像素——经过变灰色——带下划线*/
.orange_z_ {
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
}
.orange_z_:link {
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
}
.orange_z_:visited {
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
}
.orange_z_:hover {
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}
.orange_z_:active {
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}
/*橘黄12像素——经过变灰色——加粗*/
.orange_z_bold{
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
	font-weight:bold;
}
.orange_z_bold:link {
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
	font-weight:bold;
}
.orange_z_bold:visited {
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
	font-weight:bold;
}
.orange_z_bold:hover {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
.orange_z_bold:active {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
/*橘黄12像素——经过变灰色——加粗——带下划线*/
.orange_z_bold_ {
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
	font-weight:bold;
}
.orange_z_bold_:link {
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
	font-weight:bold;
}
.orange_z_bold_:visited {
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
	font-weight:bold;
}
.orange_z_bold_:hover {
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
	font-weight:bold;
}
.orange_z_bold_:active {
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
	font-weight:bold;
}
/*绿色12像素——经过变淡黄*/
.greed {
	font-size: 12px;
	color: #009999;
	text-decoration: none;
}
.greed:link {
	font-size: 12px;
	color: #009999;
	text-decoration: none;
}
.greed:visited {
	font-size: 12px;
	color: #009999;
	text-decoration: none;
}
.greed:hover {
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
}
.greed:active {
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
}
.greed12 {
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
}

/*绿色12像素——经过变淡黄——带下划线*/
.greed_ {
	font-size: 12px;
	color: #009999;
	text-decoration: none;
}
.greed_:link {
	font-size: 12px;
	color: #009999;
	text-decoration: none;
}
.greed_:visited {
	font-size: 12px;
	color: #009999;
	text-decoration: none;
}
.greed_:hover {
	font-size: 12px;
	color: #FF6600;
	text-decoration: underline;
}
.greed_:active {
	font-size: 12px;
	color: #FF6600;
	text-decoration: underline;
}
/*绿色12像素——经过变淡黄——加粗*/
.greed_bold{
	font-size: 12px;
	color: #009999;
	text-decoration: none;
	font-weight:bold;
}
.greed_bold:link {
	font-size: 12px;
	color: #009999;
	text-decoration: none;
	font-weight:bold;
}
.greed_bold:visited {
	font-size: 12px;
	color: #FFFF00;
	text-decoration: none;
	font-weight:bold;
}
.greed_bold:hover {
	font-size: 12px;
	color: #FF9900;
	text-decoration: none;
	font-weight:bold;
}
.greed_bold:active {
	font-size: 12px;
	color: #FF9900;
	text-decoration: none;
	font-weight:bold;
}
/*绿色12像素——经过变淡黄——加粗——带下划线*/
.greed_bold_ {
	font-size: 12px;
	color: #009999;
	text-decoration: none;
	font-weight:bold;
}
.greed_bold_:link {
	font-size: 12px;
	color: #009999;
	text-decoration: none;
	font-weight:bold;
}
.greed_bold_:visited {
	font-size: 12px;
	color: #009999;
	text-decoration: none;
	font-weight:bold;
}
.greed_bold_:hover {
	font-size: 12px;
	color: #FF9900;
	text-decoration: underline;
	font-weight:bold;
}
.greed_bold_:active {
	font-size: 12px;
	color: #FF9900;
	text-decoration: underline;
	font-weight:bold;
}

/*---导航背景---*/
.headerbg {
	background-image: url(../img/dh_1.gif);
	background-repeat: no-repeat;
	text-align:right;
	font-size: 12px;
	height: 54px;
	width: 82px;
	color: #009999;
	display: block;
	line-height: 18px;
	text-decoration: none;
}
.headerbg:link {
	background-image: url(../img/dh_1.gif);
	background-repeat: no-repeat;
	text-align:right;
	font-size: 12px;
	height: 54px;
	width: 82px;
	color: #009999;
	display: block;
	line-height: 18px;
	text-decoration: none;
}
.headerbg:visited {
	background-image: url(../img/dh_1.gif);
	background-repeat: no-repeat;
	text-align:right;
	font-size: 12px;
	height: 54px;
	width: 82px;
	color: #009999;
	display: block;
	line-height: 18px;
	text-decoration: none;
}

.headerbg:hover {
	background-image: url(../img/dh_2.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #FF6600;
	height: 54px;
	width: 82px;
	line-height: 18px;
	text-decoration: none;
}

.headerbg12 {
	background-image: url(../img/dh_2.gif);
	background-repeat: no-repeat;
	text-align:right;
	font-size: 12px;
	height: 54px;
	width: 82px;
	color: #FF6600;
	display: block;
	line-height: 18px;
	text-decoration: none;
}
/*产品图片橙色边框*/
.Orange {
	color: #000000;
	text-decoration: none
}
.Orange:hover {
	color: #FF9900
}

#Orange_img img {
	border-right:#ccc 2px solid; 
	border-top:#ccc 2px solid; 
	border-left:#ccc 2px solid;  
	border-bottom:#ccc 2px solid; 
}
#Orange_img a:hover img {
	border-right:#FF9900 2px solid;
	border-top:#FF9900 2px solid;
	border-left:#FF9900 2px solid; 
	border-bottom:#FF9900 2px solid;
}
/*产品图片蓝色边框*/
.Orange_B {
	color: #000000;
	text-decoration: none
}
.Orange_B:hover {
	color: #FF6600;
}

#Orange_B_img img {
	border-right:#ccc 3px solid; 
	border-top:#ccc 3px solid; 
	border-left:#ccc 3px solid;  
	border-bottom:#ccc 3px solid; 
}
#Orange_B_img a:hover img {
	border-right:#FF6600 3px solid;
	border-top:#FF6600 3px solid;
	border-left:#FF6600 3px solid; 
	border-bottom:#FF6600 3px solid;
}

/*房源助手*/
.ADMenuBtn {
	border-top: 1px solid; border-left:1px solid; width:286px; font-size:12px;
}
.ADMenuOn {
	border-right:#F5F5F6 2px solid; background: url(/images/Search01.gif) no-repeat; width:76px; cursor:pointer; color:#a23800; line-height:29px; text-align:center; font-size:12px;
}
.ADMenuOff {
	border-right:#F5F5F6 2px solid; background:url(/Images/Search02.gif) no-repeat; width:76px; cursor:pointer; color:#333333; line-height:29px; text-align:center; font-size:12px;
}
.ADMenuCon {
	border-right:#ffe388 1px solid; border-top:medium none; border-left:#ffe388 1px solid; width:286px; border-bottom:#ffe388 1px solid;
}
.ADMenuCon TD {
	padding-right:1px; padding-left:6px; padding-bottom:1px; color:#333;line-height:20px; padding-top:4px; text-align:left;
}
.ADMenuCon TD A:link {
	color:#f00; text-decoration:underline;
}
.ADMenuCon TD A:visited {
	color:#f00; text-decoration:underline;
}
.ADMenuCon TD A:active {
	color:#00298f; text-decoration:underline;
}
.ADMenuCon TD A:hover {
	color:#00298f; text-decoration:underline;
}
.mypage1 {
	font-weight: bold;
	color:#ff6600;
	border: 1px solid #808080;
	text-decoration: none;
	background-color: #ffffff;
	text-align:center;
	padding:0px 4px 0px 4px;
}
.mypage2 {
	border: 1px solid #808080;
	text-decoration: none;
	background-color: #ffffff;
	text-align:center;
	padding:0px 4px 0px 4px;
}
.txt160 {
	line-height: 160%;
}

/*--------------------------------*/
.Wan {
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
}

