a:link 
{
	color: #333333; 
	text-decoration: none;
}
a:visited 
{
	color: #333333; 
	text-decoration: none;
}
a:active
{
	color: #ff3300; 
	text-decoration:none;
}
a:hover
{
	color: #0066ff;
	text-decoration: underline;
}
body
{
	 SCROLLBAR-FACE-COLOR: #f0f0f0; 
	 MARGIN: 0px; 
	 SCROLLBAR-SHADOW-COLOR: #c0c0c0; 
	 SCROLLBAR-3DLIGHT-COLOR: #d2d2d2; 
	 SCROLLBAR-ARROW-COLOR: #909090; 
	 SCROLLBAR-trACK-COLOR: #f9f9f9; 
	 SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
}
td 
{
	font-family:ËÎÌå;
	font-size:9pt;
}
.td_title
{
	font-weight: bold;
	color: #ffffff;
	height: 27px;
	background-color: #7597E2;
}
.td_bottom
{
	border-right: #7597e2 1px solid;
	border-top: #7597e2 1px solid;
	border-left: #7597e2 1px solid;
	border-bottom: #7597e2 1px solid;
	height: 24px;
	background-color: #d6dff7;
}
.td_menu
{
	height:22px;
	/*custom:expression(onmouseover = function(){this.style.backgroundColor="#ffdb94";},onmouseout=function(){this.style.backgroundColor="#fdf9d5";});*/
}
.bg_table
{
	border-right: #808080 0px solid;
	border-top: #808080 0px solid;
	border-left: #808080 0px solid;
	border-bottom: #808080 0px solid;
	/*background-color: #ffd160;*/
}
.m_table
{
	background-image: url(../Manage/Images/bg.gif);
	width: 100%;
}
.s_table
{
	/*border-right: #b9b9b9 1px solid;*/
	/*border-top: #b9b9b9 1px solid;*/
	/*border-left: #b9b9b9 1px solid;*/
	width: 100%;
	/*border-bottom: #b9b9b9 1px solid;*/
}
input
{
	BORDER-TOP-WIDTH: 1px; 
	BORDER-LEFT-WIDTH: 1px; 
	FONT-SIZE: 12px; 
	BORDER-BOTTOM-WIDTH: 1px; 
	BORDER-RIGHT-WIDTH: 1px;
	height: 20px;
	/*custom:expression(onmouseover = function(){this.style.backgroundColor="#f3f3f3";},onmouseout=function(){this.style.backgroundColor="#ffffff";});*/
}
.dropdownlist
{
	font-size: 9pt;
	color: #222222;
	font-family: ËÎÌå;
}
.button
{
	border-top-width: 1px;
	border-left-width: 1px;
	font-size: 12px;
	border-bottom-width: 1px;
	background-color: #e6e6e6;
	border-right-width: 1px;
	width: 130px;
	height: 21px;
	color: #222222;
	custom:expression(onmouseover = function(){this.style.backgroundColor="#f7f7f7";},onmouseout=function(){this.style.backgroundColor="#e6e6e6";});
}
.div1
{
	text-align: center;
}