	/*系统样式*/
body {
	font-family: "Arial";
	font-size: 12px;
	color: #3B3B3B;
	margin:0px;
	SCROLLBAR-HIGHLIGHT-COLOR: buttonface;
	SCROLLBAR-3DLIGHT-COLOR: buttonhighlight;
	SCROLLBAR-TRACK-COLOR: #eeeeee;
	SCROLLBAR-DARKSHADOW-COLOR: buttonshadow;
	background-color: #FFFFFF;

}

td {
	font-family:"arial";
	font-size: 12px;
	color: #3B3B3B;
}

th {
	font-family:"arial";
	font-size: 12px;
	color: #3B3B3B;
}

a:link {
    font-size: 12px;
	color: #3B3B3B;
	text-decoration: none;
}
a:visited {
    font-size: 12px;
	color: #3B3B3B;
	text-decoration: none;
}
a:hover {
    font-size: 12px;
	color: #CC0000;
	text-decoration: none;
}

	/*内容样式*/
.content {
    font-size: 12px;
	color: #3B3B3B;
	line-height: 25px;
	text-align:justify;
	text-justify:inter-ideograph;
	text-decoration: none;

}
.content a:link{
    font-size: 12px;
	color: #3B3B3B;
	line-height: 25px;
	text-align:justify; 
	text-justify:inter-ideograph;

}
.content a:hover{
    font-size: 12px;
	color: #CC0000;
	line-height: 25px;
	text-align:justify;
	text-justify:inter-ideograph;
	text-decoration: underline;

}
.content a:visited{
    font-size: 12px;
	color: #3B3B3B;
	text-decoration: none;
	line-height: 25px;
	text-align:justify; 
	text-justify:inter-ideograph;
}
	/*菜单*/
td.menu {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;	
	}
td.menu a:link{
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;

}
td.menu a:visited{
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;

}
td.menu a:hover{
	text-decoration: none;
	color: #FCFF00;
	font-weight: bold;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFCC00;

}
td.menuline {
	background-image: url(menuline.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 42px;
	width: 20px;
	text-align: center;
}
.bt {
	text-decoration: none;
	color: #3B3B3B;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #FFFFFF;
	background-color: #E8E8E8;
	font-size: 12px;
	font-family:arial;
}
.input {
	COLOR: #3B3B3B;
	BACKGROUND-COLOR: #FFFFFF;
	text-decoration: none;
	width: 100%;
	font-size: 12px;
	font-family:arial;
	border: 1px solid #d2d2d2;


}
.searchinput {
	COLOR: #3D3D3D;
	text-decoration: none;
	font-size: 11px;
	font-family:"arial";
	border: none;
	line-height: 15px;
	height: 17px;
	width: 100%;
	background-image: url(search03.gif);

}

	/*菜单*/
td.case {
	text-decoration: none;
	color: #3B73A3;
	filter: DropShadow(Color=#ffffff, OffX=1, OffY=1, Positive=1);
	}
td.case a:link{
	text-decoration: none;
	color: #3B73A3;

}
td.case a:visited{
	text-decoration: none;
	color: #3B73A3;

}
td.case a:hover{
	text-decoration: none;
	color: #B90303;
}
	/*style-font*/
td.font {
	text-decoration: none;
	color: #074E8C;
	filter: DropShadow(Color=#ffffff, OffX=1, OffY=1, Positive=1);
	}
td.font a:link{
	text-decoration: none;
	color: #074E8C;

}
td.font a:visited{
	text-decoration: none;
	color: #074E8C;

}
td.font a:hover{
	text-decoration: none;
	color: #074E8C;
}
	
/*选项卡*/

.lblOn{
	background:#ffffff url(tabmenubg2.gif);
	COLOR: #ffffff;
	width:90px;
	height:22px;
	line-height:22px;
	FONT-WEIGHT: bold;
	cursor: hand;
}

.lblOff{
background:#ffffff url(tabmenubg.gif);			
COLOR: #003467;
width:90px;
height:22px;
line-height:22px;
cursor: hand;
}
.ico img
{
margin-left:20px;
margin-top:5px;
}

