body{
			scrollbar-3dlight-color:#999999;
			scrollbar-highlight-color:#EEEEEE;
			scrollbar-face-color:#EEEEEE;
			scrollbar-arrow-color:#999999;
			scrollbar-shadow-color:#999999;
			scrollbar-track-color:#EEEEEE;
			scrollbar-darkshadow-color:#EEEEEE;
			margin:0px;
}
a:active{  
			font-family: "宋体"; 
			font-size: 12px; 
			line-height: 17px; 
			text-decoration: none
}
a:hover {	
			font-family: "宋体"; 
			font-size: 12px;
			line-height: 17px;
			text-decoration: underline
}
a:link	{  
			font-family: "宋体"; 
			font-size: 12px; 
			line-height: 17px;
			text-decoration: none
}
a:visited{  
			font-family: "宋体"; 
			font-size: 12px; 
			line-height: 17px; 
			text-decoration: none
}
UL {
			margin:0px;
			margin-left:20px;

}
OL {
			margin:0px;
			margin-left:20px;
			list-style:disc;
}

td		{
			font-family: "宋体"; 
			font-size: 12px; 
			line-height: 17px;
			text-decoration: none;
}

/******************************************************************
*
*	Form elements css definition
*/

form	{
			margin:0px;
}
select		{
			color:#0066CC;
			background:#EEEEEE;
			font-size:12px;
			BORDER-BOTTOM: #000000 1px solid;
			BORDER-LEFT: #000000 1px solid;
			BORDER-RIGHT: #000000 1px solid; 
			BORDER-TOP: #000000 1px solid;
			}
option		{
			color:#0066CC;
			font-size:12px;
			}
textarea	{
			font-size:12px;
			color:#0066CC;
			BACKGROUND: #ffffff; 
			BORDER-BOTTOM: #000000 1px solid;
			BORDER-LEFT: #000000 1px solid;
			BORDER-RIGHT: #000000 1px solid; 
			BORDER-TOP: #000000 1px solid;
			}
input		{
			font-size:12px;
			color:#0066CC;
			BORDER: #003333 1px solid;
			}

input.inputImage{
			border:0;
			cursor:hand;
			}
input.btnNormal	{
			font-weight: bold; 
			font-size: 12px;
			COLOR:#FFFFFF; 
			background-color: #646464;
			cursor:hand;
			}
input.btnSmall	{
			font-weight: bold; 
			height:16px;
			font-size: 12px;
			COLOR:#FFFFFF; 
			background-color: #646464;
			cursor:hand;
			}
input.inputRadio{
			border:0;
			}

.imgbtn {
		border:0;
		cursor:hand;
}
/**************************************************************
*    Div expand class
*/

DIV.unexpand	{
			display:none;
			z-index: 100;
			}
DIV.expand		{
/*			Filter:DropShadow(Color=#CCCCCC,OffX=2,offy=1,Positive=1);*/
			margin-left:15px;
			color:#333333;
			width:400;
			display:block;
			border: 1px solid  #333333;
			}