p, img, h1, h2, h3, h4, h5, h6, div, table, a, img, form, iframe
{
	margin:0;
	padding:0;
	border:0;
}

ul,li, ul ul, li li, ol, ol ol
{
	margin:0;
	padding:0;
}
table
{
	border-collapse:collapse;
}
* :focus
{
	outline:none;
}

/* other */

.left
{
	float: left !important;
}
.right
{
	float: right !important;
}
.bnone
{
	background: none !important;
}

.tright
{
	text-align: right;	
}
.tcenter
{
	text-align: center;
}
.clear
{
	clear:both;
}