html, body {
	height: 100%;
}
body {
	margin: 0px;
	background-color: White;
	padding: 0px;
	font-size: 70%;
	font-family: sans-serif;
}

table,tr, td, th, input, textarea {
	font-size: 100%;
}

form {
	margin: 0px;
}

img {
	border: 0px;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}

ul {
margin-bottom: 20px;
margin-top: 5px;
}

a {
color: white;
}


.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.alt {
	display: none;
}

.cleaner {
	font-size: 1px;
	height: 1px;
	clear: both;
	
}