<!--
A{TEXT-DECORATION: none;}  /* 链接无下划线,有为underline */ 
A:link {color: #000000;}  /* 未访问的链接 */
A:visited {color: #000000;}  /* 已访问的链接 */
A:hover{TEXT-DECORATION: underline;Color:#099FD7;}  /* 鼠标在链接上 */ 
A:active {color: #666666} /* 点击激活链接 */
a.Nav:link {color: #ffffff;}
a.Nav:visited {color: #ffffff;}
a.Nav:hover {TEXT-DECORATION: underline;Color:darkseagreen}
a.Nav:active {color: #0000ff;}
a.Bottom:link {color: #ffffff;}
a.Bottom:visited {color: #ffffff;}
a.Bottom:hover {TEXT-DECORATION: underline;Color:darkseagreen}
a.Bottom:active {color: #0000ff;}
.3d {
	COLOR: #0000ff; FILTER: DropShadow(Color=#cccccc, OffX=2, OffY=2, Positive=1); FONT-SIZE: 11pt; LINE-HEIGHT: 180%
}
/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
TD
{
FONT-FAMILY:宋体;FONT-SIZE: 9pt;line-height: 180%; 
}
#nobold { font-weight: normal; }
/* 文本框的css定义:对应css中的“input”，这里为文本框的风格设置，可定义内容为背景、字体、颜色、边框等 */
/*INPUT {
	BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; FONT-WEIGHT: normal; FONT-SIZE: 12px; BACKGROUND: #cedeff; BORDER-LEFT: #000000 1px solid; LINE-HEIGHT: 120%; BORDER-BOTTOM: #000000 1px solid
}*/
/* 按钮的css定义:对应css中的“button”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
Button
{
FONT-SIZE: 9pt;HEIGHT: 20px; 
}
/* 下拉列表框的css定义:对应css中的“select”，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
Select
{
FONT-SIZE: 9pt;HEIGHT: 20px;
}

.Channel_1 /*频道背景1*/
{
background:url(../images/Channel_1.gif);width:12;height:23;  /*频道背景1*/
}
.Channel_2 /*频道背景2*/
{
background:url(../images/Channel_2.gif);height:23;  /*频道背景2*/
}
.Channel_3 /*频道背景3*/
{
background:url(../images/Channel_3.gif);width:12;height:23;
}
.Channel_4  /*频道背景4*/
{
color:white; FILTER:glow(color=#A83FF9,strength=2) dropshadow(color=#A83FF9,offx=1, offy=1, positive=2);
}
.Path_bg /*当前位置*/
{
background:url(../images/Bg_Path.gif);height: 30;
}
.Nav_bg
{
background:url(../images/Bg_Nav.gif); /*顶部导航背景*/
}
.nav_title  /*顶部导航*/
{
background:url(/Skins/);height: 25;
}
.nav_bottom  /*底部导航*/
{
background:url(../images/end_menu_bg.gif);height: 23;
}
.nav_bottom_bg  /*底部背景*/
{
background:url(../images/nav_bottom_bg.gif);
}-->
