body {
	margin: 0px;
	background-color: #ffffff;
	font-size: 12px;
	text-align: center;
}
A:visited{TEXT-DECORATION:none; color:#333}
A:link{text-decoration:none; color:#333}
A:hover{TEXT-DECORATION:underline; color:#015aab}

td {
	font-size:12px;

}

.login_button {
	BACKGROUND: url(../images/button_bg.gif) no-repeat;
	WIDTH: 72px;
	CURSOR: pointer;
	COLOR: #395366;
	BORDER-TOP-STYLE: none;
	PADDING-TOP: 2px;
	BORDER-RIGHT-STYLE: none;
	BORDER-LEFT-STYLE: none;
	HEIGHT: 20px;
	TEXT-ALIGN: center;
	BORDER-BOTTOM-STYLE: none;
	font-family: "ËÎÌå";
	font-size: 12px;
}

#menu {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 38px;
	padding: 0px;
	background-image: url(../images/menu_bg.gif);
}

#menu_table td {
	cursor: pointer;
	padding-left: 4px;
	padding-right: 3px;
	height: 32px;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
}

#submenu {
	
	width: 100%;
}
