*{
		margin:				0px;
		padding:			0px;
}
html{
	font-size:			12px;
	line-height:			16px;
	color:				#FFFFFF;
	width:				100%;
	height:				100%;
}
body{
	font-size:			12px;
	line-height:			16px;
	color:				#FFFFFF;
	background-color:		#73ff73;
	width:				100%;
	height:				100%;
	background-image: url(../image/bback2.png);
	background-repeat: repeat;
}
img{
		border-style:			none;
}
td{
		font-size:			12px;
		line-height:			16px;
}

h1,h2,h3,h4,h5,h6,strong{
		font-weight:			normal;
}
.b{
		font-weight:			bold;
}
.nb{
		font-weight:			normal;
}
.no{
	font-size: 12px;
	font-weight: lighter;
	color: #FFFFFF;
	width: 500px;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}