<!--
/*-----------------------------------链接效果开始---------------------------------*/
a.Link01:link {font-size: 11px;line-height: 18px;color: #000000;text-decoration: none;}
a.Link01:hover {color: #990000;	text-decoration: underline;}

a.Link02:link {font-size: 12px;line-height: 18px;color: #000000;text-decoration: none;}
a.Link02:hover {font-family: "MingLiU", "Arial";font-size: 12px;color: red;text-decoration: underline;line-height: 18px;}

a.hotel_list:link {font-size: 12px;font-weight: bold;color: #000099;text-decoration: none;}
a.hotel_list:visited {font-size: 12px;font-weight: bold;color: #000099;text-decoration: none;}
a.hotel_list:hover {color: #FF0000;	text-decoration: underline;}

a.top_menu:link {font-size: 14px; color: #ffffff;text-decoration: none;filter: DropShadow(Color=black, OffX=1, OffY=1, Positive=1);}
a.top_menu:visited {font-size: 14px;color: #FFFFff;text-decoration: none;filter: DropShadow(Color=black, OffX=1, OffY=1, Positive=1);}
a.top_menu:hover {font-size: 14px;color: #ffff00;text-decoration: underline;}

a.top_menu1:link {font-size: 12px; color: #000000;text-decoration: none;filter: DropShadow(Color=black, OffX=1, OffY=1, Positive=1);}
a.top_menu1:visited {font-size: 12px;color: #000000;text-decoration: none;filter: DropShadow(Color=black, OffX=1, OffY=1, Positive=1);}
a.top_menu1:hover {font-size: 12px;color: #ff0000;text-decoration: underline;}

a.index_hotelnews:link {font-size: 13px;line-height: 22px;color: #333333;text-decoration: none;}
a.index_hotelnews:visited {font-size: 13px;line-height: 22px;color: #333333;text-decoration: none;}
a.index_hotelnews:hover {font-size: 13px;line-height: 22px;color: #ff5500;text-decoration: underline;}

a.morenews:link {font-size: 13px;line-height: 22px;color: #ffffff;text-decoration: none;}
a.morenews:visited {font-size: 13px;line-height: 22px;color: #ffffff;text-decoration: none;}
a.morenews:hover {line-height: 22px;color: #000000;text-decoration: underline;}

A:link {font-size: 12px;line-height: 18px; color:#000000;text-decoration: none;}
A:visited {color:#000000;  TEXT-DECORATION: none}
A:hover {font-size: 12px;color: red;text-decoration: underline;line-height: 18px;}
/*------------------------------------链接效果结束------------------------------------------*/

/*------------------------------------系统已有CSS开始------------------------------------*/
BODY {
        COLOR: #000000;  font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
       background-image: url("/img/bg_sd.gif"); 
        background-repeat: repeat-y; 
       background-position: center top;  
        
}

td {	
        font-size: 12px;
	color: #333333;
        line-height: 18px;
}
/*-----------------------------------系统已有CSS结束--------------------------------*/
/*------------------------------------自定义CSS开始--------------------------------*/
.font-white {	
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;

}
.top_bg-Bottom {
	background-repeat: repeat-x;
	background-position: center bottom;
	background-image: url(/images/top_menu_bg.gif);
}
.InputBox01 {	
	font-size: 11px;
	color: #333333;
	border: 1px inset #D4D0C8;
}
.font333 {	
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-decoration: none;
}
.font20 {	
	font-size: 20px;
	color: #333333;
	text-decoration: none;
}
.font12Blue {	
	font-size: 12px;
	color: #001564;
}
.font333H24S14 {	
	font-size: 14px;
	line-height: 22px;
	color: #333333;
	text-decoration: none;
}
.bg-top {
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(../images/NextColumn002.gif);
}
.Font9130014B {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #910300;
	text-decoration: none;
	filter: DropShadow(Color=#FFFFFF, OffX=1, OffY=1, Positive=1);

}
.bg-Bottom1 {
	background-repeat: no-repeat;
	background-position: left bottom;
}

.font2 {
	COLOR: #ffffff; FONT-SIZE: 13px;font-family: "Verdana","宋体";LINE-HEIGHT: 20px; 
}
.font3 {
	FONT-SIZE: 12px; FILTER: dropshadow(color=#ffffff,offx=1,offy=1,positive=true); font-family: "Verdana", "Tahoma", "宋体";
	 background-image: url();
}


.font4 {
	FILTER: glow(color=#ffffff,strength=1); COLOR: #ffffff; FONT-SIZE: 13px;font-family: "Verdana","宋体";LINE-HEIGHT: 20px; 
}

/*------------------------------------自定义CSS结束--------------------------------*/
-->