/* Reset */

* {
	margin:0;
	padding:0;
	color:#333;
	font-family:Arial, sans-serif;
	letter-spacing:0;
	outline:none;
}
body {
	line-height:1.4;
	font-size:0.9em;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
img {
	border:0;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
address {
	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;
}