*{
		margin:				0px;
		padding:			0px;
}
html,body{
		font-size:			12px;
		line-height:			28px;
		color:				#000000
		width:				100%;
		height:				100%;
}
img{
		border-style:			none;
}
a:link{
		color: 				#0000ff;
		text-decoration:		none;
}
a:visited{
		color:				#990099;
		text-decoration:		none;
}
a:active{
		color: 				#ff0000;
		text-decoration:		none;
}
a:hover{
		color: 				#ff0000;
		text-decoration:		underline;
}
td{
		font-size:			12px;
		color:				#000000
		line-height:			28px;
}

h1,h2,h3,h4,h5,h6,strong{
		font-weight:			normal;
}
.b{
		font-weight:			bold;
}
.nb{
		font-weight:			normal;
}
.no{
		display:			none;
}
.red{
		color:				#ff0000;
}