/*-----------------------------------------------
	Browser Reset
-----------------------------------------------*/

body {
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5,h6,pre,address,em,strong,th,ins {
	font-size:100%;
}

h1,h2,h3,h4,h5,h6,pre,address,ul,ol,li,dl,dt,dd,form,legend,p {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border:0;
}
img {
    border:0;
    vertical-align:bottom;
}

/*---------------------------------------
    float
---------------------------------------*/
.float_left {
    float:left;
}
.float_right {
    float:right;
}
.float_clear_both {
	clear: both;
}
.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.clearall {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
