* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 12px;
}
.nosee {
	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 {
	float: left;
}
.floatright {
	float: right;
}
.clearfloat {
	clear: both;
}
.alignright {
	text-align: right;
}
