BODY, INPUT, TEXTAREA  {
	font-family : "Arial Unicode", Sylfaen;
}

A {
	text-decoration : none;
	color : Blue;
}
A:HOVER {
	text-decoration : none;
	color : Red;

}
.dd{
	visibility: hidden;
	position: absolute;
	z-index : auto;
}
.immm{
	background-image : url(image/under.jpg);
	background-repeat : repeat-x;
	width : 100%;
	height : 22px;
	font-family : Verdana;
	font-size : 9px;
	text-align : center;
	font-weight : 700;
	color : #F0FFFF;
}
.brd{
	border : 1px solid AppWorkspace;
}