@CHARSET "ISO-8859-1";

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	-moz-outline: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;	
}

table {
	border-collapse: collapse;
}

img {
	border: none;
}

.clear {
	clear: both;
	font-size: 0px;
}

fieldset {
	border: none;
}

textarea {
	overflow: auto;	
}
