body, div, h1, h2, h3, h4, h5, p, blockquote, ol, ul, li, a, span, img, form, input, textarea, table, tr, td {
	margin: 0px;
	padding: 0px;
}
span.nosee {
	display: none;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
}
ul {
	list-style-type: none;
}
a {
	text-decoration: none;
	outline: 0;
}
img {
	border: 0px;
}
input, textarea {
	outline: 0;
}
.floatleft, .alignleft {
	float: left;
}
.floatright, .alignright {
	float: right;
}
.floatcenter, .aligncenter {
	margin-left: auto;
	margin-right: auto;
}
.clearfloat {
	clear: both;
}
.textalignright {
	text-align: right;
}
