@CHARSET "ISO-8859-1";

* {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

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

table {
	border-collapse: collapse;
}

input[type="checkbox"], input[type="radio"] {
	vertical-align: text-top;
	#vertical-align: middle;
}

img {
	border: none;
}

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

fieldset {
	border: none;
}