.p9e { font-size: 12px; line-height: 20px; font-family: "Arial", "Helvetica", "sans-serif"; text-decoration: none}
body { /*IE 5.5 scrollbars -- they are CSS2 errors but not visible*/ scrollbar-3d-light-color 
: #000000; scrollbar-arrow-color : #ffffff; scrollbar-base-color : #000000; scrollbar-dark-shadow-color 
:#ffffff; scrollbar-face-color : #000000; scrollbar-highlight-color : #8080806; 
scrollbar-shadow-color : #808080;
	border: 0;
	margin: 0;
 } .row {font:9pt ; border-bottom:1px solid #000000} 
.header {background-color:#DBDBDB; padding:2px; border:1px outset #000000; font-size: 
9pt; font-style: normal; font-weight: normal; font-variant: normal} .up {background-color:#F5F5F5;} 
.menuBottom {
	top:		17px;
	height:		1px;
	width:		100%;
	background:	buttonshadow;
	overflow:	hidden;
}
.down {background-color:#F5F5F5;} a:link { color: #006600} a:link { text-decoration:underline; 
color:#333399} a:hover { color:#990000; text-decoration: underline} .left { font-size: 
9pt ; color: #0066CC} .left a { color:#FFFFFF;text-transform: none; text-decoration: 
none; ; font-size: 12px} .left a:link { color:#FFFFFF;text-decoration:none; font-size: 
12px} .left a:hover { color:#CCFF00;text-decoration:none; font-size: 12px} .blue 
{ font-size: 9pt } .blue a { color:#993300;text-transform: none; text-decoration: 
none; } .blue a:link { color:#993300;text-decoration:none} .blue a:hover { color:#669900;text-decoration:none} 
.biaoti { font-size: 9pt } .biaoti a { color:#000000;text-transform: none; ; text-decoration: 
none} .biaoti a:link { color:#000000} .biaoti a:hover { color:#54B9E9;text-decoration:none} 
.under { font-size: 9pt ; color: #003366} .under a { color:#000000;text-transform: 
none; text-decoration: none} .under a:link { color:#000000;text-decoration:none} 
.under a:hover { color:#CCFFCC;text-decoration:none} body { font-size: 12px; line-height: 20px; font-family: "Arial", "Helvetica", "sans-serif"; text-decoration: none} td {
	font-size: 12px;
	line-height: 20px;
	font-family: "Arial", "Helvetica", "sans-serif";
	text-decoration: none
} p{ font-size: 
9pt; line-height: 15pt} h2 { font-size: 14.8px; line-height: 20pt} a { text-decoration: 
underline; color: #333399} .title1 { font-size: 9pt; font-weight: normal; color: 
#006666; background-color: #C0DF80} .title2 { font-weight: bold} ol { font-size: 
9pt; line-height: 15pt} ul { font-size: 9pt; line-height: 15pt} input,select { 
font-size: 9pt} .big { font-size: 14.8px; line-height: 20pt} .hand { cursor: crosshair} 
.time { color: #FFFFFF} .new { background-color: #588DD6; padding-top: 0px; padding-right: 
0px; padding-bottom: 0px; padding-left: 0px; border-color: #C1DFFD #330099 #000033 
#C1DFFD; color: #FFFFFF; background-position: center; border-style: dotted} .kuang 
{ color: #000000; background-color: #C1DFFD; border-color: #CCCCCC #000000 #000000 
#CCCCCC; border-style: dashed} .kuang_1 { color: #330066; background-color: #C1DFFD; 
border-color: #666666 #CCCCCC #CCCCCC #000000; border-style: dashed} .new_1 { 
color: #4F0902; background-color: #FD9D05; border-color: #FED24D #BC4504 BC4504 
FED24D; border-style: dotted} .laytd { FONT-SIZE: 9pt } .laytd A { COLOR: #000000; 
TEXT-DECORATION: none; TEXT-TRANSFORM: none } .laytd A:link { COLOR: #000000; 
TEXT-DECORATION: none } .laytd A:hover { COLOR: #000000; text-decoration:none; 
} #ml { FONT-SIZE: 9pt } #ml A { COLOR: #000000; TEXT-DECORATION: none; TEXT-TRANSFORM: 
none } #ml A:link { COLOR: #000000; TEXT-DECORATION: none } #ml A:hover { COLOR: 
#000000; text-decoration:none; } .newstitle { font-family: "ËÎÌå"; font-size: 18px} 

.webfx-menu, .webfx-menu * {
	/*
	Set the box sizing to content box
	in the future when IE6 supports box-sizing
	there will be an issue to fix the sizes

	There is probably an issue with IE5 mac now
	because IE5 uses content-box but the script
	assumes all versions of IE uses border-box.

	At the time of this writing mozilla did not support
	box-sizing for absolute positioned element.

	Opera only supports content-box
	*/
	box-sizing:			content-box;
	-moz-box-sizing:	content-box;
}

.webfx-menu
{
	border-right: black 1px solid;
	padding-right: 1px;
	border-top: black 1px solid;
	padding-left: 1px;
	z-index: 100;
	background: #fd9865;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= "#fd9865" , Direction=135, Strength=4) alpha(Opacity=90);
	visibility: hidden;
	padding-bottom: 1px;
	border-left: black 1px solid;
	width: 100px;
	padding-top: 1px;
	border-bottom: black 1px solid;
	position: absolute;
	moz-opacity: 0.9;
}

.webfx-menu-empty {
	display:			block;
	border:				1px solid white;
	padding:			2px 5px 2px 5px;

	font-size:			12px;
	font-family:		"Arial", "Helvetica", "sans-serif";

	color:				black;
}

.webfx-menu a {
	display:			block;
	width:				expression(constExpression(ieBox ? "100%": "auto"));	/* should be ignored by mz and op */
	height:				expression(constExpression("1px"));
	overflow:			visible;	
	padding:			2px 0px 2px 5px;
		
	font-size:			12px;
	font-family:		"Arial", "Helvetica", "sans-serif";
	text-decoration:	none;
	vertical-align:		center;
	
	color:				black;
	border:				1px solid white;
}	

.webfx-menu a:visited,
.webfx-menu a:visited:hover {
	color:	black;
}

.webfx-menu a:hover {
	color:			C74439;
	background:		#fcdcb6/*rgb(234,242,255)*/;/*#ffeedd;*/
	border:			1px solid #9e2e26/*rgb(120,172,255)*/;/*#ff8800;*/
}	

.webfx-menu a .arrow {
	float:			right;
	border:			0;
	width:			3px;
	margin-right:	3px;
	margin-top:		4px;
}

/* separtor */
.webfx-menu div {
	height:			0;
	height:			expression(constExpression(ieBox ? "2px" : "0"));
	
	border-top:		1px solid rgb(120,172,255);
	border-bottom:	1px solid rgb(234,242,255);

	overflow:		hidden;
	margin:			2px 0px 2px 0px;
	font-size:		0mm;
}

.webfx-menu-bar
{
	padding-right: 2px;
	padding-left: 2px;
	font-size: 12px;
	background: #f3f3f3;
	padding-bottom: 2px;
	padding-top: 2px;
	font-family: "Arial", "Helvetica", "sans-serif";
	text-decoration: underline;
}

.webfx-menu-bar a,
.webfx-menu-bar a:visited {
	border:				#f3f3f3/*1px solid rgb(120,172,255)*/;/*rgb(255,128,0);*/
	padding:			1px 5px 1px 5px;
	
	color:				black;
	text-decoration:	none;

	/* IE5.0 Does not paint borders and padding on inline elements without a height/width */
	height:		expression(constExpression(ie50 ? "17px" : "auto"));
}

.webfx-menu-bar a:hover {
	color:			black;
	background:		#54b9e9/*rgb(120,172,255)*/;
	border-left:	1px solid rgb(234,242,255);
	border-right:	1px solid rgb(0,66,174);
	border-top:		1px solid rgb(234,242,255);
	border-bottom:	1px solid rgb(0,66,174);
	color :		#ffffff;
}

.webfx-menu-bar a .arrow {
	border:			0;
	float:			none;
}

.webfx-menu-bar a:active, .webfx-menu-bar a:focus {
	-moz-outline:	none;
	outline:		none;
	/*
		ie does not support outline but ie55 can hide the outline using
		a proprietary property on HTMLElement. Did I say that IE sucks at CSS?
	*/
	ie-dummy:		expression(this.hideFocus=true);
	
	border-left:	1px solid rgb(0,66,174);
	border-right:	1px solid rgb(234,242,255);
	border-top:		1px solid rgb(0,66,174);
	border-bottom:	1px solid rgb(234,242,255);
}
