BODY {
	BACKGROUND-COLOR: white; 
	FONT-FAMILY: "宋体"; 
	COLOR: black; 
	FONT-SIZE: 9pt;
	line-height: 15pt; 
	MARGIN-LEFT: 0px; 
	MARGIN-RIGHT: 0px; 
	MARGIN-TOP: 0px;

	scrollbar-face-color: #dbeedd;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: darkseagreen;
	scrollbar-3dlight-color: #dbeedd;
	scrollbar-arrow-color: darkseagreen;
	scrollbar-track-color: #f3faf4;
	scrollbar-darkshadow-color: #f3faf4;
} 


A {COLOR: black; text-decoration: none} 
A:visited {color:#000000; text-decoration:none} 
A:hover {COLOR: #FF3333; TEXT-DECORATION: underline} 
P {COLOR: black; FONT-FAMILY: "宋体"; FONT-SIZE: 9pt;line-height: 15pt;text-align:left;} 

TD {COLOR: black; FONT-FAMILY: "宋体"; FONT-SIZE: 9pt;line-height: 15pt} 
IMG {BORDER:0} 
.ENG {FONT-FAMILY: "Arial, Helvetica, sans-serif"; FONT-SIZE: "2"; line-height: 14pt} 
.RF {COLOR:RED} 
.big {FONT-SIZE:10.5pt} 
.ss {line-height:12pt}

INPUT
{   BORDER-BOTTOM: #AAAAAA 1px solid;
    BORDER-LEFT: #AAAAAA 1px solid;
    BORDER-RIGHT: #AAAAAA 1px solid;
    BORDER-TOP: #AAAAAA 1px solid;
    FONT-FAMILY: Arial,宋体;
    FONT-SIZE: 9pt
}
INPUT.noborder
{   BORDER-BOTTOM: 0px solid;
    BORDER-LEFT: 0px solid;
    BORDER-RIGHT: 0px solid;
    BORDER-TOP: 0px solid;
    FONT-FAMILY: Arial,宋体;
    FONT-SIZE: 9pt
}
TEXTAREA
{   BORDER-BOTTOM: #AAAAAA 1px solid;
    BORDER-LEFT: #AAAAAA 1px solid;
    BORDER-RIGHT: #AAAAAA 1px solid;
    BORDER-TOP: #AAAAAA 1px solid;
    FONT-FAMILY: Arial,宋体;
    FONT-SIZE: 9pt
}
BUTTON
{   BORDER-BOTTOM: #888888 1px solid;
    BORDER-LEFT: #888888 1px solid;
    BORDER-RIGHT: #888888 1px solid;
    BORDER-TOP: #888888 1px solid;
    FONT-FAMILY: Arial,宋体;
    FONT-SIZE: 9pt
}

TABLE.data
{   BACKGROUND-COLOR: #88CCBB;
    FONT-FAMILY: 宋体,Arial;
    FONT-SIZE: 9pt
}
TR.head
{   BACKGROUND-COLOR: #C8EEEE;
    FONT-FAMILY: 宋体,Arial;
    FONT-SIZE: 9pt;
    TEXT-ALIGN: center
}
TR.data
{   BACKGROUND-COLOR: #F5F8FF;
    FONT-FAMILY: 宋体,Arial;
    FONT-SIZE: 9pt
}
TD.head
{   BACKGROUND-COLOR: #BFEFE0;
    FONT-FAMILY: 宋体,Arial;
    FONT-SIZE: 9pt;
    TEXT-ALIGN: center
}
TD.data
{   BACKGROUND-COLOR: #F4F7FF;
    FONT-FAMILY: Arial,宋体;
    FONT-SIZE: 9pt
}
/* common styling */ 
/* set up the overall width of the menu div, the font and the margins */ 
.menu { 
font-family: arial, sans-serif; 
width:430px;  
height:27px; 
margin:0; 

} 
/* remove the bullets and set the margin and padding to zero for the unordered list */ 
.menu ul { 
padding:0; 
margin:0; 
FONT-FAMILY:宋体;
FONT-SIZE: 9pt;
list-style-type: none; 
} 
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */ 
.menu ul li { 
float:left; 
position:relative; 
} 
/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */ 
.menu ul li a, .menu ul li a:visited { 
display:block; 
text-align:center; 
text-decoration:none; 
width:70px; 
height:21px; 
color:#fff; 


border-width:1px 1px 0 0; 
background:#32AAA0; 
line-height:30px; 
FONT-FAMILY:宋体;
FONT-SIZE: 9pt;
} 
/* make the dropdown ul invisible */ 
.menu ul li ul { 
display: none; 
} 
/* specific to non IE browsers */ 
/* set the background and foreground color of the main menu li on hover */ 
.menu ul li:hover a { 
color:#fff; 
background:#32AAA0; 
} 
/* make the sub menu ul visible and position it beneath the main menu list item */ 
.menu ul li:hover ul { 
display:block; 
position:absolute; 

left:0; 
width:70px; 
} 
/* style the background and foreground color of the submenu links */ 
.menu ul li:hover ul li a { 
display:block; 
padding:1px 1px;

background:#32AAA0; 
color:#fff; 
} 
/* style the background and forground colors of the links on hover */ 
.menu ul li:hover ul li a:hover { 
background:#32AAA0; 

padding:1px 1px;
color:#FF3333; 
} 
