/* General HTML elements */
body {
    font: 0.8em Verdana, Arial, Tahoma,Helvetica, sans-serif;
	background: #ffffff;
	margin: 0px auto;
    padding: 0px;
}

legend,
fieldset,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
ul,
ul li,
ol,
ol li,
dl,
dl dt,
dl dd {
	margin: 0;
	padding: 0;
}
ul,
ul li {
	list-style: none;
}
img {
	border: none;
}

a:link,
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
input,
select,
textarea {
	font: 100% Verdana, Arial, Tahoma,Helvetica, sans-serif;
;
}

fieldset {
	border: none;
}

legend {
	display: none;
}

.ClearItems:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.ClearItems {
	clear: both;
	display: inline; /* Mac */
}
/* For Windows */
* html .ClearItems,
* html .ClearItems * {
	height: auto;
}
.ClearItems {
	display: block;
}
.ClearDemo {
	clear: left;
}
/* End of: For Windows */

h2 span,
h3 span,
h4 span {
	display: none;
}