@charset "utf-8";
/* CSS Document */

* {
    font-size: 1em;
}

html {
    height: 100.00%;
	width:100%;
	min-width:1000px;
	height:100%;
}

body, ul, ol, h1, h2, h3, h4, p, div, span,td {
    margin: 0;
    padding: 0;
}
table {
	border-collapse:collapse;
	width:100%;
}
td {
	vertical-align:top;
}
a {
	text-decoration:none;
}
a img {
	border:none;
}
.clear {
	clear:both;
}






