* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 12px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, sans-serif;
}
.hidetext {
	text-indent: -9999px;
}
.hide {
	display: none;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
}
input, textarea {
	outline: 0;
}
ul {
	list-style-type: none;
}
input, a {
	text-decoration: none;
	outline: 0;
}
img {
	border: 0px;
}
.floatleft, .alignleft {
	float: left;
}
.floatright, .alignright {
	float: right;
}
.clearfloat {
	clear: both;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}
