* {
	margin: 0px;
	padding: 0px;
	outline: 0;
	border: 0px;
}
body {
	font-size: 12px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
	margin-bottom: 50px;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
}
ul, ol {
	list-style-type: none;
}
a, input, :focus {
	outline: 0;
}
a {
	text-decoration: none;
}
del {
	text-decoration:line-through;
}
.hidetext {
	text-indent: -9999px;
}
.hide {
	display: none;
}
.floatleft, .alignleft {
	float: left;
}
.floatright, .alignright {
	float: right;
}
.clearfloat {
	clear: both;
}
.textleft {
	text-align: left;
}
.textcenter {
	text-align: center;
}
.textright {
	text-align: right;
}
img.wp-smiley {
	display: inline;
	vertical-align: middle;
}
