/* ===================网站链接总的css定义:可定义内容为链接字体颜色、样式等=============== */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #000000;} /* 已访问的链接 */
a:hover{color: #ae0927;} /* 鼠标在链接上 */ 
a:active {color: #0000ff;} /* 点击激活链接 */

/* ================================网站图片连接====================== */
a.nav:link       {
	text-decoration: none;
	color: #cc0000;
}
a.nav:visited    {color:#FF0000;text-decoration: none}
a.nav:hover     {
	color:#FF9900;
	text-decoration: none;
	position: relative;
	lift: 1px;
	left: 1px;
	top: 1px;
}
a.nav:active      {color:#3399ff;text-decoration: underline}

/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
font-size: 9pt;background:url(/images/bg_all.gif);
background-position:center;
text-decoration: none;
scrollbar-face-color: #f6f6f6;
scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #cccccc; scrollbar-3dlight-color: #cccccc; scrollbar-arrow-color: #330000; scrollbar-track-color: #f6f6f6; scrollbar-darkshadow-color: #ffffff; 
}



table        { font-family: 宋体; font-size: 9pt ;color: #000000;letter-spacing: 1pt}
body         { font-family: 宋体; font-size: 9pt }
H1           { font-family: 宋体; font-size: 9pt }
H2           { font-family: 宋体; font-size: 9pt }
H3           { font-family: 宋体; font-size: 10.5pt }

input        { font-size: 12px;}
.input1      { BACKGROUND-COLOR: white; BORDER-BOTTOM: #76797B 1px solid; BORDER-LEFT: #76797B 1px solid; BORDER-RIGHT: #76797B 1px solid; BORDER-TOP: #76797B 1px solid;}
SELECT       { FONT-FAMILY: "宋体"; FONT-SIZE: 12px; LINE-HEIGHT: 14px}

.kevin1      { letter-spacing: 2px; font-size: 12px; color: #3333FF;FONT-WEIGHT: bold }
.kevin2      { letter-spacing: 3px; font-size: 12px; color: #000000 }
.newstitle   { letter-spacing: 2px; font-size: 16px; color: #000000;FONT-WEIGHT: bold}
.newscontent { line-height:150%;letter-spacing: 1.5px; color: #333333}


/*网站头部表格背景定义 */
.top_nav_menu /* 导航栏表格背景、文字颜色定义 */
{
background:url(/images/top_nav_menu.gif);color: #0560a6;height: 7;
}

.top_nav_top /* 导航栏表格背景、文字颜色定义 */
{
background:url(/images/top_nav_top.gif);color: #0560a6;height: 3;
}

.top_nav_td /* 标签按钮、文字颜色定义 */
{
	background:url(/images/menu03.gif);height: 7;
}

/* ========================网站脚部背景定义beging================================= */
.bottom_nav_td1 /* 表格背景定义 */
{
background:url(/Images/table1.gif);
}

.bottom_nav_td2 /* 表格背景定义 */
{
background:url(/Images/table2.gif);
}

.bottom_nav_td3 /* 表格背景定义 */
{
background:url(/Images/table3.gif);
}

.bottom_nav_td4 /* 表格背景定义 */
{
background:url(/Images/table4.gif);
}

/* ========================网站脚部背景定义end================================= */

.font1 /* 白色字体颜色定义 */
{color: #FFFFFF}

.font2 /* 网站主色字体定义 */
{color: #ae0927}

.stars /* 酒店星级颜色定义 */
{color: #ff6600}

.font3 /* 首页会议城市字体 */
{color: #666666}

.font4 /*您现在的位置 */
{color:#990000}

.font5 /* 暗红 */
{color:#BD0000}

.font6 /*标题1 */
{color:#000000;font-weight:bold}

.font7 /*标题2 */
{color:#990000;font-weight:bold}

.money_1 /* 价格 */
{color:#FF0000}

.yangfeng_txt /* 主标题文字颜色定义 */
{
color: cc0000;font-weight:bold;font-size: 18;line-height: 150%;
}

.stars /* 酒店星级 */
{color:#ff6600}

.yangfeng_txt1 /* 文章内容样式 */
{
	font-size: 9pt;
	line-height: 20px;
	margin-left: 28px;
}

input
{
background-color: #ffffff; 
border-bottom: #666666 1px solid;
border-left: #666666 1px solid;
border-right: #666666 1px solid;
border-top: #666666 1px solid;
color: #666666;
height: 18px;
border-color: #666666 #666666 #666666 #666666; font-size: 9pt
}
/* 按钮的css定义:对应css中的“button”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
button
{
font-size: 9pt;height: 20px;
}

/* 公告日期样式 */
.news1 {font-size: 8pt; color:#999933}