.world_class {
	text-align:center;
	background-color:#FFF0FF;
	width:1280px;
	height:1024px;
	position:relative;
	overflow:auto;
}

.style2 {
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
}

#tip {
	background: #000000;
	border: 0px solid #aaaaaa;
	left: -1000px;
	padding: 0px;
	position: absolute;
	top: -1000px;
	z-index: 110;
}

.tip_header {
	background: #0099FF;
	FONT-WEIGHT: bold;
	color: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-align: center;
	padding: 0px;
}

.tip_guild {
	background: #0099FF;
	FONT-WEIGHT: bold;
	color: #ffff00;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-align: center;
	padding: 3px;
}

.tip_text {
	background: #FFFFFF;
	FONT-WEIGHT: normal;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-align: center;
	padding: 3px;
}

