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

html, body {
	height: 100%;
}

body {
	font-family: "Arial";
  font-size: 12px;
	line-height: 120%;
	color: #4B4B4B;
}

a {
	text-decoration: none;
	color: #0066FF;
}

a:hover {
	text-decoration: underline;
}

fieldset {
	border: 0px;
}

iframe {
	width: 0px;
	height: 0px;
	border: 0px;
}

img {
	border: 0px;
}

li {
	list-style: none;
}

.clear {
	height: 0px;
	clear: both;
	overflow: auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.centered {
	text-align: center;
}