* {
	margin: 0px;
	padding: 0px;
	outline: 0;
	border: 0px;
}
body {
	font-size: 12px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
}
ul, ol {
	list-style-type: none;
}
small {
	font-size: 85%;
	line-height: 90%;
}
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;
}


/* -------------------------------------------------------- HACKS

*:first-child+html {}	<-- ie7 only
*html {}				<-- ie6 only

<!--[if lte IE 7]>
	<link href="target-IE7-and-below.css" rel="stylesheet" type="text/css">
<![endif]-->

*/
