	/*系统样式*/
body {
	font-family: "Arial";
	font-size: 12px;
	color: #555555;
	margin:0px;
	SCROLLBAR-HIGHLIGHT-COLOR: buttonface;
	SCROLLBAR-3DLIGHT-COLOR: buttonhighlight;
	SCROLLBAR-TRACK-COLOR: #eeeeee;
	SCROLLBAR-DARKSHADOW-COLOR: buttonshadow;
	background-color: #BABABA;

}

td {
	font-family:"arial";
	font-size: 12px;
	color: #555555;
}

th {
	font-family:"arial";
	font-size: 12px;
	color: #555555;
}

a:link {
    font-size: 12px;
	color: #555555;
	text-decoration: none;
}
a:visited {
    font-size: 12px;
	color: #555555;
	text-decoration: none;
}
a:hover {
    font-size: 12px;
	color: #EA0000;
	text-decoration: none;
}

	/*内容样式*/
td.content {
    font-size: 12px;
	color: #555555;
	line-height: 24px;
	text-align:justify;
	text-justify:inter-ideograph;
	text-decoration: none;

}
td.content a:link{
    font-size: 12px;
	color: #555555;
	line-height: 24px;
	text-align:justify; 
	text-justify:inter-ideograph;

}
td.content a:hover{
    font-size: 12px;
	color: #CC0000;
	line-height: 24px;
	text-align:justify;
	text-justify:inter-ideograph;
	text-decoration: underline;

}
td.content a:visited{
    font-size: 12px;
	color: #555555;
	text-decoration: none;
	line-height: 24px;
	text-align:justify; 
	text-justify:inter-ideograph;
}
	/*菜单*/
td.menu {
	text-decoration: none;
	color: #ffffff;

	}
td.menu a:link{
	text-decoration: none;
	color: #ffffff;

}
td.menu a:visited{
	text-decoration: none;
	color: #ffffff;

}
td.menu a:hover{
	text-decoration: none;
	color: #FFCC00;

}
.bt {
	text-decoration: none;
	color: #000000;
	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;
}
.searchinput {
	COLOR: #000000;
	BACKGROUND-COLOR: #BDBDBD;
	text-decoration: none;
	width: 100%;
	font-size: 12px;
	font-family:arial;
	border: none;
}
.input {
	COLOR: #000000;
	BACKGROUND-COLOR: #CACACA;
	text-decoration: none;
	width: 100%;
	font-size: 12px;
	font-family:arial;
	border: none;

}


td.whitety {
	filter: DropShadow(Color=#ffffff, OffX=1, OffY=1, Positive=1);
	text-decoration: none;
	}