/* Reset */

* {
	margin:0;
	padding:0;
	font-size:100%;
	letter-spacing:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
img {
	border:0;
	vertical-align:bottom;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
address {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
}

/* IE6 br */
br { letter-spacing: normal } 

/* IE Adjustment */
input {
	_margin: -1px 0;
}

/* FF Adjustment */
input[type="checkbox"], input[type="radio"] {
	vertical-align:text-bottom;
}
