﻿html, body, div, dl, dt, dd, ul, ol, li
{
	margin: 0;
	padding: 0;
	text-align:left;
}
td {
	font-size: 12px;
}
td.right{ text-align:right;}
strong{
	font-size: 12px;
	font-weight:bold;
}
a:visited {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #cc0000;
	text-decoration: none;
}
a:active {
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
}
a:link {
	font-size: 12px;
	color: #3f5a82;
	text-decoration: none;
}
BODY {margin-left:0px;
	  margin-top:0px;
	  SCROLLBAR-FACE-COLOR: #E7ECF0; 
	  SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	  SCROLLBAR-SHADOW-COLOR: #ffffff;
	  SCROLLBAR-3DLIGHT-COLOR: #ffffff; 
	  SCROLLBAR-ARROW-COLOR: #f0b700; 
	  SCROLLBAR-TRACK-COLOR: #ffffff; 
	  SCROLLBAR-DARKSHADOW-COLOR: #253f5c;
}
/*****************标签页*****************/
/*xx*/
#header input{ height:20px;}
#header select{ height:20px;}
#header,
.div_tab{
    margin-top:0px;
    width:100%;
    height:25px;
    background:url('../images/tab/0-1.gif') repeat-x bottom #F3F8FE;
}
#header #mainNavigation,
.div_tab .ul_tab{
    color:#3f5a82;
    display:inline;
    height:25px;
    overflow:hidden;
    margin-left:3px;
}
#header #mainNavigation li,
.div_tab .ul_tab li{
    float:left;
    padding:0px; 
    margin:2px; 
    cursor:hand;
    list-style:none;
}

#header #mainNavigation a,
.div_tab .ul_tab a{
    display:block;
    line-height:23px;
    text-decoration:none;
    padding:0;
    color:#3f5a82;
}

#header #mainNavigation a strong,
.div_tab .ul_tab a strong{
    display:block;
}

#header #mainNavigation a .left,
.div_tab .ul_tab a .left{
    float:left; width:6px; height:23px;
    background:transparent url('../images/tab/2-1.gif') no-repeat;
}
#header #mainNavigation a .right,
.div_tab .ul_tab a .right{
    float:left; width:6px; height:23px;
    background:transparent url('../images/tab/2-3.gif') no-repeat;
}

#header #mainNavigation a strong,
.div_tab .ul_tab a strong{
    float:left;
    padding:0px 14px 0px 14px;
    letter-spacing:1px;
    background:transparent url('../images/tab/2-2.gif') repeat-x;
}
/*当前选中的标签，只在当前标签加上 class="current"*/
#header #mainNavigation .current a .left,
.div_tab .ul_tab .current a .left{
    float:left; width:6px; height:23px;
    background:transparent url('../images/tab/1-1.gif') no-repeat;
}
#header #mainNavigation .current a .right,
.div_tab .ul_tab .current a .right{
    float:left; width:6px; height:23px;
    background:transparent url('../images/tab/1-3.gif') no-repeat;
}

#header #mainNavigation .current a strong,
.div_tab .ul_tab .current a strong{
    background:transparent url('../images/tab/1-2.gif') repeat-x;
    float:left; text-align:center;color:#000000;
}

#header.BottomTab{
    margin-top:0px;
    width:100%;
    height:25px;
    background:url('../images/tabbottom/0-1.gif') repeat-x bottom #F3F8FE;
}

#header.BottomTab #mainNavigation a .left{
    float:left; width:6px; height:23px;
    background:transparent url('../images/tabbottom/2-1.gif') no-repeat;
}
#header.BottomTab #mainNavigation a .right{
    float:left; width:6px; height:23px;
    background:transparent url('../images/tabbottom/2-3.gif') no-repeat;
}
#header.BottomTab #mainNavigation a strong{
    float:left;
    padding:0px 14px 0px 14px;
    letter-spacing:1px;
    background:transparent url('../images/tabbottom/2-2.gif') repeat-x;
}
/*当前选中的标签，只在当前标签加上 class="current"*/
#header.BottomTab #mainNavigation .current a .left{
    float:left; width:6px; height:23px;
    background:transparent url('../images/tabbottom/1-1.gif') no-repeat;
}
#header.BottomTab #mainNavigation .current a .right{
    float:left; width:6px; height:23px;
    background:transparent url('../images/tabbottom/1-3.gif') no-repeat;
}

#header.BottomTab #mainNavigation .current a strong{
    background:transparent url('../images/tabbottom/1-2.gif') repeat-x;
    float:left; text-align:center;color:#000000;
}
